Python API 2.0 Reference
|
Static Public Member Functions | |
def | addBeginManipulationCallback () |
def | addEndManipulationCallback () |
Additional Inherited Members |
Class used to register callbacks for Camera Manipulation Begin and End related messages. Method resolution order: - MCameraMessage - MMessage - builtins.object
|
static |
addBeginManipulationCallback(node, function, clientData=None) -> id Registers callbacks for camera manipulation beginning messages. * node (MObject) - The node to register the callback for. * function (MMessage::MNodeFunction) - the callback function * clientData - User defined data passed to the callback function * return: Identifier used for removing the callback.
|
static |
addEndManipulationCallback(node, function, clientData=None) -> id Registers callbacks for camera manipulation ending messages. * node (MObject) - The node to register the callback for. * function (MMessage::MNodeFunction) - the callback function * clientData - User defined data passed to the callback function * return: Identifier used for removing the callback.