trigger.actions
Submodules
- trigger.actions.assemble
- trigger.actions.cleanup
- trigger.actions.correctives
- trigger.actions.driver
- trigger.actions.face_cam
- trigger.actions.fillers
- trigger.actions.import_asset
- trigger.actions.jointify
- trigger.actions.kinematics
- trigger.actions.look
- trigger.actions.master
- trigger.actions.morph
- trigger.actions.node_presets
- trigger.actions.reference_session
- trigger.actions.script
- trigger.actions.selection_sets
- trigger.actions.shapes
- trigger.actions.space_switchers
- trigger.actions.split_shapes
- trigger.actions.weights
- trigger.actions.zipper
Attributes
Classes
Functions
|
Package Contents
- class ActionCore(vcs=None)
Bases:
object- action()
Mandatory Method - Execute Action
- feed(action_data, *args, **kwargs)
Mandatory Method - Feeds the instance with the action data stored in actions session.
- save_action(file_path=None, *args, **kwargs)
Mandatory Method - Save Action
- ui(ctrl, layout, handler, *args, **kwargs)
Mandatory Method - UI setting definitions
- Args:
- ctrl: (model_ctrl) ctrl object instance of /ui/model_ctrl.
Updates UI and Model
- layout: (QLayout) The layout object from the main ui.
All setting widgets should be added to this layout
- handler: (actions_session) An instance of the actions_session.
TRY NOT TO USE HANDLER UNLESS ABSOLUTELY NECESSARY
Returns: None
- action_data
- get_module_class(module)
- class_data
- exceptions = ['__init__.py']
- file_name
- modules