/
fbxExportOptions
fbxExportOptions
Description
Sets the export options for the FBX exporter for the next time you export an FBX.
Functional area
File handling
Command syntax
Syntax
fbxExportOptions [-collapseSubjects boolean] [-exportActiveClipOnly boolean] [-upAxis string] [-rotateToFacePositive boolean] [-exportLabelingSetups boolean] [-namespaceMode string] [-unrollAnimationCurves boolean] [-exportPlayRangeOnly boolean] [-unscaleRetargeting boolean] [-version string] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Comments |
---|---|---|---|
collapseSubjects | 1 | boolean | Add a root null node named ( Actor_1 ... Actor_n ) to all root level nodes which are not character nodes. |
exportActiveClipOnly | 1 | boolean | Export all clips as takes instead of just the current active clip. |
upAxis | 1 | string | |
rotateToFacePositive | boolean | ||
exportLabelingSetups | 1 | boolean | |
namespaceMode | UseName | string | Can be one of:
|
unrollAnimationCurves | 1 | boolean | Handles FBX exported from Shogun that contains Euler- or gimbal-flipping not visible in Shogun. When selected, behavior is like that of the AutodeskĀ® MotionBuilderĀ® Gimbal Killer filter on all rotation curves. |
exportPlayRangeOnly | 1 | boolean | Exports data from playRange only: any other data is ignored |
unscaleRetargeting | boolean | ||
version | string |
Return value
void
Examples
// Add a root null node named ( Actor_1 ... Actor_n) to all // root level nodes that are not character nodes. fbxExportOptions -collapseSubjects off // Export all clips as take instead of just the current active clip. fbxExportOptions -exportActiveClipOnly on;
Additional information
Related commands
, multiple selections available,