We’ve got a scenario where we have a Render Settings prim which contains a Render Product and Render Vars as children.
In some ways, this makes sense since the products are only used by the Render Setttings, and it helps limit scope. But this is not the common structure, so I’d like to ask whether this kind of structure makes sense.
Yes, we think that’s fine, @melendt , and seems like a useful thing if we want to package up everything (except the camera) you need for a render into an encapsulated, referenceable, bundle. As long as we don’t try to infer any additional semantics from that organization.
We don’t do this ourselves because we do often share many of the Vars and Products among multiple Settings, but if sharing is not a concern…