path joint

Used for path joint operations.
Interface for easily getting settings, retained as part of an object, from a plug-in or script.


xshade
shape
path_joint

List of Properties

correction Path correction
flat Flat
limit Limiter
path_position Slider
range Range on/off




Property Details

correction

Path correction.

  • Get
  • Set

Type :
  int : 0 : control point, 1 : uniform speed

print xshade.scene().active_shape().path_joint.correction

flat

Flat.

  • Get
  • Set

Type :
  bool : True : Flat, False : Hierarchical

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

limit

Limiter (min and max value of joint).

  • Get
  • Set

Type :
  float2

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

path_position

Slider.

  • Get
  • Set

Type :
  float

print xshade.scene().active_shape().path_joint.path_position

range

Range on/off.

  • Get
  • Set

Type :
  bool

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