-2
瑪雅文件<瑪雅控制檯>無對象名稱指定textScrollList
cmds.frameLayout(label=all[0],borderStyle='out',collapse=1,collapsable=True,width=210)
cmds.columnLayout()
cmds.textScrollList(h=100,w=200,allowMultiSelection=True)
for i in range(0,size):
cmds.textScrollList(edit=True,a=string[i])
這是我的Python代碼
我要問,爲什麼
cmds.textScrollList(h=100,w=200,allowMultiSelection=True)
for i in range(0,size):
cmds.textScrollList(edit=True,a=string[i])"
有錯誤
"No object name specified textScrollList"
w ^我可以做什麼?
您好,歡迎StackOverflow上,您的基本問題有很多的格式問題。在提問之前,請遵循[此處]的指導原則(http://stackoverflow.com/help/how-to-ask)。發佈代碼,錯誤代碼,報價等時,您確實需要使用適當的降價。另外請不要使用IDE的屏幕截圖。這是時間讓你浪費(採取截圖,它託管等)和閱讀器(不是真正可讀,無法複製並粘貼到一個IDE ...) – DrHaze