Maya
文章平均质量分 56
itroy
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Maya Programming Books
Complete Maya Programming I Complete Maya Programming II Mel Scripting for Maya Animators A web site原创 2008-11-17 21:49:00 · 424 阅读 · 0 评论 -
[Maya C++] Set up the Maya Plugin Wizard
Maya 2008 & VS 2008: http://www.rayfile.com/files/958fa1c7-ed28-11dd-9208-0014221b798a/Maya 2009 & VS 2008: http://www.rayfile.com/files/5fa3fa2e-ed28-11dd-afab-0019d11a795f/Follow the readme file原创 2009-01-29 17:50:00 · 792 阅读 · 0 评论 -
Connecting Controls
Attribute groups Extend the regular groups to allow you to link the value shwon in the group to a nodes attribute. -attribute attrColorSliderGrp attrFieldSliderGrp attrFieldGrp attrNavigationC原创 2008-11-27 14:33:00 · 465 阅读 · 0 评论 -
Controls
menu menuItem menuBarLayout radioMenuItemCollection button symbolButton - with image iconTextButton - with image and label checkbox symbolCheckBox - with image iconTextCheckBox - with image a原创 2008-11-27 13:27:00 · 438 阅读 · 0 评论 -
MEL Syntax Highlight file for UltraEdit
http://download.csdn.net/source/808547 Highlight the MEL script in UltraEdit.原创 2008-11-25 20:49:00 · 403 阅读 · 0 评论 -
Scripts for skeleton copy
Copy the animation information form on skeleton to another. The two skeleton must be of same structure. Function writes array data to a file 1: // write the given array to a file原创 2008-11-21 20:45:00 · 515 阅读 · 0 评论 -
Scripts to print out the animation information
1: //PrintAnim Script 2: proc printAnim(int $detailed) 3: { 4: print "/nAnimation..."; 5: 6: string $animNodes[]; 7:原创 2008-11-21 20:28:00 · 439 阅读 · 0 评论 -
Layout
Basic command: 1: string $layoutName= ; 2: layout -edit -width 200 $layoutName; 3: layout -query -numberOfChildren $layoutName; 4: layout -exists $layoutName;原创 2008-11-21 21:52:00 · 480 阅读 · 0 评论 -
Windows
Window 1: proc showMyWindow() 2: { 3: // Set $developing to false when you are ready to release 4: int $developing=true; 5: if($developi原创 2008-11-21 20:26:00 · 330 阅读 · 0 评论 -
Attributes
Attributes getAttr setAttr attributeExists deleteAttr renameAttr listAttr attributeQuery Time currentUnit currentTime Playback play; play -forward false; play -query -state; play -s原创 2008-11-19 21:50:00 · 405 阅读 · 0 评论 -
Running and Debugging MEL commands
source Script Editor->History->Line numbers in error print trace -where warning -showLineNumber true error -showLineNumber true exists whatIs about -version about -operatingSystem原创 2008-11-19 10:34:00 · 343 阅读 · 0 评论 -
Variables
Enlarge the font size of the script editor: Ctrl+Shift+> . Variables int $rad=2; sphere -radius $rad; Number types for variables: int, float, string, vector, and matrix. 1. For string, concatena原创 2008-11-18 19:44:00 · 408 阅读 · 0 评论 -
Basic for MEL, command line modes
Script Editor MEL (Ctrl+Enter, or Enter from numeric keypad to run) sphere textCurves -t "Hello World" Shelf button To create a shelf but原创 2008-11-18 16:16:00 · 523 阅读 · 0 评论 -
Hypergraph, Channel Box, KeyFrame
Hypergraph Window Window->Hypergraph:XX Channel Box New KeyFrame hotkey Shift+W原创 2008-11-18 14:23:00 · 435 阅读 · 0 评论 -
User Feedback
Help Popup help tip: -annotation helpLine : show the annotation in the help line. Display progress waitCursor - change the cursor to an hourglass or equivalent image progressWindow progressBar原创 2008-12-03 10:38:00 · 521 阅读 · 0 评论
分享