file_name property

file_name property

The file name of the exporting/importing scene. This is optional, but useful when serialize external assets like OBJ’s material.

Definition:

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

See Also