-
expressions calculation sucks
Hello
I have set up a quite heavy to calculate precomp with hundreds of circles getting an individual position.
In my master comp the precomp sits in the first two seconds (outpoint at second 2).If I set other things up in the master comp which are far back, lets say at second 10 or something, the precomp has to get calculated again (The green cache line disappears)
This behavior would not occur, if it was a normal precomp without expressions, but for some reason the expressions always have to get recalculated, even though there is no change which affect the precomp.Are there any setting to improve this bad caching behavior when working with expressions?