Blender Git Commit Log
Git Commits -> Revision a2ba37e
Revision a2ba37e by Wannes Malfait (master) February 9, 2021, 17:12 (GMT) |
Geometry Nodes: Add Combine and Separate XYZ nodes for attributes These are similar to the regular "Combine XYZ" and "Separate XYZ" nodes, but they work on attributes. They will make it easier to switch between vector attributes and float attributes. Differential Revision: https://developer.blender.org/D10308 |
Commit Details:
Full Hash: a2ba37e5b6310bed0d4381619a8edeae2d05fbd2
Parent Commit: 34155dd
Committed By: Hans Goudey
Lines Changed: +342, -0
2 Added Paths:
/source/blender/nodes/geometry/nodes/node_geo_attribute_combine_xyz.cc (+135, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_attribute_separate_xyz.cc (+148, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_attribute_separate_xyz.cc (+148, -0) (View)
8 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+33, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+2, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+2, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+2, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+33, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+2, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+2, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+2, -0) (Diff)