google analytics code

21 April 2010

Expressions in Maya!--The most amazing tool in animation!

As the "anilmation" promo takes shape, its worth mentioning that the animation is being made completely of formulae that controls each and every element in the video! Whether it is the sine and cos waves that shows the way letters move around, the smoothstep() function, exp() function, etc.. they all have been heavily usefull in giving a very smooth output. Another important aspect of expressions is that they can be linked to the colours that you see on the screen as well! So we can see the dance of colours which creates an illusion of manual animation where as all that is done by just few lines of code like:


"if ((frame >=300)&&(frame<=360))\r\n{\r\nsetAttr \"ramp2.colorEntryList[0].color\" -type double3 -sin(frame) -sin(frame-90) 0 ;"



With love..
Anil

No comments:

Post a Comment

I would love to hear your comments and will do my best to reply to your comments and get back to you! :-)