You are debugging a complex scene composed of multiple layers. You notice that a property on a prim has an unexpected value. To understand where this value is coming from, you need to inspect the composition arcs affecting this prim. Which API would be most helpful in visualizing and analyzing the composition arcs for a specific prim?
In OpenUSD, a composed stage aggregates opinions from multiple sublayers. Why might an opinion in one layer not take effect in the final composed stage?
Which of the following are true for SdfChangeBlocks? Choose two.
If you have a Usd.Prim object named my_prim and you want to specifically retrieve an attribute named "size", which method would you typically use?
When designing a scalable asset structure, which two aspects should be primarily considered? Choose two.
You are setting up an outdoor scene with realistic lighting and want to simulate the effect of the sun. Which UsdLux light type is most appropriate for this purpose, providing a directional light source with parallel rays?
Which of these is a viable approach for mapping or grouping compound types from other data sources to OpenUSD?
Which of the following statements best describes the purpose of OpenUSD file format plugins?
When USD computes the position of a PointInstancer instance, what additional position-related information is used beyond the position information for a given instance?
Consider a USD that has a root Xform, that has a child Sphere, that in turn has a child Cube.
Xform
- Sphere
-- Cube
When you open the USD, you see the sphere and the cube. But when you author the Sphere to be invisible, the sphere disappears, but the Cube is still visible.
What could be causing this behavior?