Search - User list
Full Version: Creating groups based on point attributes troubles
Root » Houdini Learning Materials » Creating groups based on point attributes troubles
alizarin
Hello!
I'm just started in learning Houdini and have some troubles. I looked for solution in docs and forums -no result. So hope for your help.
The problem is in difference between GROUP in Houdini 15 and Houdini 16.
There was no problem to make groups based on attributes in Houdini 15, but in Houdini 16 there no input.

Thanks!
neil_math_comp
There are many ways to make groups based on attributes in Houdini 16. The Group SOP's “Base Group” parameter offers the same functionality as other Group fields in Houdini, where you can do some limited checks like @id=5, or @name=“foo”.

The Group Expression SOP gives the ability to make more complicated VEXpressions to indicate whether an element should be in a group or not based on attributes, parameters, topology, point cloud lookups, or anything else that VEX provides, as long as it fits in one line. If you need more than one line of VEX to work out the condition, you can always use an Attribute Wrangle SOP and write to @group_MyGroupName, or call setpointgroup, setprimgroup, or setvertexgroup.
alizarin
Thanks!
Just made some experiments - it's work.
Blain
Thanks! Very helpful
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB