How to filter by attribute in geometry spreadsheet?
1831 4 0- raincole
- Member
- 539 posts
- Joined: Aug. 2019
- Offline
- raincole
- Member
- 539 posts
- Joined: Aug. 2019
- Offline
- jsmack
- Member
- 8026 posts
- Joined: Sept. 2011
- Offline
raincole
Why can I filter primitives, but not vertices?
Looks like an oversight
Bug it up
https://www.sidefx.com/bugs/submit/ [www.sidefx.com]
- raincole
- Member
- 539 posts
- Joined: Aug. 2019
- Offline
jsmackraincole
Why can I filter primitives, but not vertices?
Looks like an oversight
Bug it up
https://www.sidefx.com/bugs/submit/ [www.sidefx.com]
I've reported.
But I kinda feel it's probably not a UI bug, because even Group SOP can't create vertex groups this way:
It's either a bug about group (not just geometry spreadsheet), or a really unintuitive design choice.
- MakoPolo
- Member
- 27 posts
- Joined: Jan. 2018
- Offline
Seems like a bug but you can make a wrangle to create a group.
and in the geometry spreadsheet in the "Group:" section just type the group we created "grp"
and that will show all the verts that are toggled as 1.
Seems as though it doesn't like 'if' statements in that area.
If you put grp==1 it won't work, grp==0 won't work, but grp will.
It's annoying.
int prim =vertexprim(0,i@vtxnum); int vert = vertexprimindex(0,i@vtxnum); if(i@pt==210) { setvertexgroup(0,"grp",prim,vert,1,"set"); }
and in the geometry spreadsheet in the "Group:" section just type the group we created "grp"
and that will show all the verts that are toggled as 1.
Seems as though it doesn't like 'if' statements in that area.
If you put grp==1 it won't work, grp==0 won't work, but grp will.
It's annoying.
-
- Quick Links