Blender Git Commit Log
Git Commits -> Revision 17b8da7
Revision 17b8da7 by Hans Goudey (master) October 14, 2021, 17:06 (GMT) |
Geometry Nodes: Field version of mesh to curve node This commit adds a fields version of the mesh to curve node, with a field for the input selection. In order to reduce code duplication, it adds the mesh to curve conversion to the new geometry module and calls that implementation from both places. More details on the geometry module can be found here: T86869 Differential Revision: https://developer.blender.org/D12579 |
Commit Details:
Full Hash: 17b8da719606abfc9e3076555c626e6fc38dd7c5
Parent Commit: 1996efe
Lines Changed: +457, -254
4 Added Paths:
/source/blender/geometry/CMakeLists.txt (+42, -0) (View)
/source/blender/geometry/GEO_mesh_to_curve.hh (+35, -0) (View)
/source/blender/geometry/intern/mesh_to_curve_convert.cc (+283, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_mesh_to_curve.cc (+69, -0) (View)
/source/blender/geometry/GEO_mesh_to_curve.hh (+35, -0) (View)
/source/blender/geometry/intern/mesh_to_curve_convert.cc (+283, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_mesh_to_curve.cc (+69, -0) (View)
8 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+3, -0) (Diff)
/source/blender/nodes/geometry/nodes/legacy/node_geo_mesh_to_curve.cc (+19, -254) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+3, -0) (Diff)
/source/blender/nodes/geometry/nodes/legacy/node_geo_mesh_to_curve.cc (+19, -254) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)