Page 1 of 1

Slider to control camera shake..

Posted: June 10th, 2009, 7:06 pm
by jasonmorice
I am wondering what a good way would be to create a slider that controls the amount of shake on a camera.
Say if I had wiggle expressions on point of interest and/or rotaion and the slider controls how much wiggle between 0 and 100%.
Thanks in advance for any help..

Re: Slider to control camera shake..

Posted: June 11th, 2009, 7:01 am
by kobyg
You could insert the maximal wiggle amount you desire, and then multiply the wiggle diviation by a slider.
Give this slider values between 0 - 1, and add keyframes to this slider in places you want the wiggle to start and end.
This way you will get a smooth and controllable wiggle.

I mean something like:
wig = wiggle - value;
value + wig*slider(...)

Re: Slider to control camera shake..

Posted: June 11th, 2009, 4:25 pm
by jasonmorice
Cheers for that. I ended up working out that I could add a wiggle expression to the desired property and
then for the amplitude value of the wiggle expression I pick whipped the slider control in its place.

ie. property.wiggle(value1,value2) where value2 ends up referencing the slider.