scale joint

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


xshade
shape
scale_joint

List of Properties

direction Orientation
flat Flat
limit Limiter
pivot The pivot (center) coordinates
range Range on/off
scale Slide




Used after getting an object with a method such as xshade.scene().active_shape().

Property Details

direction

Orientation.

  • Get
  • Set

Type :
  float3

print xshade.scene().active_shape().scale_joint.direction

flat

Flat.

  • Get
  • Set

Type :
  bool : False : hierarchical, True : flat

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

limit

Limiter (min and max value of joint).

  • Get
  • Set

Type :
  float2

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

pivot

The pivot (center) coordinates.

  • Get
  • Set

Type :
  vec3

print xshade.scene().active_shape().scale_joint.pivot

range

Range on/off.

  • Get
  • Set

Type :
  bool

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

scale

Slide.

  • Get
  • Set

Type :
  float

print xshade.scene().active_shape().scale_joint.scale