In the past if I wanted to take a bunch of primitives and scale them down to their centroids I could just use the primitive SOP to do this and just scale down. Now that the primitive POP is more for creating and deleting primitives rather than modifying them I’m curious what the best way of manipulating primitives individually is in a POP workflow.
I thought that perhaps I could use the analyze POP to create a centroid attribute and then use that as a map input to a transforms pivot point but analyze only creates attributes for points it seems.
I’m curious what the non-glsl approach would be…am I just missing something here? Perhaps we need a primitive transform POP or an ability to access primitive centroids in a transform POP.