Hi
I’m trying to load a scene file which defines
default prim /Root, and it defines materials prim under pseudo root as /material.
Usdview can open this file without error, but when I tried to load this file as payload, it throws a lot of errors as
The relationship target </materials/material1> from </ROOT/Core/Cube.material:binding> in layer @Cube.usda@ refers to a path outside the scope of the payload from </Over_Test/Ref>.
What I want to do is to load this scene as payload under a prim, but the scene only contains geometry data under default prim, but no material prim at all.
Thank you !