glTF Import Settings¶
About¶
Header File: io_gltf/description/fgltfimporter.h
Description Category: Scene Import/Export.
- Included Description:
Parameters¶
Parameters are accessed with C4DAtom.GetParameter()
/C4DAtom.SetParameter()
.
Parameter: Cameras
Parameter ID: c4d.GLTFIMPORTER_CAMERAS
Parameter Type: bool
Parameter: Geometry
Parameter ID: c4d.GLTFIMPORTER_GEOMETRY
Parameter Type: bool
Parameter: Materials
Parameter ID: c4d.GLTFIMPORTER_MATERIALS
Parameter Type: bool
Parameter: Normals
Parameter ID: c4d.GLTFIMPORTER_NORMALS
Parameter Type: int
- Cycle Values:
None (c4d.GLTFIMPORTER_NORMALS_NONE)
Vertex (c4d.GLTFIMPORTER_NORMALS_VERTEX)
Phong (c4d.GLTFIMPORTER_NORMALS_PHONG)
Parameter: Phong Angle
Parameter ID: c4d.GLTFIMPORTER_PHONGANGLE
Parameter Type: float
Parameter: Vertex Colors
Parameter ID: c4d.GLTFIMPORTER_VERTEXCOLORS
Parameter Type: bool
Parameter: UVs
Parameter ID: c4d.GLTFIMPORTER_UVS
Parameter Type: bool
Parameter: Flip Z
Parameter ID: c4d.GLTFIMPORTER_FLIPZ
Parameter Type: bool
Parameter: Split Meshes
Parameter ID: c4d.GLTFIMPORTER_GEOMETRY_SPLIT_MESHPRIMS
Parameter Type: bool
Parameter: Transform
Parameter ID: c4d.GLTFIMPORTER_ANIMATION_TRS
Parameter Type: bool
Parameter: Pose Morphs
Parameter ID: c4d.GLTFIMPORTER_ANIMATION_POSEMORPHS
Parameter Type: bool
Parameter: Pose Target Layer
Parameter ID: c4d.GLTFIMPORTER_ANIMATION_POSEMORPHS_TARGETSLAYER
Parameter Type: bool
Parameter: Clean Tracks
Parameter ID: c4d.GLTFIMPORTER_ANIMATION_CLEANTRACKS
Parameter Type: bool