GlennimusPrime Posted August 16, 2020 Share Posted August 16, 2020 (edited) I have a strange problem after using a convert line sop to separate primitive edges (I know there are a couple of different ways to separate primitive edges, but in my example I must use convert line). I'm wanting to resample those primitive edges afterward, but even after fusing all points back together, the resample is somehow re-splitting the points. Example .hip attached - This is a very simple version of my original scene, so not overly complex at all - Just note I must use the convert line sop to split those edges apart beforehand. Resample_Problem.hip Edited December 1, 2020 by GlennimusPrime Quote Link to comment Share on other sites More sharing options...
Noobini Posted August 16, 2020 Share Posted August 16, 2020 dunno but you could use a loop: for-each primitve, resample, fuse them all back at end of loop. Quote Link to comment Share on other sites More sharing options...
GlennimusPrime Posted August 16, 2020 Author Share Posted August 16, 2020 Hi Noobini, The edges are still treated as separated, so for example if I'd like to use 'Treat Polygons As: Subdivision Curves' the edges are still not fused together after using the fuse SOP. Is there something else the Convert Line SOP is doing that I'm not aware of? Quote Link to comment Share on other sites More sharing options...
animatrix Posted August 16, 2020 Share Posted August 16, 2020 Hi, You can try using PolyPath SOP before Resample SOP. 2 Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted August 16, 2020 Share Posted August 16, 2020 (edited) 47 minutes ago, GlennimusPrime said: Is there something else the Convert Line SOP is doing that I'm not aware of? Hi, convert line sop creates primitive from point to point, so now 12 primitives after convert line in your example. Use polypath sop or join sop before or after resample sop to get one primitive back. Edited August 16, 2020 by vicvvsh Quote Link to comment Share on other sites More sharing options...
GlennimusPrime Posted August 16, 2020 Author Share Posted August 16, 2020 Thank you both animatrix and vicvvsh, I guess I was asking on a way to 'undo' the convert line operation. Taking notes now that there is more than just the fuse sop to combine primitive edges as one. Cheers! 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.