Snappy_Darko 0 Posted December 28, 2017 Hi, I'm a novice and am following a tutorial where I need to use the 'For Each Subnet' node, but 16.5 has removed it. What should I use instead? Share this post Link to post Share on other sites
Neon Junkyard 35 Posted December 28, 2017 the new workflow is to use the newer for-each loop network if you arent comfortable with those and need to follow a tut exactly you can unhdie the old for-each subnetwork using "opunhide" function in the textport opunhide Sop For-Each ^or something to that extent http://www.sidefx.com/docs/houdini//commands/opunhide.html Share this post Link to post Share on other sites
beliveau.maxime 6 Posted January 2, 2018 At least with the new for-each loops you don't need to dive-in and out all the time Share this post Link to post Share on other sites
loladae 0 Posted January 8, 2018 I'm also a novice and have encountered this problem for the Lake House tutorial. Does anyone know what I can use instead? I'm new to for-loops in general so I'm feeling pretty lost and overwhelmed. Thanks in advance. Share this post Link to post Share on other sites
duveil 7 Posted February 1, 2018 (edited) Actually new for each block is easier.Just put a spare input and use detail function.I added a file with v16.5 .I hope it helps aopera_autom1.hiplc Edited February 1, 2018 by duveil 4 Share this post Link to post Share on other sites
nbafifa 0 Posted February 27, 2018 For those following the lake house tut, you can retrieve the for each subnetwork by typing opunhide Sop foreach in the textport window. Share this post Link to post Share on other sites
CinnamonMetal 21 Posted February 28, 2018 I've gotten scenes whereas some of you like the sub-forEach sop. You like diving into things eh Share this post Link to post Share on other sites
choix 5 Posted March 20, 2018 (edited) On 1.2.2018 at 4:59 PM, duveil said: Actually new for each block is easier.Just put a spare input and use detail function.I added a file with v16.5 .I hope it helps aopera_autom1.hiplc Hey, I just tested your file and applied the referencing to my tutorial test file: in the end, when I add new boxes it works, but after iteration 1 the new box just disappears. I double checked every line of code and every connection, but I can't seem to find the mistake. Also I can't find the option from the old for each network where you can not only edit the iteration number, but the overall "number" in x,y,z, where then the boxes are added. I really just want to achieve the same result as in the tutorial. Could anyone have a look at the file? Greets! PLH_01.hiplc Edited March 20, 2018 by choix Share this post Link to post Share on other sites
choix 5 Posted March 22, 2018 Hey guys, I found the solution now. So even in duveil's file there were some problems that didn't make it work in the end. The first block has to have "fetch feedback" instead of "fetch input" to make it work just like the old loop. File atattched. ForLoop_wrong_done_right.hipnc 1 4 Share this post Link to post Share on other sites
brianpow 0 Posted August 8, 2018 Thank you so much @choix, this saved my bacon! Share this post Link to post Share on other sites
burakumincgi 0 Posted April 21, 2019 On 3/22/2018 at 3:20 PM, choix said: Hey guys, I found the solution now. So even in duveil's file there were some problems that didn't make it work in the end. The first block has to have "fetch feedback" instead of "fetch input" to make it work just like the old loop. File atattched. ForLoop_wrong_done_right.hipnc thank you for this, I was going crazy trying to make this work. Share this post Link to post Share on other sites
joschy3d 0 Posted December 19, 2019 Hi, if someone is intrest, the forloop with compiled blocks Stack_Boxes_CompiledBlocks.hiplc Share this post Link to post Share on other sites