Open Document
open_documentLoad a Cinema 4D scene file into a new, separate document and switch focus to it. Use this to open files without merging into the current scene.
Instructions
Load a Cinema 4D scene file as a new document. Unlike import_scene (which merges into the current doc), this opens the file as its own document. Pass make_active:true (default) to switch focus to the loaded document. Differs from import_scene which calls MergeDocument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a loadable scene file. | |
| make_active | No | Switch the active document to the newly loaded one. Default true. False is refused when the current document is blank because Cinema 4D would destroy it during insertion. |