Blender Git Commit Log
Git Commits -> Revision 5b6291d
Revision 5b6291d by Lukas Toenne (geometry-nodes-unnamed-attributes) June 18, 2021, 14:52 (GMT) |
Functional vector math node. |
Commit Details:
Full Hash: 5b6291d202972436461a2a074ba905c358a28a43
Parent Commit: c28d397
Lines Changed: +77, -19
7 Modified Paths:
/source/blender/nodes/geometry/nodes/node_geo_attribute_get.cc (+7, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_vector_math.cc (+10, -17) (Diff)
/source/blender/nodes/geometry/node_geometry_util.cc (+33, -0) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+3, -0) (Diff)
/source/blender/nodes/intern/attribute_ref.cc (+5, -0) (Diff)
/source/blender/nodes/intern/attribute_ref.hh (+2, -0) (Diff)
/source/blender/nodes/intern/node_geometry_exec.cc (+17, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_vector_math.cc (+10, -17) (Diff)
/source/blender/nodes/geometry/node_geometry_util.cc (+33, -0) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+3, -0) (Diff)
/source/blender/nodes/intern/attribute_ref.cc (+5, -0) (Diff)
/source/blender/nodes/intern/attribute_ref.hh (+2, -0) (Diff)
/source/blender/nodes/intern/node_geometry_exec.cc (+17, -0) (Diff)