FBX Import Settings¶
About¶
Header File: io_fbx/description/Ffbximport.h
Description Category: Scene Import/Export.
- Included Description:
Parameters¶
Parameters are accessed with C4DAtom.GetParameter()
/C4DAtom.SetParameter()
.
Parameter: Geometry
Parameter ID: c4d.FBXIMPORT_GEOMETRY
Parameter Type: bool
Parameter: Curves
Parameter ID: c4d.FBXIMPORT_CURVES
Parameter Type: bool
Parameter: Cameras
Parameter ID: c4d.FBXIMPORT_CAMERAS
Parameter Type: bool
Parameter: Lights
Parameter ID: c4d.FBXIMPORT_LIGHTS
Parameter Type: bool
Parameter: Instances
Parameter ID: c4d.FBXIMPORT_INSTANCES
Parameter Type: bool
Parameter: Markers
Parameter ID: c4d.FBXIMPORT_MARKERS
Parameter Type: bool
Parameter: Subdivision Surface
Parameter ID: c4d.FBXIMPORT_SDS
Parameter Type: bool
Parameter: Deformation
Parameter ID: c4d.FBXIMPORT_ACTIVATE_JOINTS
Parameter Type: bool
Parameter: Normals
Parameter ID: c4d.FBXIMPORT_NORMALS
Parameter Type: int
- Cycle Values:
None (c4d.FBXIMPORT_NORMALS_NONE)
Normal Tags (c4d.FBXIMPORT_NORMALS_NORMALTAGS)
Edge Breaks (c4d.FBXIMPORT_NORMALS_EDGE_BREAKS)
Parameter: Vertex Colors
Parameter ID: c4d.FBXIMPORT_COLORS
Parameter Type: bool
Parameter: Grayscale to Vertex Maps
Parameter ID: c4d.FBXIMPORT_COLORS_AS_VERTEX_MAPS
Parameter Type: bool
Parameter: Up Axis
Parameter ID: c4d.FBXIMPORT_UP_AXIS
Parameter Type: int
- Cycle Values:
Default (c4d.FBXIMPORT_UP_AXIS_DEFAULT)
X Axis (c4d.FBXIMPORT_UP_AXIS_X)
-X Axis (c4d.FBXIMPORT_UP_AXIS_MINUS_X)
Y Axis (c4d.FBXIMPORT_UP_AXIS_Y)
-Y Axis (c4d.FBXIMPORT_UP_AXIS_MINUS_Y)
Z Axis (c4d.FBXIMPORT_UP_AXIS_Z)
-Z Axis (c4d.FBXIMPORT_UP_AXIS_MINUS_Z)
Parameter: Flip Z Axis
Parameter ID: c4d.FBXIMPORT_FLIP_Z_AXIS
Parameter Type: bool
Parameter: Tracks
Parameter ID: c4d.FBXIMPORT_TRACKS
Parameter Type: bool
Parameter: Clean Tracks
Parameter ID: c4d.FBXIMPORT_CLEAN_TRACKS
Parameter Type: bool
Parameter: Vertex Cache to PLA
Parameter ID: c4d.FBXIMPORT_VERTEXCACHE_TO_PLA
Parameter Type: bool
Parameter: Poses
Parameter ID: c4d.FBXIMPORT_SHAPES
Parameter Type: bool
Parameter: Materials
Parameter ID: c4d.FBXIMPORT_MATERIALS
Parameter Type: bool
Parameter: Substances
Parameter ID: c4d.FBXIMPORT_SUBSTANCES
Parameter Type: bool
Parameter: Single Material Selection Sets
Parameter ID: c4d.FBXIMPORT_SINGLE_MAT_SELECTIONTAGS
Parameter Type: bool