Hi;
I'm trying to read grouped primitives on the incoming Base.shp stream in an Apex Graph SOP that is connected to an ARC-Fuse SOP and create Transform Objects per primitive in the group; ie. if there are 6 primitives in the group, I want to create 6 Transform objects.
I looked for a relevant Apex Graph node that outputs the grouped primitives as an Array that I wanted to iterate over but to no avail :-/
What I ultimately (hopefully) aim to accomplish is to create n number of Transform objects per prims in a prim group and constrain them to the center of each primitive in the group via the primconstraint node. This I need to do within the bounds of APEX. not upstream of it, as the generated joints need to be constrained to the prims post-deformation.
Any help would be wildly appreciated.
Cheers;
AJ
I should be doing something wrong, bu can't quite wrap my head around what it may be