-
Displacement Map yields red frame
I’m using a displacement map effect to distort a layer vertically using the luminance of my map layer, and it’s working as I would expect. Except if I try to animate the displacement, for example, if I change the amount from -100 to 100 over some period of time. During the interpolation, the entire frame turns a semi-opaque red color. This goes away after the change in displacement value is complete.
I solved this for the project I was working on by breaking the layer in question into 1 frame chunks, thereby allowing me to delete any keyframes. But this is a rather ungainly solution. Any insight into what is happening/how this could be fixed more elegantly?
Thanks for reading,
John