Blender Git Commit Log
Git Commits -> Revision 3207299
Revision 3207299 by Lukas Toenne (geometry-nodes-unnamed-attributes) June 9, 2021, 18:53 (GMT) |
Added an AttributeRef struct that is the actual data during node eval. |
Commit Details:
Full Hash: 32072995f254781ec2a981a91ff8ad4c3d1925e0
Parent Commit: c0c1f0d
Lines Changed: +124, -30
2 Added Paths:
/source/blender/nodes/geometry/node_geometry_attribute.cc (+52, -0) (View)
/source/blender/nodes/geometry/node_geometry_attribute.hh (+42, -0) (View)
/source/blender/nodes/geometry/node_geometry_attribute.hh (+42, -0) (View)
5 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+2, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_load.cc (+19, -25) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_store.cc (+5, -5) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+2, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_load.cc (+19, -25) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_store.cc (+5, -5) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+2, -0) (Diff)