slider joint

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

List of Properties

blend Blend
ending_position The ending coordinates
flat Flat
limit 範囲
range range on/off
slide Slide
starting_position The starting coordinates




Property Details

blend

Blend.

  • Get
  • Set

Type :
  float

print xshade.scene().active_shape().slider_joint.blend

ending_position

The ending coordinates.

  • Get
  • Set

Type :
  vec3

print xshade.scene().active_shape().slider_joint.ending_position

flat

Flat.

  • Get
  • Set

Type :
  bool : False : hierarchical, True : flat

print xshade.scene().active_shape().slider_joint.flat

limit

範囲。

  • Get
  • Set

Type :
  float2

print xshade.scene().active_shape().slider_joint.limit

range

Range on/off.

  • Get
  • Set

Type :
  bool

print xshade.scene().active_shape().slider_joint.range

slide

Slide.

  • Get
  • Set

Type :
  float

print xshade.scene().active_shape().slider_joint.slide

starting_position

The starting coordinates.

  • Get
  • Set

Type :
  vec3

print xshade.scene().active_shape().slider_joint.starting_position