begin_undo
Open an undo transaction that groups all subsequent changes into a single undo step, simplifying multi-step tasks like character building and rigging.
Instructions
开启一个跨多次调用的撤销事务。之后的所有改动会合并为一次撤销,直到 end_undo。适合「建一个角色并绑定」这类多步骤操作。 [English] Open an undo transaction spanning several MCP calls. Everything you do until end_undo collapses into a single undo step - ideal for multi-step tasks such as building and rigging a character.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | 事务名称,会显示在 Max 的撤销菜单里。 | Transaction label shown in Max's undo menu. |