DAZ Script |
---|
DzDForm () |
DAZ Script | |
---|---|
void | applyToNode ( DzNode node ) |
Number | getAvatarScale () |
DzFloatProperty | getAvatarScaleControl () |
DzDFormBase | getBase () |
Color | getGradientMax () |
Color | getGradientMin () |
DzDFormZone::InfluenceMode | getInfluenceMode () |
DzDFormModifier | getModifier ( Number i ) |
DzDFormModifier | getModifierForNode ( DzNode node ) |
Number | getNumModifiers () |
Number | getOpacity () |
DzFloatProperty | getOpacityControl () |
DzDFormZone | getZone () |
void | setAvatarScale ( Number val ) |
void | setBase ( DzDFormBase base ) |
void | setGradientMax ( Color color ) |
void | setGradientMin ( Color color ) |
void | setOpacity ( Number val ) |
void | setZone ( DzDFormZone zone ) |
void | dformModifierListChanged () |
The dForm is the primary component of a dForm deformer. The others are the DzDFormBase, DzDFormZone and DzDFormModifier.
void : applyToNode( DzNode node )
Adds the effect of this dForm to the given node.
Parameter(s):
Number : getAvatarScale()
Return Value:
DzFloatProperty : getAvatarScaleControl()
Return Value:
DzDFormBase : getBase()
Return Value:
Color : getGradientMax()
Return Value:
Color : getGradientMin()
Return Value:
DzDFormZone::InfluenceMode : getInfluenceMode()
Return Value:
DzDFormModifier : getModifier( Number i )
Gets the i'th modifier of the dForm. The index is zero based. Can be used with getNumModifiers() to iterate over all the dForm modifiers.
Parameter(s):
Return Value:
DzDFormModifier : getModifierForNode( DzNode node )
Gets the i'th modifier of the dForm. The index is zero based. Can be used with getNumModifiers() to iterate over all the dForm modifiers.
Parameter(s):
Return Value:
Return Value:
Number : getOpacity()
Return Value:
DzFloatProperty : getOpacityControl()
Return Value:
DzDFormZone : getZone()
Return Value:
void : setAvatarScale( Number val )
Sets the avatar scale factor of the dForm representation.
Parameter(s):
void : setBase( DzDFormBase base )
Sets the base for this dForm.
Parameter(s):
void : setGradientMax( Color color )
Sets the Color used in the gradient for weights at the maximum end of the scale.
Parameter(s):
void : setGradientMin( Color color )
Sets the Color used in the gradient for weights at the minimum end of the scale.
Parameter(s):
void : setOpacity( Number val )
Sets the opacity of the dForm representation.
Parameter(s):
void : setZone( DzDFormZone zone )
Sets the zone for this dForm.
Parameter(s):
void : dformModifierListChanged()
Signature:“dformModifierListChanged()”
Emitted when the dform modifier list for this dFormer has changed.