Cortex
10.0.0-a4
|
A function set for operating on ieParameterisedHolderSet node type. More...
Public Member Functions | |
def | __init__ (self, object) |
Initialise the function set for the given object, which may either be an MObject or a node name in string or unicode form. More... | |
![]() | |
def | __init__ (self, object) |
Initialise the function set for the given object, which may either be an MObject or a node name in string or unicode form. More... | |
def | setParameterised |
Sets the IECore.Parameterised object held by the node. More... | |
def | getParameterised (self) |
Returns a tuple of the form (parameterised, className, classVersion, searchPathEnvVar). More... | |
def | parameterModificationContext (self) |
Returns a context manager for use with the with statement. More... | |
def | setNodeValues |
Sets the values of the plugs representing the parameterised object, using the current values of the parameters. More... | |
def | setNodeValue |
Set the value for the plug representing parameter, using the current value of the parameter. More... | |
def | setParameterisedValues (self) |
Transfers the values from the plugs of the node onto the parameters of the held Parameterised object. More... | |
def | setParameterisedValue (self, parameter) |
Sets the value of parameter from the value held by the plug representing it. More... | |
def | parameterPlug (self, parameter) |
Returns the OpenMaya.MPlug object responsible for representing the given parameter. More... | |
def | parameterPlugPath (self, parameter) |
Returns a string containing a full pathname for the plug representing the given parameter. More... | |
def | plugParameter (self, plug) |
Returns the IECore.Parameter object being represented by the given fullPathName of the maya plug or its OpenMaya.MPlug instance. More... | |
def | fullPathName (self) |
Returns the full path name to this node. More... | |
def | addSetParameterisedCallback (cls, callback) |
Add a callback which will be invoked whenever FnParameterisedHolder.setParameterised is called. More... | |
def | removeSetParameterisedCallback (cls, callback) |
Remove a previously added callback. More... | |
def | addSetClassVectorParameterClassesCallback (cls, callback) |
Adds a callback which will be invoked whenever FnParameterisedHolder.setClassVectorParameterClasses is called. More... | |
def | removeSetClassVectorParameterClassesCallback (cls, callback) |
Removes a callback added previously with addSetClassVectorParameterClassesCallback() | |
def | addSetClassParameterClassCallback (cls, callback) |
Adds a callback which will be invoked whenever FnParameterisedHolder.setClassParameterClass is called. More... | |
def | removeSetClassParameterClassCallback (cls, callback) |
Removes a callback added previously with addSetClassParameterClassCallback() | |
def | ls |
Lists the ieParameterisedHolderNodes in the current scene. More... | |
Static Public Member Functions | |
def | create (nodeName, className, classVersion, searchPathEnvVar) |
A function set for operating on ieParameterisedHolderSet node type.
def IECoreMaya.FnParameterisedHolderSet.__init__ | ( | self, | |
object | |||
) |
Initialise the function set for the given object, which may either be an MObject or a node name in string or unicode form.
References IECoreMaya.FnParameterisedHolder.__init__().