Geometry Nodes: Replace String node

This commit adds a node that can be used to find and replace strings
inside of the input string. One initial use case is to have an easier
way to add line breaks to strings to the string to curves node.

Differential Revision: https://developer.blender.org/D12721
This commit is contained in:
Erik Abrahamsson
2021-10-19 15:27:47 -05:00
committed by Hans Goudey
parent 85c8dd6c96
commit a83b405a45
7 changed files with 73 additions and 0 deletions

View File

@@ -1566,6 +1566,7 @@ int ntreeTexExecTree(struct bNodeTree *ntree,
#define FN_NODE_ROTATE_EULER 1215
#define FN_NODE_ALIGN_EULER_TO_VECTOR 1216
#define FN_NODE_INPUT_COLOR 1217
#define FN_NODE_REPLACE_STRING 1218
/** \} */