export_textures property

export_textures property

Try to copy textures used in scene to output directory.

Definition:

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

See Also