Alembic visibility inside LOPs [SOLVED]
2210 7 1-
- guilhermecasagrandi
- Member
- 188 posts
- Joined: March 2011
- Online
-
- guilhermecasagrandi
- Member
- 188 posts
- Joined: March 2011
- Online
-
- mtucker
- Staff
- 4244 posts
- Joined: July 2005
- Offline
I'm not able to replicate the original problem. The Configure Primitives LOP works fine for me in a similar hierarchy. Can you attach a hip file that doesn't rely on your source alembic data?
“s@visibility = ‘visible’;” doesn't work because “visible” isn't a valid token for the visibility attribue. See https://graphics.pixar.com/usd/docs/api/class_usd_geom_imageable.html#aa0dfa061a65be443436288f7406ba3db [graphics.pixar.com] and https://graphics.pixar.com/usd/docs/api/class_usd_geom_imageable.html#af47f609f24c8023ddacc6d216eaef0f3 [graphics.pixar.com]
That second method, MakeVisible, is what the Configure Primitive LOP is doing to make the child primitive visible even if some ancestor primitives are invisible.
“s@visibility = ‘visible’;” doesn't work because “visible” isn't a valid token for the visibility attribue. See https://graphics.pixar.com/usd/docs/api/class_usd_geom_imageable.html#aa0dfa061a65be443436288f7406ba3db [graphics.pixar.com] and https://graphics.pixar.com/usd/docs/api/class_usd_geom_imageable.html#af47f609f24c8023ddacc6d216eaef0f3 [graphics.pixar.com]
That second method, MakeVisible, is what the Configure Primitive LOP is doing to make the child primitive visible even if some ancestor primitives are invisible.
-
- guilhermecasagrandi
- Member
- 188 posts
- Joined: March 2011
- Online
mtucker
I'm not able to replicate the original problem. The Configure Primitives LOP works fine for me in a similar hierarchy. Can you attach a hip file that doesn't rely on your source alembic data?
“s@visibility = ‘visible’;” doesn't work because “visible” isn't a valid token for the visibility attribue. See https://graphics.pixar.com/usd/docs/api/class_usd_geom_imageable.html#aa0dfa061a65be443436288f7406ba3db [graphics.pixar.com] and https://graphics.pixar.com/usd/docs/api/class_usd_geom_imageable.html#af47f609f24c8023ddacc6d216eaef0f3 [graphics.pixar.com]
That second method, MakeVisible, is what the Configure Primitive LOP is doing to make the child primitive visible even if some ancestor primitives are invisible.
Thanks for the fast reply! For the config prim LOP, can you test with the attached alembic? It´s the alembic exported from the hiplc file I´ve attached in the first post. There is a LOP net in that file too.
-
- mtucker
- Staff
- 4244 posts
- Joined: July 2005
- Offline
-
- guilhermecasagrandi
- Member
- 188 posts
- Joined: March 2011
- Online
mtucker
That file still works fine for me.
Is the scene graph tree definitely showing the stage after applying the configure primitives LOP? And the box isn't showing up in the viewport?
What version of Houdini are you running?
Yes, the scene graph shows that the prims are invisible (attached file).
I´m on build 456. I´ll update to see if it was the problem.
-
- guilhermecasagrandi
- Member
- 188 posts
- Joined: March 2011
- Online
mtucker
That file still works fine for me.
Is the scene graph tree definitely showing the stage after applying the configure primitives LOP? And the box isn't showing up in the viewport?
What version of Houdini are you running?
Just confirming that, on build 473 the configure primitive LOP is working and changing the prim visibility.
Thanks!
-
- mtucker
- Staff
- 4244 posts
- Joined: July 2005
- Offline
-
- Quick Links