|
Tronverte
API documentation for Tronverte products.
|
Inherited from tronverte.maya.core.dg.DG. More...
Public Member Functions | |
| def | __init__ |
| def | createNodeAttributes |
Public Attributes | |
| dgType | |
| DG type of the node. | |
| extension | |
| Extension of the node. | |
| joint | |
| joint attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| ikHandle | |
| ikHandle attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| initialDistance | |
| initialDistance attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| scale | |
| scale attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| enable | |
| enable attribute of the node as tronverte.maya.core.plug.Plug instance. | |
| outStretch | |
| outStretch attribute of the node as tronverte.maya.core.plug.Plug instance. | |
Inherited from tronverte.maya.core.dg.DG.
import tronverte.maya.stormv3.rigging.nodes.sIKStretch as tronverte_maya_stormv3_rigging_nodes_sIKStretch reload(tronverte_maya_stormv3_rigging_nodes_sIKStretch) sIKStretch = tronverte_maya_stormv3_rigging_nodes_sIKStretch.sIKStretch()
| def tronverte.maya.stormv3.rigging.nodes.sIKStretch.sIKStretch.__init__ | ( | self, | |
name = None, |
|||
force = True, |
|||
stat = None |
|||
| ) |
# DESCRIPTION Default constructor. # ARGUMENTS name | str | None | in | * | arg | Name of the node. If node exists it will be set otherwise it will be created. force | bool | True | in | * | arg | Force creation. Create the node even if it exists. That will affect the given name. stat | tronverte.maya.core.status.Status | None | out | * | arg | Status. # RETURN None
# DESCRIPTION Method creates instances of tronverte.maya.core.plug class for each attribute this particular node has. # ARGUMENTS None. # RETURN None
DG type of the node.
enable attribute of the node as tronverte.maya.core.plug.Plug instance.
Extension of the node.
ikHandle attribute of the node as tronverte.maya.core.plug.Plug instance.
initialDistance attribute of the node as tronverte.maya.core.plug.Plug instance.
joint attribute of the node as tronverte.maya.core.plug.Plug instance.
outStretch attribute of the node as tronverte.maya.core.plug.Plug instance.
scale attribute of the node as tronverte.maya.core.plug.Plug instance.
1.7.6.1