Hey guys.
Trying to make a little script with vbscript to help out with some repetitive stuff, but I can’t manage to read the position, rotation, or scale values from the particles.
I tried referenceing icetree.particle[x]/posx/rotx/sclx as a value to be given to another variable, and also tried pointcloud.particle[x].posx/rotx/sclx.
Also, I tried the SITransformations.getRotations with no luck.
I think my logic is sound here, I just don’t know how to read particle SRT’s?