Blender Git Commit Log

Git Commits -> Revision dc2524e

Revision dc2524e by Erik Abrahamsson (master)
October 24, 2021, 09:43 (GMT)
Geometry Nodes: Rename node "String Substring"

This patch renames the node "String Substring" to "Slice String"
to conform to the "verb first" naming convention.
Default length is also changed to 10 to make it easier for users
to understand what the node does.

Reviewed By: HooglyBoogly

Differential Revision: https://developer.blender.org/D12931

Commit Details:

Full Hash: dc2524eaaeb121aa48c5b81de67d3ede8a319123
Parent Commit: 8c21667
Lines Changed: +67, -59

1 Added Path:

/source/blender/nodes/function/nodes/node_fn_slice_string.cc (+53, -0) (View)

1 Deleted Path:

/source/blender/nodes/function/nodes/node_fn_string_substring.cc (+0, -53)

7 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 (+8, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -1) (Diff)
/source/blender/nodes/NOD_function.h (+1, -1) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021