Tronverte
API documentation for Tronverte products.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
tronverte.maya.stormv3.rigging.nodes.sChainBlend.sChainBlend 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.
 blend
 blend attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 chains
 chains attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 operation
 operation attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 individualOperation
 individualOperation attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 state
 state attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 enableStretch
 enableStretch attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 control
 control attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 range
 range attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 showAllControls
 showAllControls attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 individualState
 individualState attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 chainARotation
 chainARotation attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 chainBRotation
 chainBRotation attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 chainCRotation
 chainCRotation 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.
 chainAStretch
 chainAStretch attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 chainBStretch
 chainBStretch attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 chainCStretch
 chainCStretch attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 outStretch
 outStretch attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 chainAControlVisibility
 chainAControlVisibility attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 chainBControlVisibility
 chainBControlVisibility attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 chainCControlVisibility
 chainCControlVisibility attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 ikControl
 ikControl attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 poleVectorControl
 poleVectorControl attribute of the node as tronverte.maya.core.tronverte_maya_core_plug.Plug instance.
 fkControls
 fkControls 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.sChainBlend as tronverte_maya_stormv3_rigging_nodes_sChainBlend
reload(tronverte_maya_stormv3_rigging_nodes_sChainBlend)
sChainBlend = tronverte_maya_stormv3_rigging_nodes_sChainBlend.sChainBlend()



Constructor & Destructor Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

DG type of the node.

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

Extension of the node.

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

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

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

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

operation 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.

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

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

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

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

state 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