kashmere Posted June 27, 2018 Share Posted June 27, 2018 I have a large number of wedges, but I used the wedge to simulate different section of one large simulation. Now I need to read them all in and merge them into a single geo. I have 82 wedges, is there a way to bring them in without having to use 82 filecache nodes? I tried to run a loop and collect all the files, I used the iteration detail attribute in place of the wedge to cont the numebr of times the filecache should loop, it doesn't work. i might be missing something, please enlighten me. Quote Link to comment Share on other sites More sharing options...
Yon Posted June 27, 2018 Share Posted June 27, 2018 hey Suraj use a file merge, and put $SLICE where the wedge variable in your filename is and adjust the merge range. e.x $HIP.whatever.wedgevar_1.bgeo = $HIP.whatever.wedgevar_$SLICE.bgeo 1 Quote Link to comment Share on other sites More sharing options...
Sean-R Posted June 27, 2018 Share Posted June 27, 2018 The file merge SOP should do the job: http://www.sidefx.com/docs/houdini/nodes/sop/filemerge.html Quote Link to comment Share on other sites More sharing options...
LaidlawFX Posted June 27, 2018 Share Posted June 27, 2018 Another alternative is that you can do this in a python sop too. With a loop just merge each iteration of Geo to the main Geo. 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.