Blender Git Loki
Git Commits -> Revision 2e19509
Revision 2e19509 by Hans Goudey (master) March 8, 2021, 18:37 (GMT) |
Geometry Nodes: Rename subdivision nodes This makes the following changes to the name of the two geometry nodes subvision nodes: - `Subdivision Surface` -> `Subdivide Smooth` - `Subdivision Surface Simple` -> `Subdivide` Most of the benefit is that the names are shorter, but it also better mirrors the naming of operations in edit mode, and phrases the names more like actions. This was discussed with the geometry nodes team. |
Commit Details:
Full Hash: 2e19509e60b39837b6f9e38c8cdad64d341846ba
Parent Commit: a45af29
Lines Changed: +271, -262
2 Added Paths:
/source/blender/nodes/geometry/nodes/node_geo_subdivide.cc (+110, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_subdivide_smooth.cc (+133, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_subdivide_smooth.cc (+133, -0) (View)
2 Deleted Paths:
/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc (+0, -134)
/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface_simple.cc (+0, -115)
/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface_simple.cc (+0, -115)
8 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+2, -2) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/node.cc (+2, -2) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+15, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+2, -2) (Diff)
/source/blender/nodes/NOD_geometry.h (+2, -2) (Diff)
/source/blender/nodes/NOD_static_types.h (+2, -2) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/node.cc (+2, -2) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+15, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+2, -2) (Diff)
/source/blender/nodes/NOD_geometry.h (+2, -2) (Diff)
/source/blender/nodes/NOD_static_types.h (+2, -2) (Diff)