Hi there!
Inside Sop Modify, I scatter points and copy spheres on to them, but when I get back out, they do not show up even though the mesh appear in the scene graph. What am I missing and how do I fix it?
Thank you a lot in advance!
Meshes coming out of Sop Modify do not show up
371 2 0- huyng312
- Member
- 1 posts
- Joined: Jan. 2024
- Offline
- antc
- Member
- 330 posts
- Joined: Nov. 2013
- Offline
- mtucker
- Staff
- 4517 posts
- Joined: July 2005
- Offline
One of the differences between SOP Create and SOP Modify (the one that matters here) is that SOP Modify has "Define Only Leaf Primitives" turned on by default. This means that the parent prim above the mesh prim (/sopmodify1) is an Over prim. This implicitly means all descendants are not "Defined" in the scene, and so hydra doesn't render them. Turn off "Define Only Leaf Primitives" and "/sopmodify1" will also become a "Def" prim instead of an "Over" prim, and the mesh will be recognized and rendered by hydra. See https://openusd.org/release/glossary.html#usdglossary-specifier [openusd.org] for more information.
-
- Quick Links