I'm still trying to wrap my head around the USD workflow and struggling a bit.
We have a USDA file (called mainScene.usda) that would be empty and used to initialize the pipeline, or if we're rerunning and adding the current scene, it would have payloads in the scene and we'd like to add more to it. This is the part I'm struggling with.
I'm trying to load the USDA file into Houdini, save my network output as it's own layer and payload, and add it to mainScene.usda as a payload.
I've tried setting the mainScene.usda file path in the reference node and tried different reference types, but when I save the USD file it references itself.
So far I've only exported single USD file for assets but I've not tried to import a USDA file, edit and save over the file. I'm starting to get the impression any new edits would be a whole new USD file but I'm hoping to have mainScene.usda as the running master scene that imports all the payloads from all our layers.
Thanks