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',)
author = 'David Zuber'
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:
init_ui()[source]

Create the menu “Preferences” under “Jukebox” to start the plugin

Returns:None
Return type:None
Raises:None
uninit_ui()[source]

Delete the “Prefereneces” menu

Returns:None
Return type:None
Raises:None
run(*args, **kwargs)[source]

Start the tool

Returns:None
Return type:None
Raises:None