|
Tronverte
API documentation for Tronverte products.
|
Public Member Functions | |
| def | __init__ |
| def | create |
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()
# DESCRIPTION Default constructor. # ARGUMENTS None. # RETURN None
| 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.
1.7.6.1