anicg Posted March 14, 2019 Share Posted March 14, 2019 I have a "for-each connected piece" loop and want to use SOP group to create a different group for each connected piece. How do I deal with the group name to make sure it's different for every connected piece? Quote Link to comment Share on other sites More sharing options...
3dome Posted March 15, 2019 Share Posted March 15, 2019 create a meta import node on the loop and use this as the group name group_`detail("../foreach_begin1_metadata1/", "iteration", 0)` (adjust path to metadata if you have to) Quote Link to comment Share on other sites More sharing options...
anicg Posted March 15, 2019 Author Share Posted March 15, 2019 Many thanks. 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.