For this I need to retrieve past variables within ScriptClip which is problematic, specially since array type doesn't have dynamic properties. Floats or Int do but executing two runtime environments is not performance friendly.
Storing accumulation in frame properties which I can call back at a later frame seems a possibility but didn't work out. I want to avoid writing to disk or using Clipboard plugin.
For this I need to retrieve past variables within ScriptClip which is problematic, specially since array type doesn't have dynamic properties. Floats or Int do but executing two runtime environments is not performance friendly.
Storing accumulation in frame properties which I can call back at a later frame seems a possibility but didn't work out. I want to avoid writing to disk or using Clipboard plugin.