scene_open
Open a .max scene file directly from its absolute path. Use quiet mode to skip the save prompt and load the file without interruptions.
Instructions
打开一个 .max 场景文件(默认不弹出保存提示)。 [English] Open a .max scene file (no save prompt by default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 场景文件的绝对路径。 | Absolute path of the .max file. | |
| quiet | No | 是否静默打开(不询问是否保存当前场景),默认是。 | Open quietly without asking to save the current scene, default true. |