new_scene
Create or reset a 3D scene in 3ds Max by clearing current content and starting fresh, with options to save changes before proceeding.
Instructions
在 3ds Max 中新建/重置场景。
该工具将清空当前场景并创建一个新的空场景。
Args: force: 是否强制新建(不提示保存当前场景)。 "true"(默认)表示强制新建,不保存当前更改。 "false" 表示如果当前场景有未保存更改,会先保存。
Returns: dict: 操作结果。 - success (bool): 是否成功。 - message (str): 操作描述信息。
示例调用 - 强制新建: new_scene()
示例调用 - 保存后新建: new_scene(force="false")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | true |