embed_textures property

embed_textures property

Gets or sets whether to embed the texture to the final output file. FBX Exporter will try to find the texture’s raw data from IOConfig.file_system, and embed the file to final FBX file. Default value is false.

Definition:

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

See Also