export_camera property

export_camera property

Gets or sets whether export all cameras in the scene.

Definition:

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

See Also