noc2 Posted May 12, 2017 Share Posted May 12, 2017 Hi; I have an object with 32 prims that I want to iterate over the translation of each one after the other with a foreach loop (not subnetwork) I want to be able to iterate using the "By count method" so that when I pull the iterations slider the prims are translated x units one after the other according to the endices. How can I get the foreach sop's group to iterate through the groups I had assigned to each primitive via the partition node? Thanx in advance and cheers; AJ Quote Link to comment Share on other sites More sharing options...
noc2 Posted May 12, 2017 Author Share Posted May 12, 2017 I just learned from a relevant post that the new for each loops don't support for performance reasons. Quote Link to comment Share on other sites More sharing options...
noc2 Posted May 12, 2017 Author Share Posted May 12, 2017 I found my answer... Very happy to have solved it reading through the docs. Here's a screenshot in case any other total noob like me will ask something alike The metadata created form within the begin block holds various metadata (like iteration etc. (hence the name) The iteration needs to be fed into the group names that have been converted into a set of name attributes and the primitive vop that does the operation needs to reside outside the foreach loop. 1 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.