Fixing keyframes
Hi,
I've written an effect (layer effect) which performs different actions in a specific order.
If this order is respected, everything's fine.
The problems come when the user drags the keyframes in the timeline (so when their time change...).
I've tried to save the keyframes times when keys are set and compare them with actual keytimes, but if user drags them fast enough, the render is called anyway...
So here's my question: is there any way to fix the keyframes in time?
If not, is there a way to hide (or disable) the keyframes in the timeline, but not in the Effect's UI?
Thanx,
François