anicg Posted December 27, 2018 Share Posted December 27, 2018 How do I select one face (primitive) and skip one like in the picture? Quote Link to comment Share on other sites More sharing options...
Noobini Posted December 27, 2018 Share Posted December 27, 2018 (edited) groupbyrange, 1 of 2......that's saying outloud.....but needs to have an actual geo to see if will work, depending on how the geo was created The 32 below is hardcoded...say you get geo from Maya. If you create a tube in Houdini, then it can be referenced from the tube and so is procedural, not hardcoded. Edited December 27, 2018 by Noobini Quote Link to comment Share on other sites More sharing options...
Noobini Posted December 27, 2018 Share Posted December 27, 2018 another non procedural (but semi-procedural) way is simply drag select all the 'candidates'....so first select all the midsection ones in my example you'd see the numbers 32-63 populated in the Base Group.....then after the fact, add :N where N is every Nth so I've illustrated this case with 3....every third. 1 Quote Link to comment Share on other sites More sharing options...
pxptpw Posted December 28, 2018 Share Posted December 28, 2018 (edited) i might be wrong about what you need but , another way of getting the result in h17 , the split sop , in the group you can specify number of primitives to split , 1-numberOfPrimitives:2 , splits into 2 streams according to the houdini doc , Split is designed to divide your geometry into two separate streams, the portion that matches the group and the portion that doesn’t. Edited December 28, 2018 by pxptpw Quote Link to comment Share on other sites More sharing options...
anicg Posted February 1, 2019 Author Share Posted February 1, 2019 On 12/27/2018 at 11:15 PM, Noobini said: another non procedural (but semi-procedural) way is simply drag select all the 'candidates'....so first select all the midsection ones in my example you'd see the numbers 32-63 populated in the Base Group.....then after the fact, add :N where N is every Nth so I've illustrated this case with 3....every third. Many thanks this is what I need Quote Link to comment Share on other sites More sharing options...
anicg Posted February 1, 2019 Author Share Posted February 1, 2019 On 12/28/2018 at 8:11 PM, pxptpw said: i might be wrong about what you need but , another way of getting the result in h17 , the split sop , in the group you can specify number of primitives to split , 1-numberOfPrimitives:2 , splits into 2 streams according to the houdini doc , Split is designed to divide your geometry into two separate streams, the portion that matches the group and the portion that doesn’t. Great, I didn't even know split sop existed, definitely useful. 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.