Blender Git Loki
Git Commits -> Revision 62953c2
Revision 62953c2 by Hans Goudey (geometry-nodes-point-separate-node) December 9, 2020, 22:42 (GMT) |
Geometry Nodes: Support equality operations with all data types Testing equality of vectors can't be done properly if they are implicitly converted to float before-hand. This adds a lot of boilerplate code to the node, maybe that can made more elegant in the future, but it's not so complicated anyway. |
Commit Details:
Full Hash: 62953c2bf39252fc59d0365b9a33453e179b66c0
Parent Commit: 0e757da
Lines Changed: +261, -102