-
Interpolating between keyframes with a slider.
I’m trying to do some lipsyncing and am using the bezierwarp to create shapes for the lips.
So I have keyframed some poses with bezierwarp for vowels but having to copy 36 keys on three layers per mouth shape is going to be a bit cumbersome so.. So using a slider to interpolate between the poses would be nice. (Slider value 1 represents an A, 2: E, 3: I etc(I thought I’ll just write:
shape = tied to a slider followed by
effect(“Bezier Warp”)(“Top Left Vertex”).key(shape) for each vertex point.That just makes the mouth jump from one shape to the other, and I’d like it to interpolate.
I figure I’ll have to know the value of the current key of the slider, and the next value and the time needed to do the interpolation, but getting that data is beyond me.I hope that is understandable and if there is a way of doing this.
Thanks,
Anders