Used for switch operations.
Interface for easily getting settings, retained as part of an object, from a plug-in or script.
xshade |
↑ |
shape |
↑ |
switch_effector |
limit | Limits |
range | range on/off |
selection | Selection |
Used after getting an object with a method such as xshade.scene().active_shape().
limit
Limits.
Type :
float2
print xshade.scene().active_shape().switch_effector.limit
range
Range on/off.
Type :
bool
print xshade.scene().active_shape().switch_effector.range
selection
Selection.
Type :
int
print xshade.scene().active_shape().switch_effector.selection