export_legacy_material_properties property

export_legacy_material_properties property

Gets or sets whether export legacy material properties, used for back compatibility. This option is turned on by default.

Definition:

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

See Also