【发布时间】:2014-04-27 16:12:53
【问题描述】:
string $formEX = `formLayout -numberOfDivisions 100 -p formLayout5`;
string $buttonEX = `button -l "button" -h 26`;
$formLayout8 = `formLayout -q -ca formLayout5`;
formLayout -e
-attachForm $buttonTime "top" 0
-attachForm $buttonTime "left" 0
-attachForm $buttonTime "bottom" 0
-attachForm $buttonTime "right" 0
$formEX
////////////////////////////execute till here//////////////////////////////////
/////////////////seperately execute this code/////////////////////
formLayout -e -attachForm $formTime "top" 0
-attachForm $formTime "left" 0
formLayout8
我不明白为什么代码会出错?如何获取 ui 元素名称?“formlayout8”正在使用查询 例如像(formLayout -q -p formLayout8)这样的标志,但我不能将我自己的 formLayout 与现有的合并......任何帮助表示赞赏...... 谢谢。
【问题讨论】:
标签: maya mel form-layout