morph effector

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


xshade
shape
morph_effector

List of Properties

limit Limiter
morph The morph amount
range Range on/off




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

Property Details

limit

Limiter (min and max value of joint).

  • Get
  • Set

Type :
  float2

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

morph

The morph amount.

  • Get
  • Set

Type :
  float : The morph amount

print xshade.scene().active_shape().morph_effector.morph

range

Range on/off.

  • Get
  • Set

Type :
  bool

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