hI I have a project crashing with sampleimage. I have also found expressions really slow my machine down now that didn't before. ThreadripperPro3955WX/Nvidia4090/128GB RAM Been thinking I should have stuck to Intel But I think something is very wrong with expressions now, possibly clashing with multi-frame rendering? this is the group expression: x = thisComp.layer("GRADIENT").sampleImage(transform.position, [.5,.5]/2, true, time)[0]; 100*[x,x] though the shapes before it are also expression linked: thisLayer.effect("RECTANGLE SIZE")(1).value; or temp = effect("6 DIAMETER")("Slider"); [temp, temp] and those effects are looping loopOut("cycle") and it is ONLY when I duplicate the comp grrrrrrrr
... View more