v6.02
Returns or sets whether or not to embed the textures and images associated with
the FBX file when exporting. Embedding textures is useful when transferring the
FBX file to a location where the texture path is inaccessible.
Note: Embedding textures increases the file's size.
oBoolean = FBXExportEmbedMedias( [State] ); |
A Boolean value (true to embed; false otherwise)
Parameter | Type | Description |
---|---|---|
State | Boolean |
True to embed textures and images, false otherwise Default Value: If not specified, the current setting will not change. |