-
Need to Optimize Expression Evaluation (valueAtTime)
Hey guys,
I have projects with 100’s of lines of code for sourceText, anchor point, position, scale, etc. Almost all of these are static, and are required simply for layout purposes. However, render times have increased exponentially, far beyond our maximum allowable.
After some digging, I’m considering setting up Parent layers for each element, active for 1 frame. These would house all of the expressions. Then, I would use “valueAtTime” for each property on a duplicate of the Parent layers, in their proper spaces/times. My hope is that the expressions are evaluated once, dropping the number of evaluations from 1 per frame (899 for a 30sec video) down to 1 single frame. Is this feasible based on how AE evaluates expressions?