OBJ Import Settings

About

  • Header File: io_obj/description/fobjimport2.h
  • Description Category: Scene Import/Export. 3D scene importer/exporter.
  • Included Description:

Parameters

Parameters are accessed with C4DAtom::GetParameter()/ C4DAtom::SetParameter(). See page_maxonapi_getting_started_foundations_cinema_parameters.


Parameter: Splitting

  • Parameter ID: OBJIMPORTOPTIONS_SPLITBY
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • By Object (OBJIMPORTOPTIONS_SPLITBY_OBJECT)
    • By Material (OBJIMPORTOPTIONS_SPLITBY_MATERIAL)
    • By Identical Name (OBJIMPORTOPTIONS_SPLITBY_GROUP_COMBINE_NAME_COLLISIONS)
    • Split Polygon Groups (OBJIMPORTOPTIONS_SPLITBY_GROUP)
    • Combine All (OBJIMPORTOPTIONS_SPLITBY_ONEOBJECT)

Parameter: Lines

  • Parameter ID: OBJIMPORTOPTIONS_LINES
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • Default (OBJIMPORTOPTIONS_LINES_DEFAULT)
    • Closed (OBJIMPORTOPTIONS_LINES_CLOSED)
    • As Polygons (OBJIMPORTOPTIONS_LINES_ASPOLYS)

Parameter: UVs

  • Parameter ID: OBJIMPORTOPTIONS_IMPORT_UVS
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • None (OBJIMPORTOPTIONS_UV_NONE)
    • Original (OBJIMPORTOPTIONS_UV_ORIGINAL)
    • Flip U (OBJIMPORTOPTIONS_FLIP_U)
    • Flip V (OBJIMPORTOPTIONS_FLIP_V)
    • Flip UV (OBJIMPORTOPTIONS_FLIP_UV)

Parameter: Normals

  • Parameter ID: OBJIMPORTOPTIONS_NORMALS
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • None (OBJIMPORTOPTIONS_NORMALS_NOIMPORT)
    • Phong Tag (OBJIMPORTOPTIONS_NORMALS_PHONGTAG)
    • Vertices (OBJIMPORTOPTIONS_NORMALS_VERTEX)

Parameter: Phong Angle


Parameter: Vertex Colors


Parameter: Flip X Axis


Parameter: Swap X and Y Axes


Parameter: Flip Y Axis


Parameter: Swap X and Z Axes


Parameter: Flip Z Axis


Parameter: Swap Y and Z Axes


Parameter: Flip Faces


Parameter: Material

  • Parameter ID: OBJIMPORTOPTIONS_MATERIAL
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • No Material (OBJIMPORTOPTIONS_MATERIAL_NONE)
    • One Default Per Object (OBJIMPORTOPTIONS_MATERIAL_DEFAULTPEROBJECT)
    • Import .MTL File (OBJIMPORTOPTIONS_MATERIAL_MTLFILE)
    • Import Names Only (OBJIMPORTOPTIONS_MATERIAL_DEFAULTPERMTLFILE)

Parameter: Default Material

  • Parameter ID: OBJIMPORTOPTIONS_DEFAULTMATERIAL
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • White (OBJIMPORTOPTIONS_DEFAULTMATERIAL_WHITE)
    • Random Colors (OBJIMPORTOPTIONS_DEFAULTMATERIAL_RANDOMCOLORS)

Parameter: Material Mix Mode

  • Parameter ID: OBJIMPORTOPTIONS_MATERIAL_MIXMODE
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • Normal (OBJIMPORTOPTIONS_MATERIAL_MIXMODE_BLEND)
    • Add (OBJIMPORTOPTIONS_MATERIAL_MIXMODE_ADD)
    • Subtract (OBJIMPORTOPTIONS_MATERIAL_MIXMODE_SUB)
    • Multiply (OBJIMPORTOPTIONS_MATERIAL_MIXMODE_MUL)

Parameter: Invert Transparency


Parameter: Sequence


Parameter: FPS


Parameter: Frame Step


Parameter: Shared Material


Parameter: PLA Interpolation


Parameter: Script Console Reporting


Parameter: Import as UTF-8