Skip to content

schemeEditor


PluginRelease UI Class.

=== Author: Assaf Ben Zur ===



Classes


ColorPushBtn [Class]

Constructor: ColorPushBtn(parent(str) ; [default: None],**kwargs)
Inherits from: QtWidgets.QPushButton
Class Members:
    • colorStore
    • colorSet
    • slaves
    • parentWindow
Methods:

ColorPushBtn methods


finalizeColorSet [ColorPushBtn class method]

Constructor: finalizeColorSet(self, result)
Return: None
Arguments:
  • self
  • result
Optional Arguments:

getColor [ColorPushBtn class method]

Constructor: getColor(self)
Return: None
Arguments:
  • self
Optional Arguments:

setColor [ColorPushBtn class method]

Constructor: setColor(self, color = "#535252", setSlaves = False, skipLive = False)
Return: None
Arguments:
  • self
  • color(str) ; [default: "#535252"]
  • setSlaves(bool) ; [default: False]
  • skipLive(bool) ; [default: False]
Optional Arguments:


MnsSchemeEditor [Class]

pluginRelease UI class


Constructor: MnsSchemeEditor(parent(str) ; [default: mnsUIUtils.get_maya_window()])
Inherits from: form_class, base_class
Class Members:
    • undostack
    • colorsSet
    • colorWidgetDict
    • blockWin
Methods:

MnsSchemeEditor methods


connectSignals [MnsSchemeEditor class method]


Connect all the UI signals

Constructor: connectSignals(self)
Return: None
Arguments:
  • self
Optional Arguments:

exportScheme [MnsSchemeEditor class method]

Constructor: exportScheme(self)
Return: None
Arguments:
  • self
Optional Arguments:

gatherData [MnsSchemeEditor class method]

Constructor: gatherData(self)
Return: None
Arguments:
  • self
Optional Arguments:

gatherStyle [MnsSchemeEditor class method]

Constructor: gatherStyle(self, applyToGlobals = False)
Return: None
Arguments:
  • self
  • applyToGlobals(bool) ; [default: False]
Optional Arguments:

getBlockWin [MnsSchemeEditor class method]

Constructor: getBlockWin(self)
Return: None
Arguments:
  • self
Optional Arguments:

initUI [MnsSchemeEditor class method]

Constructor: initUI(self)
Return: None
Arguments:
  • self
Optional Arguments:

initWidgets [MnsSchemeEditor class method]

Constructor: initWidgets(self)
Return: None
Arguments:
  • self
Optional Arguments:

keyPressEvent [MnsSchemeEditor class method]

Constructor: keyPressEvent(self, event)
Return: None
Arguments:
  • self
  • event
Optional Arguments:

loadWindow [MnsSchemeEditor class method]


Main window load

Constructor: loadWindow(self)
Return: None
Arguments:
  • self
Optional Arguments:

saveToGlobals [MnsSchemeEditor class method]

Constructor: saveToGlobals(self)
Return: None
Arguments:
  • self
Optional Arguments:


setColorUndoCommand [Class]

Constructor: setColorUndoCommand(oldColor,newColor,parent(str) ; [default: None])
Inherits from: QtWidgets.QUndoCommand
Class Members:
    • senderWidget
    • oldColor
    • newColor
Methods:

setColorUndoCommand methods


redo [setColorUndoCommand class method]

Constructor: redo(self)
Return: None
Arguments:
  • self
Optional Arguments:

undo [setColorUndoCommand class method]

Constructor: undo(self)
Return: None
Arguments:
  • self
Optional Arguments:


Defenitions


loadSchemeEditor

Load the plugin Release UI from globals, avoid UI duplication.


Constructor: loadSchemeEditor()
Return: None
Arguments:
Keyword Arguments: