Blender Git Commit Log

Git Commits -> Revision 39f60e6

Revision 39f60e6 by Jacques Lucke (master)
February 16, 2021, 10:55 (GMT)
Geometry Nodes: move some attribute utilities to blenkernel

I need to access these utilities from modifier code as well.
Therefore, they should not live in the nodes module.

Commit Details:

Full Hash: 39f60e6909e61b8b7982e637a2091a84d618ddd7
Parent Commit: c036500
Lines Changed: +100, -100

9 Modified Paths:

/source/blender/blenkernel/BKE_attribute_access.hh (+2, -0) (Diff)
/source/blender/blenkernel/intern/attribute_access.cc (+90, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_compare.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_mix.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_separate_xyz.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_join_geometry.cc (+2, -2) (Diff)
/source/blender/nodes/geometry/node_geometry_util.cc (+2, -91) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+0, -3) (Diff)
/source/blender/nodes/intern/node_geometry_exec.cc (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021