Tronverte
API documentation for Tronverte products.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
tronverte.maya.stormv3.rigging.nodes.sTranslateStretch.sTranslateStretch 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.
 translate
 translate attribute of the node as tronverte.maya.core.plug.Plug instance.
 initialTranslate
 initialTranslate attribute of the node as tronverte.maya.core.plug.Plug instance.
 outTranslate
 outTranslate attribute of the node as tronverte.maya.core.plug.Plug instance.

Detailed Description

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

import tronverte.maya.stormv3.rigging.nodes.sTranslateStretch as tronverte_maya_stormv3_rigging_nodes_sTranslateStretch
reload(tronverte_maya_stormv3_rigging_nodes_sTranslateStretch)
sTranslateStretch = tronverte_maya_stormv3_rigging_nodes_sTranslateStretch.sTranslateStretch()



Constructor & Destructor Documentation

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

Extension of the node.

initialTranslate attribute of the node as tronverte.maya.core.plug.Plug instance.

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

translate attribute of the node as tronverte.maya.core.plug.Plug instance.


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