我想在现有的 tabLayout 中添加 Maya 大纲
我遇到了一个页面,该页面显示了如何在 MEL 中执行此操作(第二种方法)
我将如何在 python 中做到这一点?
myOut= cmds.outlinerPanel()
cmds.control(edit=True,parent="outlinerLayout" myOut)
上面给出了语法错误,我想我在将 mel 代码转换为 python 代码时做错了(我想在 python 中,因为整个现有的 GUI 应用程序都是在 python 中完成的)并且我想实现将大纲选项卡标记到我的项目中的想法用户的经理消除了单独启动 Outliner 的麻烦..