export_light property

export_light property

Gets or sets whether export all lights in the scene.

Definition:

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

See Also