From a83b405a4524dc5a0014737ec25e31b12cd7216c Mon Sep 17 00:00:00 2001 From: Erik Abrahamsson Date: Tue, 19 Oct 2021 15:27:47 -0500 Subject: 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 --- source/blender/nodes/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/nodes/CMakeLists.txt') diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt index 4d006342e72..879d24fdf53 100644 --- a/source/blender/nodes/CMakeLists.txt +++ b/source/blender/nodes/CMakeLists.txt @@ -145,6 +145,7 @@ set(SRC function/nodes/node_fn_input_vector.cc function/nodes/node_fn_input_color.cc function/nodes/node_fn_random_value.cc + function/nodes/node_fn_replace_string.cc function/nodes/node_fn_rotate_euler.cc function/nodes/node_fn_string_length.cc function/nodes/node_fn_string_substring.cc -- cgit v1.2.3