Skip to content

Autodesk Maya OpenMaya Python Plugin for Adding the MainWindow UI base on a template ui file.

License

Notifications You must be signed in to change notification settings

FXTD-ODYSSEY/Maya-UIBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maya-UIBot

Autodesk Maya OpenMaya Python Plugin for Adding the MainWindow UI base on a template ui file.

It will much more easy to extend custom menu or iconTextButton in Maya Main Window.

Qt Designer

maya

Using Maya Plugin easy to load or unload the ui.

Support MAYA_UIBOT_PATH Env for multiple ui integration.

script flag

direct string -> normal python code or mel code @module:func_name -> find the module under the MAYA_UIBOT_PATH module is empty string then reference to the ui PlainTextEdit code

plugin parser

TodoList

  • Maya Command parse ui to Maya UI (support register & unregister)
  • ClassName prefix with Stub will ignore
  • optionVar setting for inserting toolbar icon
  • Marking Menu Register Support
  • Viewport Tool Setup Support
  • combine multiple ui together order by weight attribute
  • -r support partial register
  • -d deregister support partial

About

Autodesk Maya OpenMaya Python Plugin for Adding the MainWindow UI base on a template ui file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages