-
When is a good moment to render a comp to add effects to it and proceed to the last render?
When is a good moment to render a comp to add effects to it?
To give you an example, let’s say I make a comp, and inside that comp I have this really big animation, it contains a lot of layer and all of them are white, because later I will add color to it, will add other effects and stuff, my question is, when should you jump to that stage, to colorize it and add other effects, also considering I will be using 3D and camera on it!
Let me know thanks in advance!