raincole Posted May 1, 2022 Share Posted May 1, 2022 It seems that Weld feature of Vellum Drape takes the ordering into account. I already have two groups that I want to weld together, but their orders are messed up. I can't use Sort SOP because it'll change their point numbers. I want to reorder them in existing ordered group, without changing the point numbers. Quote Link to comment Share on other sites More sharing options...
Fenolis Posted May 6, 2022 Share Posted May 6, 2022 Why not keep the point numbers in another attribute, like i@temp_id = @ptnum;, then after your operation sorting the point numbers back with that attribute? Quote Link to comment Share on other sites More sharing options...
doc Posted May 6, 2022 Share Posted May 6, 2022 not sure how much flexibility there is in terms of creating the point ordering procedural in say vex. However, the "Planar patch from curves" sop is your friend here. It'll make point groups with the proper ordering so that your welds can work. This is great because once you have these in place you can procedural adjust the resolution of your geometry. If you look inside the attached you'll see an example. I'm using /obj/shirt/resample2 (the green node) as a means of controlling the resolution of "Planar patch from curves" sop as well as my resample. Works like a charm. just_shirt_v22.hip Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.