logix1390 Posted May 5, 2017 Share Posted May 5, 2017 Hello again, I posted something similar to this a few months ago, and discovered the solution . However, I ran into a situation where I need an alternative solution. I have a multi-object copied to points on a sphere. After the copy I want to isolate the multi object in a foreach. If I pack the geo it works. However, if I don't pack the geo it will not work, instead I may just get one object from the multi-object. I am very curious to know what an alternative would be without packing the geo and just sticking to full geo. I attached my scene file for anyone who wants to take a look at my first solution, as well as any alternative they would like to add . Thank you. isolate_whole_object_with_unpacked_geo.hip Quote Link to comment Share on other sites More sharing options...
cosku Posted May 5, 2017 Share Posted May 5, 2017 Hi. You can create an attribute called "piece" (assign @ptnum) on your template points, and activate "Use Template Point Attributes" to transfer them onto each copy. Then attribute-promote "piece" to primitives, and do the For-Each by using attribute "piece". Quote Link to comment Share on other sites More sharing options...
logix1390 Posted May 5, 2017 Author Share Posted May 5, 2017 Awesome! It worked perfectly. Thank you sir!! 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.