I want to use the Labs Group by Color node.
789
1
0
-
- ek713
- Member

- 5 posts
- Joined: July 2021
- Offline
Why is the node no longer available?
I want to create groups from geometry colors using a color picker, not VEX.
Is there a good way to achieve this?
-
- dtempcyer
- Member

- 326 posts
- Joined: Jan. 2013
- Offline
The irony is that this node only uses VEX for this purpose.
If you really need it you can make it visible again for the SOP context using Texport:
opunhide Sop labs::group_by_color
The recommended way now is to use Labs Group by Attribute to do this.