DAZ Script |
---|
DzDFormZone () |
DAZ Script | |
---|---|
DzDForm | getDForm () |
InfluenceMode | getInfluenceMode () |
DzEnumProperty | getInfluenceModeControl () |
DzFloatProperty | getOpacityControl () |
naturalspline_dz | getSpline () |
void | influenceModeChanged () |
The zone is one component of a dForm deformer. The others are the DzDForm, DzDFormBase and DzDFormModifier.
The zone is an independent DzNode derived object that is used to set the area of influence of the dForm's effect.
It is spherical in shape but can be scaled into any form of ellipsoid.
The zone has an effect falloff zone based on a naturalspline_dz object. The falloff is the same along the x,y and z axis.
The zone has draws itself as a wireframe sphere. The base size of this sphere is controlled by the DzFloatProperty “Radius”. This sphere can be made transparent and is controlled by the DzFloatProperty “Opacity”. The zone is drawn with the maximum gradient color of the dForm.
TODO: Add description.
—–
TODO: Add description.
Return Value:
InfluenceMode : getInfluenceMode()
Return Value:
Since:
DzEnumProperty : getInfluenceModeControl()
Return Value:
Since:
DzFloatProperty : getOpacityControl()
Return Value:
naturalspline_dz : getSpline()
Return Value:
void : influenceModeChanged()
Signature:“influenceModeChanged()”
Emitted when the influence mode for this dForm zone has changed.