light effector

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


xshade
shape
light_effector

List of Properties

flat Flat
limit Limiter
range Range on/off
value Slider




Property Details

flat

Flat.

  • Get
  • Set

Type :
  bool : True : Flat, False : Hierarchical

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

limit

Limiter (min and max value of joint).

  • Get
  • Set

Type :
  float2

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

range

Range on/off.

  • Get
  • Set

Type :
  bool

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

value

Slider.

  • Get
  • Set

Type :
  float

print xshade.scene().active_shape().light_effector.value