On capturing a close models

   653   3   2
User Avatar
Member
26 posts
Joined: Sept. 2017
Offline
Is there a better way to Capture each model as close and overlapping as in the image?
Each has a name attribute (variant) so I think that could be used.

I’d like to ask you for your help

(only 4 models as an example, but there will be more in a production environment.)
Edited by Y_San - June 24, 2024 04:56:13

Attachments:
howtoCapture.JPG (241.8 KB)
capture_nearthings.hip (349.9 KB)

User Avatar
Member
28 posts
Joined: Jan. 2017
Offline
Here's an option to get cleaner captures in this process:
- for geometry to be captured, promote the variant attribute to prims
- loop over that geometry, using the primitive variant attribute to split pieces
- within the loop: set a point group on your skeleton based on the current variant attribute, then limit the joint capture proximity to only capture with that group

Updated HIP attached.

Attachments:
proximitycapturewithvariants.png (3.5 MB)
capture_nearthings_forloopbyvariant.hip (363.6 KB)

https://www.noad.co [www.noad.co]
User Avatar
Member
7871 posts
Joined: July 2005
Offline
I think that's the way I'd do it as well because the skinning tools only assume single connected pieces of geometry at a time.
User Avatar
Member
26 posts
Joined: Sept. 2017
Offline
danfitz82 
edward

Thank you very much!
It is exactly what I wanted.

All I had to do was combine for each and group!
  • Quick Links