FBXExportEmbedMedias
 
 
 

FBXExportEmbedMedias

Introduced

v6.02

Description

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.

Scripting Syntax

oBoolean = FBXExportEmbedMedias( [State] );

Return Value

A Boolean value (true to embed; false otherwise)

Parameters

Parameter Type Description
State Boolean True to embed textures and images, false otherwise

Default Value: If not specified, the current setting will not change.

See Also

FBXExport Embed Textures export option