Hello!

What is the standard, built-in method to translate SOP geometry locations into USD transform operations (xformOp:translate) without manually zeroing out the geometry?
Should I be using packed primitives, or is there a specific setting inside the SOP Import LOP that handles this automatically?

What i came up with right now is:
1. to center all objects to (0,0,0) using matchsize + foreach.
2. Also extract centroids for the objects in SOPs before matchsize and outputting them as XFORMS with the same name to LOPs.


Thanks in advance for the help!