返回介绍

3ds Max 帮助

3ds Max 帮助归档

恢复默认布局

发布于 2022-07-23 00:47:10 字数 1146 浏览 0 评论 0 收藏 0

仅当“自定义 UI”属性为空时,才会自动生成 MCG 工具的默认卷展栏。如果使用“自定义 UI”属性中的 MAXScript 扩展 MCG 工具且不想定义自定义卷展栏,则必须恢复默认卷展栏。

为此,请使用以下代码:

rollout params "Parameters"
(

-- Restore the rollout UI elements
<<ParamUIDefs>>

-- Restore any rollout events required by lists or other pecific parameters
<<RolloutParamsHanders>>

)


-- Your custom MAXScript goes here

<<ParamUIDefs>> 和 <<RolloutParamsHanders>> 标记替换为通常在“自定义 UI”属性为空时自动生成的 UI 控件的对应代码。它是可用于“自定义 UI”属性的几个标记之一。

对于模拟图形,还应该添加 <<SimRollout>> 标记,以使用“重置模拟”按钮恢复“模拟”卷展栏。例如:

rollout params "Parameters"
(

-- Restore the rollout UI elements
<<ParamUIDefs>>

-- Restore any rollout events required by lists or other pecific parameters
<<RolloutParamsHanders>>

)

-- Restore the Simulation rollout

<<SimRollout>>

-- Your custom MAXScript goes here

相关参考

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文