Blender Git Loki
Git Commits -> Revision 0b1050b
Revision 0b1050b by Hans Goudey (master) July 7, 2021, 04:00 (GMT) |
Geometry Nodes: Rename nodes for clarity between mesh and curve Rename the mesh circle to "Mesh Circle", mesh line to "Mesh Line", and mesh subdivide to "Mesh Subdivide". Previously they looked exactly the same in the search menu, and the nodes themselves had the same label. This is a "deep" rename that also renames internal defines and function names to match the UI. |
Commit Details:
Full Hash: 0b1050bf09eb68e634392b1fc5d3758c95e4f5c1
Parent Commit: eccdced
Lines Changed: +136, -125
1 Added Path:
/source/blender/nodes/geometry/nodes/node_geo_mesh_subdivide.cc (+111, -0) (View)
1 Deleted Path:
/source/blender/nodes/geometry/nodes/node_geo_subdivide.cc (+0, -113)
10 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+1, -1) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+11, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_curve_primitive_circle.cc (+2, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_circle.cc (+2, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_line.cc (+1, -1) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -1) (Diff)
/source/blender/nodes/NOD_static_types.h (+4, -4) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+11, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_curve_primitive_circle.cc (+2, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_circle.cc (+2, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_line.cc (+1, -1) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -1) (Diff)
/source/blender/nodes/NOD_static_types.h (+4, -4) (Diff)