lighting property

lighting property

Gets and sets type of light rig.

Definition:

@property
def lighting(self):
    ...
@lighting.setter
def lighting(self, value):
    ...

See Also