艺术的追求从编程开始

C/C++/UNIX/PYTHON/ALGORITHM

导航

2016年1月23日

五、selecting with the API

摘要: 1. 命令通常从selection list中得到input, 调用MGlobal::getActiveSelectionList(MSelectionList &dest, bool orderedSelectionIfAvailabel=false).得到MSelectionList和MItSe... 阅读全文

posted @ 2016-01-23 09:03 Rambo.Wang 阅读(245) 评论(0) 推荐(0)

四、maya python plugin

摘要: 只是作简单的了解。1区别(1)Python scripts:可以在Maya的script editor 执行。用于扩展maya.cmd模块。The import statement below is typically found at the head of Maya Python scripts... 阅读全文

posted @ 2016-01-23 08:21 Rambo.Wang 阅读(360) 评论(0) 推荐(0)

三、Distributing Maya Plugins

摘要: For example, a fully implemented render utility node will have at least three files:the plug-in file containing the node;an Attribute Editor script;an... 阅读全文

posted @ 2016-01-23 00:29 Rambo.Wang 阅读(196) 评论(0) 推荐(0)