
Maya.MEL
佛经forever
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
第一个例子:查询链接到节点的动画曲线
要查询的动画属性,我们需要得到一个列表中的所有节点的连接,并找出其中是动画曲线的链接。//this function takes the name of a node and prints the names of all animated attributes.proc listAttachedAnimCurves(string $node){//get the翻译 2015-10-09 09:14:53 · 460 阅读 · 0 评论 -
第二个例子:曲线上的关键帧
Maya的动画曲线是基于Hermite曲线。Hermite曲线参数曲线的切线,用在他们的控制点。每个控制点还将包含一个输入和一个输出切线。正是这些直线与点被用来计算曲线。翻译 2015-10-09 10:29:49 · 460 阅读 · 0 评论 -
Random Script Editor Shortcuts
ctrl + Middle Mouse Wheel -use scrolling to control font size滚轮调整字的大小ctrl + backspace - delete a word 删除一个单词ctrl + return - execute the current script(useful for laptops!)执行选中的脚本(对笔记本电脑尤其好用)Ente翻译 2015-10-09 10:48:49 · 357 阅读 · 0 评论