3D Lingo Dictionary > E-K > enabled (sds) |
![]() ![]() ![]() |
enabled (sds)
Syntax
member(whichCastmember
).model(whichModel
).sds.enabled
Description
3D sds
modifier property; indicates whether the sds
modifier attached to a model is used by the model.
The default setting for this property is TRUE
.
An attempt to add the sds
modifier to a model that already has the inker
or toon
modifier attached fails without an error message. Likewise, an attempt to add the inker
or toon
modifier to a model that already has the sds
modifier attached also fails without an error message. Be careful when using the sds
modifier with the lod
modifier. See the sds (modifier)
entry for more information.
Example
This statement turns on the sds
modifier attached to the model Baby.
member("Scene").model("Baby").sds.enabled = TRUE
See also
sds (modifier)
, modifier
, addModifier
![]() ![]() ![]() |