scene_merge
Merge objects from a .max file into the current scene without clearing existing content. Optionally merge only specified objects.
Instructions
把另一个 .max 文件里的内容合并进当前场景(不会清空现有对象)。 [English] Merge the contents of another .max file into the current scene without clearing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 要合并的 .max 文件路径。 | Path of the .max file to merge. | |
| quiet | No | 是否静默合并,默认是。 | Merge quietly, default true. | |
| objects | No | 只合并指定名称的对象;省略则合并全部。 | Merge only these object names; omit to merge everything. |