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?