Import / Merge Scene File
import_sceneImport external 3D files (ABC, FBX, OBJ, C4D) into the active Cinema 4D document. Optionally re-parent imported objects under an existing object and rename them for streamlined scene integration.
Instructions
Merge an external file (abc/fbx/obj/c4d/etc.) into the active document via MergeDocument. Returns the newly-imported top-level objects so they can be chained with set_params / create_entity / create_take. Optionally re-parents them under an existing object and renames the first root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file to merge (abc/fbx/obj/c4d/...). | |
| filter | No | Scene filter (default "all"). | |
| parent | No | Optional parent handle — newly-imported top-level objects are moved under this object. | |
| rename | No | Optional new name for the first imported top-level object. |