Auto orient to path somethings turns off and "flips" images for a frame or two - how do I stop that?
Hi
I have a comp within a comp. The inner comp has a static character moving on a circular path, Auto-Orient on.
The character has some other characters following it using the following expression:
var P=thisComp.layer(index-1).transform.position;
var D=thisComp.layer("Adjustment Layer 1").effect("Slider Control")("Slider")*thisComp.frameDuration;
P.valueAtTime(time-D)
It all works well. However, there are about a dozen times where the followers forget that Auto-Orient is on and un-orients themselves - not all at once - one here and there, sometimes 2 or 3 followers at once - almost randomly, although it happens in the same places when I scrub through.
The leader character is fine - no flipping out of Auto-Orient mode.
The end result is 90% of the time it looks great, but the rest of the time it's flickering as different images flip for a frame or two.
I can't see any rougue keyframes that might be doing this.
The other weird thing is that it seems to do it more often when play from the main project comp. When in the inner comp, it still does it, but not as often.
Any idea what might be causing this?
Thank you.
