Used for morph joint operations.
Interface for easily getting settings, retained as part of an object, from a plug-in or script.
| xshade |
| ↑ |
| shape |
| ↑ |
| morph_effector |
| limit | Limiter |
| morph | The morph amount |
| range | Range on/off |
Used after getting an object with a method such as xshade.scene().active_shape().
limit
Limiter (min and max value of joint).
Type :
float2
print xshade.scene().active_shape().morph_effector.limit
morph
The morph amount.
Type :
float : The morph amount
print xshade.scene().active_shape().morph_effector.morph
range
Range on/off.
Type :
bool
print xshade.scene().active_shape().morph_effector.range