Used for custom joint operations.
Interface for easily getting settings, retained as part of an object, from a plug-in or script.
Custom joints are joints with only values; unlike other joints, they do not affect child parts in the hierarchy.
| xshade |
| ↑ |
| shape |
| ↑ |
| custom_joint |
| limit | Limiter |
| range | Range on/off |
| value | Slider |
limit
Limiter (min and max value of joint).
Type :
float2
print xshade.scene().active_shape().custom_joint.limit
range
Range on/off.
Type :
bool
print xshade.scene().active_shape().custom_joint.range
value
Slider.
Type :
float
print xshade.scene().active_shape().custom_joint.value