-
How can I reverse layer render order
Hi
I have imported a layered photoshop file into After effects. Using a delay slider and expressions, I have the layers’ opacity changing from 0 through to 100%. All is well. However the front-most layers of the image are rendering first whereas I actually want the back-most layers to render first with the front layers rending on top of them. I understood that if you select the layers (select from the bottom to the top) and paste them back in, then the order is reversed. The order is indeed reversed in the layer list, but the order in which they are rendered is unchanged. Could it have anything to do with the expression being used?The expression is . . .
delay = thisComp.layer(“Controls”).effect(“DelayAmt”)(“Slider”);
d=delay*index;
t=time-d;
exp=thisComp.layer(“Controls”).effect(“Opacity”)(“Slider”).valueAtTime(t);
expAny thoughts gratefully received.
Russ