I try to find the most effective way to cache and view a RBD(geo and points) sim in Solaris.
I create transforms from the points and apply it via "over" to the highres Geo.
When I cache the transforms to a .usdc file and import them with a sublayer node, the update happens super fast.
Every other way I tried ( directly merging the nodes withouth writing to a file, updating with python, vex, "transform by sop points" node ) causes the Viewport to update the USD Stage in the Background, wich takes quite some time.
This is mutch faster when I just merge the two usd files.
So my question is there a way to over transforms without having the viewport to update the Usd Stage in the background ( as fast as merging two sublayer)?
usd files importet via sublayer.
updated via pointxform node.



