Tronverte
API documentation for Tronverte products.
 All Classes Namespaces Files Functions Variables
Public Member Functions
tronverte.maya.stormv3.rigging.components.ikStretch.IKStretch Class Reference

List of all members.

Public Member Functions

def __init__
def create

Detailed Description

import tronverte.maya.stormv3.rigging.components.ikStretch as tronverte_maya_stormv3_rigging_components_ikStretch
reload(tronverte_maya_stormv3_rigging_components_ikStretch)
ikStretch = tronverte_maya_stormv3_rigging_components_ikStretch.IKStretch()


Constructor & Destructor Documentation

# DESCRIPTION
Default constructor.

# ARGUMENTS
None.

# RETURN
None

Member Function Documentation

def tronverte.maya.stormv3.rigging.components.ikStretch.IKStretch.create (   self,
  name,
  control,
  ikHandle,
  stretchType = tronverte_maya_stormv3_pipeline.StretchType.stretch,
  stretchAxis = 'x',
  stat = None 
)
# DESCRIPTION
Create IK stretch rig.

# ARGUMENTS
name        | str                                         | None    | in  | + | arg | Name of the sIKStretch node.
control     | str                                         | None    | in  | + | arg | Control object that the related attributes will be created on.
ikHandle    | str                                         | None    | in  | + | arg | IK handle that drives the IK chain.
stretchType | tronverte.maya.stormv3.pipeline.StretchType | stretch | in  | * | arg | Stretch type from related class.
stretchAxis | str                                         | 'x'     | in  | * | arg | Stretch axis, x, y or z.
stat        | tronverte.maya.core.status.Status           | None    | out | * | arg | Status.

# RETURN
tronverte.maya.stormv3.rigging.nodes.sIKStretch.sIKStretch | Instance of tronverte.maya.stormv3.rigging.nodes.sIKStretch.sIKStretch class.

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