import_merge_scene
Merge a file into the open 3ds Max scene while preserving existing objects. Uses the file extension to select the correct importer, and reports an error if no importer is available.
Instructions
把一个文件合并进当前场景(不会清空现有对象)。按扩展名探测对应导入器,缺失则报错。 [English] Merge a file into the current scene without clearing existing objects. The importer is probed from the extension; missing importers fail with err.class_missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 要合并的文件路径。 | File path to merge. |