rayalez Posted November 8, 2019 Share Posted November 8, 2019 Hi! I'm loading an .obj file that contains multiple pieces of geometry(with different names). I want to apply Boolean to every pair of them, to union them into one big object. I'm assuming I'll probably need to use the for loop somehow, but I can't seem to figure it out. Can you help me out? Quote Link to comment Share on other sites More sharing options...
rayalez Posted November 8, 2019 Author Share Posted November 8, 2019 Sorry, nevermind, I think I figured it out. If you copy "foreach_begin" node and switch method to "Fetch Feedback", it will return the output from the previous loop. So I just plug that into boolean node, and it works great! 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.