Used for light joint operations.
Interface for easily getting settings, retained as part of an object, from a plug-in or script.
xshade |
↑ |
shape |
↑ |
light_effector |
flat | Flat |
limit | Limiter |
range | Range on/off |
value | Slider |
flat
Flat.
Type :
bool : True : Flat, False : Hierarchical
print xshade.scene().active_shape().light_effector.flat
limit
Limiter (min and max value of joint).
Type :
float2
print xshade.scene().active_shape().light_effector.limit
range
Range on/off.
Type :
bool
print xshade.scene().active_shape().light_effector.range
value
Slider.
Type :
float
print xshade.scene().active_shape().light_effector.value