mayaconfiger¶
- class jukeboxmaya.addons.mayaconfiger.mayaconfiger.MayaConfiger[source]¶
Bases: jukeboxmaya.plugins.JB_MayaPlugin
A maya plugin for the configeditor.
This will create a menu entry “Preferences” under “Jukebox”! With this menu entry you can start the Plugin.
Constructs a new Plugin
Returns: None Return type: None Raises: None - required = ('Configer',)¶
- copyright = '2014'¶
- version = '0.1'¶
- description = 'A tool for editing config files'¶
- 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: