Replies: 3 comments
-
You should describe your question in a clear and concise manner. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can find nodes containing references without loading geometry by using tinyusdz::LoadLayerFromFile
I'm still confused why this data can't be gathered from a stage (prims), and instead requires loading layers (primspecs). |
Beta Was this translation helpful? Give feedback.
0 replies
-
You also should post a minimal reproducible code interacting with Stage |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a car.usda. Notice it contains a reference to a separate wheel.usda file.
Can I use TinyUSDZ to discover that the Wheel_01 node references wheel.usda?
I was assuming the tinyusdz::Stage's node tree would contain reference information, but I can't seem to find it.
car_with_ref.zip
Beta Was this translation helpful? Give feedback.
All reactions