Tronverte
API documentation for Tronverte products.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
tronverte.maya.stormv3.rigging.nodes.sSpaceSwitch.sSpaceSwitch Class Reference

Inherited from tronverte.maya.core.dg.DG. More...

List of all members.

Public Member Functions

def __init__
def createNodeAttributes

Public Attributes

 dgType
 DG type of the node.
 extension
 Extension of the node.
 drivenWorldMatrix
 drivenWorldMatrix attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 drivenParentInverseMatrix
 drivenParentInverseMatrix attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 driverIndex
 driverIndex attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 offsetTranslate
 offsetTranslate attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 offsetTranslateX
 offsetTranslateX attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 offsetTranslateY
 offsetTranslateY attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 offsetTranslateZ
 offsetTranslateZ attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 offsetRotate
 offsetRotate attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 offsetRotateX
 offsetRotateX attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 offsetRotateY
 offsetRotateY attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 offsetRotateZ
 offsetRotateZ attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 driver
 driver attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outRotateOrder
 outRotateOrder attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outTranslate
 outTranslate attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outTranslateX
 outTranslateX attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outTranslateY
 outTranslateY attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outTranslateZ
 outTranslateZ attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outRotation
 outRotation attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outRotationX
 outRotationX attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outRotationY
 outRotationY attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outRotationZ
 outRotationZ attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

Detailed Description

Inherited from tronverte.maya.core.dg.DG.

import tronverte.maya.stormv3.rigging.nodes.sSpaceSwitch as tronverte_maya_stormv3_rigging_nodes_sSpaceSwitch
reload(tronverte_maya_stormv3_rigging_nodes_sSpaceSwitch)
sSpaceSwitch = tronverte_maya_stormv3_rigging_nodes_sSpaceSwitch.sSpaceSwitch()



Constructor & Destructor Documentation

def tronverte.maya.stormv3.rigging.nodes.sSpaceSwitch.sSpaceSwitch.__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

Member Function Documentation

# DESCRIPTION
Method creates instances of tronverte.maya.core.plug class for each attribute this particular node has.

# ARGUMENTS
None.

# RETURN
None

Member Data Documentation

DG type of the node.

drivenParentInverseMatrix attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

drivenWorldMatrix attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

driver attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

driverIndex attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

Extension of the node.

offsetRotate attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

offsetRotateX attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

offsetRotateY attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

offsetRotateZ attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

offsetTranslate attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

offsetTranslateX attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

offsetTranslateY attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

offsetTranslateZ attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

outRotateOrder attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

outRotation attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

outRotationX attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

outRotationY attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

outRotationZ attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

outTranslate attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

outTranslateX attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

outTranslateY attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.

outTranslateZ attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables