Group Patterns

   2873   1   1
User Avatar
Member
23 posts
Joined:
Offline
In the documentation under "http://localhost:00000/model/groups [localhost]“, there is a section called ”Specify group contents manually" where I see a list of patterns that would be pretty cool to be able to use, but I'm unable to get them to work. Mostly, I'm just wondering where these patterns can be used. Am I missing something?

According to the docs, I should be able to use @Cd = 0 to select objects that have no value in the BLUE value for the color.

Anyone encounter this page and figure out how to use the patterns listed?

- Jer

Attachments:
groupByPattern.hip (47.3 KB)

User Avatar
Member
279 posts
Joined: Dec. 2009
Offline
@attributename=value

Of what i know, this @ select points or primitives with attribute name and condition. Don't use space and, it doesn't works in group SOP by pattern, but like a selection mask.

You can use it for example with a blast or delete SOP, and put this in Group (selection)

So in your example, @Cd=0, is like you create a group with expression $CB == 0, witch Cd is the attribute.

and of course the condition could be =, >=, <=, <, >, …

Attachments:
@attribSelection.png (71.8 KB)

  • Quick Links