Blender Git Loki
Git Commits -> Revision e7d57e8
Revision e7d57e8 by Hans Goudey (temp-geometry-nodes-fields-prototype, temp-geometry-nodes-fields-prototype-visualization) August 3, 2021, 19:07 (GMT) |
Move "Align Rotation to Vector" to a function node without geometry The node is still slightly finnicky, I may have done something wrong here. But it generally works. |
Commit Details:
Full Hash: e7d57e84bbfb57e3eb81306c539060eecdc5d014
Parent Commit: 3b25226
Lines Changed: +206, -266
1 Added Path:
/source/blender/nodes/function/nodes/node_fn_align_rotation_to_vector.cc (+195, -0) (View)
1 Deleted Path:
/source/blender/nodes/geometry/nodes/node_geo_align_rotation_to_vector.cc (+0, -242)
9 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+1, -1) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -6) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+2, -12) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -1) (Diff)
/source/blender/nodes/NOD_function.h (+1, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+0, -1) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+2, -6) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+2, -12) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -1) (Diff)
/source/blender/nodes/NOD_function.h (+1, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+0, -1) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -1) (Diff)