How I can target primitives with a certain attribute value for a collection? Or in other words, how to use attributes a Vexpression for something in lops?
I want to create a collection for that includes primitives given the value of an attribute they have.
I haven't looked into it but I think your would requires that primvar is, or assume all primvars are, bound to a VEX variable. Using the query function as per Nick's example doesn't have that requirement.
I haven't looked into it but I think your would requires that primvar is, or assume all primvars are, bound to a VEX variable. Using the query function as per Nick's example doesn't have that requirement.
Right, I guess I assumed they would be, but maybe not. Maybe they are only bound in the context of wrangles?