jingaa Posted March 15, 2017 Share Posted March 15, 2017 Hello there... I was working on something and noticed that , some group options changed in Houdini 16. In houdini 15 i was grouping by clor with $CR<0.1 for picking red color but in Houdini 16 couldnt find a way for making that. And second of all how i can group like that usin VEX , any help??? Thank you! Quote Link to comment Share on other sites More sharing options...
fencer Posted March 15, 2017 Share Posted March 15, 2017 http://www.tokeru.com/cgwiki/index.php?title=Houdini#Groups_as_attributes_in_VEX Quote Link to comment Share on other sites More sharing options...
jingaa Posted March 15, 2017 Author Share Posted March 15, 2017 Thank you for answer but this doesnt select group by color... I dont have enough experience with VEX this way dont know which part to change. I couldnt find the way make a group by color in Houdini 16. That was very easy in Houdini 15 using $CR<0.1 Quote Link to comment Share on other sites More sharing options...
fencer Posted March 15, 2017 Share Posted March 15, 2017 if (@Cd.r < 0.1) { i@group_mygroup=1; } Quote Link to comment Share on other sites More sharing options...
jon3de Posted March 15, 2017 Share Posted March 15, 2017 1 hour ago, jingaa said: And second of all how i can group like that usin VEX , any help??? If you look again at the link that fencer replied to you that´s exactly what you need to group by color with vex. Quote Link to comment Share on other sites More sharing options...
haggi Posted March 15, 2017 Share Posted March 15, 2017 Obviously they splitted the group node in different nodes. So you can create a "Group Expression" node to do the group and use the vex expression: @Cd.r < .1 Quote Link to comment Share on other sites More sharing options...
fencer Posted March 15, 2017 Share Posted March 15, 2017 check group_by_color_h16.hipnc 3 Quote Link to comment Share on other sites More sharing options...
Alexandre Posted May 10, 2017 Share Posted May 10, 2017 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.