Used for uniscale joint operations.
Interface for easily getting settings, retained as part of an object, from a plug-in or script.
xshade |
↑ |
shape |
↑ |
uniscale_joint |
flat | Flat |
limit | Limiter |
pivot | The pivot (center) coordinates |
range | Range on/off |
scale | The scale percentage |
Used after getting an object with a method such as xshade.scene().active_shape().
flat
Flat.
Type :
bool : False : hierarchical, True : flat
print xshade.scene().active_shape().uniscale_joint.flat
limit
Limiter (min and max value of joint).
Type :
float2
print xshade.scene().active_shape().uniscale_joint.limit
pivot
The pivot (center) coordinates.
Type :
vec3
print xshade.scene().active_shape().uniscale_joint.pivot
range
Range on/off.
Type :
bool
print xshade.scene().active_shape().uniscale_joint.range
scale
The scale percentage.
Type :
float
print xshade.scene().active_shape().uniscale_joint.scale