bakeInstancer.ui module

class bakeInstancer.ui.BakeInstancerWidget(parent)

Bases: PySide.QtGui.QWidget

bake()

Get the instancer and frame range to bake from the ui and call the command line bake function.

staticMetaObject = <PySide.QtCore.QMetaObject object>
class bakeInstancer.ui.FrameRangeSelectorWidget(parent)

Bases: PySide.QtGui.QWidget

getFrameRange()

Get selected frame range.

Returns:Start and end frame as a tuple
Return type:tuple
staticMetaObject = <PySide.QtCore.QMetaObject object>
class bakeInstancer.ui.InstancerSelectorWidget(parent)

Bases: PySide.QtGui.QWidget

getInstancer()

Get selected instancer.

Return type:str
staticMetaObject = <PySide.QtCore.QMetaObject object>
bakeInstancer.ui.getIconPath(name)

Get an icon path based on file name. All paths in the XBMLANGPATH variable processed to see if the provided icon can be found.

Parameters:name (str) –
Returns:Icon path
Return type:str/None
bakeInstancer.ui.mayaWindow()

Get Maya’s main window.

Return type:QMainWindow
bakeInstancer.ui.show()