Used for slider joint operations.
Interface for easily getting settings, retained as part of an object, from a plug-in or script.
xshade |
↑ |
shape |
↑ |
slider_joint |
blend | Blend |
ending_position | The ending coordinates |
flat | Flat |
limit | 範囲 |
range | range on/off |
slide | Slide |
starting_position | The starting coordinates |
blend
Blend.
Type :
float
print xshade.scene().active_shape().slider_joint.blend
ending_position
The ending coordinates.
Type :
vec3
print xshade.scene().active_shape().slider_joint.ending_position
flat
Flat.
Type :
bool : False : hierarchical, True : flat
print xshade.scene().active_shape().slider_joint.flat
limit
範囲。
Type :
float2
print xshade.scene().active_shape().slider_joint.limit
range
Range on/off.
Type :
bool
print xshade.scene().active_shape().slider_joint.range
slide
Slide.
Type :
float
print xshade.scene().active_shape().slider_joint.slide
starting_position
The starting coordinates.
Type :
vec3
print xshade.scene().active_shape().slider_joint.starting_position