随笔分类 -  maya

摘要:网上没有找到这样的插件自己造了一个https://github.com/jonntd/connectionmaya附件列表 阅读全文
posted @ 2014-11-18 11:02 Jonn. 阅读(340) 评论(0) 推荐(0)
摘要:import oscmds.window()scrollLayout = cmds.scrollLayout(w=150)cmds.gridLayout( numberOfColumns=30, cellWidthHeight=(30, 30) )for a in cmds.resourceManager(nameFilter="*.png"): cmds.symbolButton (ima... 阅读全文
posted @ 2014-07-04 11:55 Jonn. 阅读(828) 评论(0) 推荐(0)