light_type property

light_type property

Represents a preset light right that can be applied to a shape. The light rig represents a group of lights oriented in a specific way relative to a 3D scene. Read/write LightRigPresetType.

Definition:

@property
def light_type(self):
    ...

@light_type.setter
def light_type(self, value):
    ...

See Also