Best way to hide faces/polygons from mesh in Solaris?

   2484   4   2
User Avatar
Member
264 posts
Joined: 1月 2015
オフライン
Hello

What is the best way to hide faces/polygons from mesh in Solaris?

Example if I want to hide the faces on a body mesh that's under cloth mesh to remove the issue of penetrations.

Would it be possible to do this on the USD file that contains the shader assignment? that's gets layered on top of an Alembic file?
Edited by Heileif - 2022年3月23日 15:27:16
User Avatar
Member
59 posts
Joined: 3月 2014
オフライン
AFAIK, you can't. USD does not allow changing the visibility of certain polygons on a mesh. Even with a GeomSubset it won't work. You can blast them with a SOPModify, but that will redefine the whole topology.
User Avatar
Member
9302 posts
Joined: 7月 2007
オフライン
maybe GeomSubset with material override with 0 opacity?
Tomas Slancik
CG Supervisor
Framestore, NY
User Avatar
スタッフ
4259 posts
Joined: 9月 2007
オフライン
When a mesh is turned into a subdiv, holeindices work. Because most characters are subdivs, that's what I've seen used in production.

For meshes/polygons, displayOpacity could work, but a material applied to a geomsubset should also work.
I'm o.d.d.
User Avatar
Member
264 posts
Joined: 1月 2015
オフライン
Thanks for all the replies!

I will check the workflows out!
  • Quick Links