一、下载安装程序 到Maya官方网站上去下载,顺便可以了解Maya其他信息,尤其注意系统配置要求: http://www.autodesk.com.cn/products/maya/free-trial 往下翻,选择第二种下载方法,即先安装Autodesk的专用下载软件Autodesk Downlo
分类:
其他好文 时间:
2016-02-01 18:32:16
阅读次数:
453
Game in Python: https://class.coursera.org/interactivepython1-010/lecture 乐理知识、英语口语 网易云课堂 http://study.163.com Maya http://www.digitaltutors.com/tutor
分类:
其他好文 时间:
2016-01-28 20:57:05
阅读次数:
253
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...
分类:
其他好文 时间:
2016-01-23 01:24:18
阅读次数:
124
#include #include DeclareSimpleCommand( hello, "Autodesk", "2013");MStatus hello::doIt( const MArgList& args ){ cout #include #include #include #in...
由于最近要修改一个maya中的deformer脚本,于是开始系统学习openMaya的一些知识,当然少不了得把一堆头文件说明看一遍。首先把MFnMesh.h这个文件翻译一下吧,不废话,上译文:首先MFnMesh.h是一个关于polygon面的装置。以下术语虽然名字不同,但含义一样: mesh,ob....
分类:
其他好文 时间:
2016-01-18 12:12:12
阅读次数:
163
官方文档:http://help.autodesk.com/view/MAYAUL/2016/ENU/?guid=GUID-C0F27A50-3DD6-454C-A4D1-9E3C44B3C990http://docs.autodesk.com/MAYAUL/2014/ENU/Maya-API-Do...
分类:
编程语言 时间:
2016-01-16 01:16:41
阅读次数:
258
Maya中输出alembic文件是有现成api调用的,与maya中大部分api一样,这个功能参数的传入是非常类似mel的,本质上讲都是kwargs类型的参数,所以我们传入的参数就需要整理成类似于mel的命令行形式。 首先我们来看mel中如何导出ablembic文件,mel命令格式为:AbcExpo....
分类:
其他好文 时间:
2016-01-12 10:04:05
阅读次数:
2854
Question:http://poj.org/problem?id=1008问题点:日历转换。 1 Memory: 280K Time: 16MS 2 Language: C++ Result: Accepted 3 4 #include 5 #include 6...
分类:
其他好文 时间:
2016-01-11 13:50:01
阅读次数:
190
之前写的关于Maya批量传递UV的小插件。在传递大量模型的UV属性时可用,免得一个一个去Transfer Attribute。列表可编辑,便于多次分步进行模型选择和传递。
分类:
其他好文 时间:
2016-01-03 00:21:58
阅读次数:
349
该脚本用于将图1中的命名变更为图2中的,把maya中使用相同名称的物体都重命名为不同的名称。重命名的规则是:组名_原名称_序号查阅了maya的官方手册:http://download.autodesk.com/global/docs/maya2012/zh_cn/index.html可以用下述方式在...
分类:
其他好文 时间:
2015-12-13 16:57:24
阅读次数:
2796