Is there a mel command to create a wiggle effect, but in a sine wave fashion so it sort of oscillates up and down, basically creating a loopable effect
I dont know about a melscript but this would be easy to animate, all you need to do is create a CV curve in the shape you need like I created then do a extrude with a plane of your shape, then sellect the top and botton curve control point and scale them up and down..........dave
Like Dom said, use the sin function. It doesn't even have to be a script, just add an expression. If you want it to animate up and down, try yourObject.translateY = sin(time);
Like Dom said, use the sin function. It doesn't even have to be a script, just add an expression. If you want it to animate up and down, try yourObject.translateY = sin(time);
doh! I failed at basic maths...thanks guys
ravedave I need it to be an infinite loop, so best using an expression I think..I try to move away from manual whenever I can
You may not post new threads |
You may not post replies |
You may not post attachments |
You may not edit your posts |
BB code is On |
Smilies are On |
[IMG] code is On |
HTML code is Off