Filter vertex by the referenced point in group filter?

   443   3   1
User Avatar
Member
5 posts
Joined: Nov. 2020
Offline
In the geometry spreadsheet, there is a column called `Point Num` for vertices. However when I try to filter vertices by specifing group `@PointNum==0`, nothing is matched.
By checking the python object, I found that `PointNum` seems not to be one of the attribute of vertex.



Is there any way to filter vertices by using group syntax? I just want to quickly find the vertices referencing some point.
For example, I want to check the uv of vertices referencing the point 233 currently.
I know this can be done by adding some SOP node, but maybe some way more convenient exists?

Attachments:
ref.png (170.4 KB)

User Avatar
Member
304 posts
Joined: Jan. 2013
Online
It is not necessary to explicitly specify a group for this case

Attachments:
2024-11-23_15-48.png (13.0 KB)

User Avatar
Member
5 posts
Joined: Nov. 2020
Offline
alexwheezy
It is not necessary to explicitly specify a group for this case
Thank you for the respond, but sorry for my midleading explanation.
I want to filter out all vertices that reference point 233, instead of all vertices in prim 0.
What you show in the picture is to filter out all vertices in prim 0.

It should be like this:

Attachments:
excel.png (9.6 KB)

User Avatar
Member
304 posts
Joined: Jan. 2013
Online
I'm not sure, but the filter using attribute (@) binding for vertices doesn't work in the table for some reason, although it works for points and primitives. It's probably a known bug.
  • Quick Links