Open Document
open_documentOpen a Cinema 4D scene file as a new document, replacing the current one instead of merging. Optionally set the loaded document as active.
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. |