Skip to main content
Known Participant
September 23, 2025
Answered

A question about effect and translation on layer.

  • September 23, 2025
  • 1 reply
  • 111 views

So in ae, the order which is happening behind the hood is:
Adding Effect on Layer -> Translate Layer Bounding Box

or

Translate Layer Bounding Box -> Adding Effect on Layer

Correct answer James Whiffin

I may be misunderstanding your question, but it depends on the layer type. 

If the layer is a vector / has continuous rasterisation on, then applied effects receive the layer buffer after the transforms have happened.

If the layer is an AV layer or doesn't have cont raster on, then the applied effects receive the layer buffer before effects are applied. For example, if you have an enourmous layer but it's scaled down very small, the effect will process the huge original size layer because it got the layer buffer before the scale down was applied. 

1 reply

James Whiffin
James WhiffinCorrect answer
Legend
September 24, 2025

I may be misunderstanding your question, but it depends on the layer type. 

If the layer is a vector / has continuous rasterisation on, then applied effects receive the layer buffer after the transforms have happened.

If the layer is an AV layer or doesn't have cont raster on, then the applied effects receive the layer buffer before effects are applied. For example, if you have an enourmous layer but it's scaled down very small, the effect will process the huge original size layer because it got the layer buffer before the scale down was applied. 

Known Participant
September 24, 2025

Thanks man, that what excalty what I want to learn, really helpful!