Blender Git Commit Log
Git Commits -> Revision f7d9bfa
Revision f7d9bfa by Jacques Lucke (geometry-nodes, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 20, 2020, 17:23 (GMT) |
Geometry Nodes: combine Vertex and Point domains Originally, there were technical reasons for why two different domains were used. Those reasons have been lost unfortunately, and there don't seem to be any issues with combining the domains now. This reduces confusion when users have to select the domain type in enums. |
Commit Details:
Full Hash: f7d9bfafd99c1df6ccca6a8752eda3f456a3e26c
Parent Commit: 088e6a5
Lines Changed: +25, -33
7 Modified Paths:
/source/blender/blenkernel/BKE_attribute.h (+2, -4) (Diff)
/source/blender/blenkernel/intern/attribute.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/attribute_access.cc (+9, -9) (Diff)
/source/blender/makesrna/intern/rna_attribute.c (+3, -4) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+2, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_instance.cc (+6, -11) (Diff)
/source/blender/blenkernel/intern/attribute.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/attribute_access.cc (+9, -9) (Diff)
/source/blender/makesrna/intern/rna_attribute.c (+3, -4) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+2, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_distribute.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_instance.cc (+6, -11) (Diff)