vfortin 0 Posted Tuesday at 03:35 PM (edited) I sort of assumed this wouldn't work but asking here in case someone knows a workaround... Can CHOPs be used within a Foreach compile block? In this setup, a Spring chop overrides a Bend sop and the whole thing is wrapped inside a ForEach loop to offset the timings. Enabling compiling breaks the timings. H18.5.351 thanks! compile_chop.hip Edited Tuesday at 06:58 PM by vfortin Share this post Link to post Share on other sites
mathieuN 1 Posted Wednesday at 09:15 AM Hello, Assuming you are in H18.5 with the new variant attribut. for me chop is not a good option in your case. It's gonna be a real nightmare to you if you want to add variation in your bend ... What you can do is to bend your geometries right after the copy with a curl deformer much more faster. After that you just need to add chop effect on attributs. It's much more effective to me. Hope it's help. Mathieu Negrel. copy_index.hip copy_index.hip Share this post Link to post Share on other sites
vfortin 0 Posted Wednesday at 02:04 PM Nice one Mathieu I'll try moving most of the processes outside of the loop and see how it performs. Much appreciated, thanks! Share this post Link to post Share on other sites