Effects transform value fields have dynamic content as an option so I assume this is possible somehow, but I have not had any luck getting it to work. I’m wanting each item of the looper to have unique transform values. I thought it would be something like this:
skew({{ looper.index }}deg, {{ looper.index_zero }}deg)
But this just gives me skew(0deg,-1deg) for all items in the looper.
Am I missing something?