autorigs package

Subpackages

Submodules

autorigs.arglobals module

AutoRigs Global

class autorigs.arglobals.Dialogs
DISCARD = 2
DISCARD_ALL = 3
SAVE = 0
SAVE_ALL = 1
static multiSaveDialog()
static singleSaveDialog()
autorigs.arglobals.hasUnsavedChanges()
autorigs.arglobals.mark_dirty()

Mark autorigs has dirty

autorigs.arglobals.mark_saved()

Mark autorigs has saved

autorigs.arglobals.mark_unsaved(setter)

decorator for any setters that should mark autorigs as unsaved

autorigs.mainGUI module

class autorigs.mainGUI.MainGUI

Bases: sphinx.ext.autodoc.importer._MockObject

activate()

This is called by the Python Panel when the interface is activated.

buildMainGUI()
buildRig()
cleanup()

This is called by the Python Panel when the interface is about to be destroyed.

deactivate()

This is called by the Python Panel when the interface is deactivated.

disableNewAutorigButton()
dragEnterEvent(event)
dropEvent(event)
enableNewAutorigButton()
handleHipFileEvent(event_type)

Callback handler for .hip file events.

quickSave()
reset()

Resets the main gui to before an asset was built

setAutorigShelfEnabled(enabled)
setCustomStylesheet()
updateStackedWidget()

Module contents