mgear.simpleRig.simpleRigTool

mgear.simpleRig.simpleRigTool.connect_selectable(rig, selection)

Configure selectable geo

Parameters:
  • rig (dagNode) – rig root with geo Unselectable attr
  • selection (list) – List of object to connect
mgear.simpleRig.simpleRigTool.convert_to_shifter_guide()

Convert the configuration to a shifter guide.

Returns:guide and configuration dictionary
Return type:multi
mgear.simpleRig.simpleRigTool.convert_to_shifter_rig()

Convert simple rig to Shifter rig

It will create the guide and build the rig from configuration skinning automatic base on driven attr

mgear.simpleRig.simpleRigTool.export_configuration(filePath=None)

Export configuration to json file

Parameters:filePath (str, optional) – Path to save the file
mgear.simpleRig.simpleRigTool.import_configuration(filePath=None)

Import configuration from filePath

Parameters:filePath (str, optional) – File path to the configuration json file
mgear.simpleRig.simpleRigTool.openSimpleRigUI(*args)
class mgear.simpleRig.simpleRigTool.simpleRigTool(parent=None)
add_to_ctl()
auto_rig()
create_connections()
create_ctl()
create_layout()
create_root()
ctlName_text_changed()
delete_pivot()
delete_rig()
edit_pivot()
export_config()
import_config()
keyPressEvent(event)
parent_pivot()
remove_from_ctl()
rootName_text_changed()
select_affected()
set_pivot()
setup_simpleRigWindow()
shifter_guide()
shifter_rig()
staticMetaObject = <PySide2.QtCore.QMetaObject object>
valueChanged = <PySide2.QtCore.Signal object>
class mgear.simpleRig.simpleRigTool.simpleRigUI(parent=None)

UI dialog

keyPressEvent(event)
staticMetaObject = <PySide2.QtCore.QMetaObject object>