我想在现有的tabLayout
中添加maya outliner我遇到了一个页面,显示了如何在MEL(the second method)
中执行此操作我怎么能在python中做到这一点?
myOut= cmds.outlinerPanel()
cmds.control(edit=True,parent="outlinerLayout" myOut)
上面给出了语法错误,我想我在将Mel代码转换为python代码时做错了(我想在python中使用python完成整个现有的GUI应用程序)并且我想实现有大纲选项卡的想法进入我的项目经理,让用户免除分别启动大纲的麻烦..