FBXExportGeometries
 
 
 

FBXExportGeometries

Introduced

v6.02

Description

Returns or sets whether or not to export the scene's geometry. If you specify false, the scene is exported with no models.

Note: Cameras and lights are not considered models by the FBX exporter.

Scripting Syntax

oBoolean = FBXExportGeometries( [State] );

Return Value

A Boolean value (true to include geometry; false to exclude it)

Parameters

Parameter Type Description
State Boolean True to export geometries, false to exclude it

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

See Also

FBXExport Geometry export option