mayagenesis¶
- class jukeboxmaya.addons.mayagenesis.mayagenesis.MayaGenesis[source]¶
Bases: jukeboxmaya.plugins.JB_MayaPlugin
A maya plugin for saving and opening shots and assets.
This will create a menu entry “Genesis” under “Jukebox”. You can start the plugin with that menu entry.
Constructs a new Plugin
Returns: None Return type: None Raises: None - required = ('Genesis',)¶
- copyright = '2014'¶
- version = '0.1'¶
- description = 'A tool for saving and opening shots and assets.'¶
- init()[source]¶
Initialize the plugin. Do nothing.
This function gets called when the plugin is loaded by the plugin manager.
Returns: Return type: Raises:
- uninit()[source]¶
Uninitialize the plugin. Do nothing
This function gets called when the plugin is unloaded by the plugin manager.
Returns: Return type: Raises: