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
This commit is contained in:
@@ -1562,7 +1562,7 @@ int ntreeTexExecTree(struct bNodeTree *ntree,
|
||||
#define FN_NODE_FLOAT_TO_INT 1209
|
||||
#define FN_NODE_VALUE_TO_STRING 1210
|
||||
#define FN_NODE_STRING_LENGTH 1211
|
||||
#define FN_NODE_STRING_SUBSTRING 1212
|
||||
#define FN_NODE_SLICE_STRING 1212
|
||||
#define FN_NODE_INPUT_SPECIAL_CHARACTERS 1213
|
||||
#define FN_NODE_RANDOM_VALUE 1214
|
||||
#define FN_NODE_ROTATE_EULER 1215
|
||||
|
||||
Reference in New Issue
Block a user