Geometry Nodes: Special string characters node

This patch adds a new node called "Special Characters" with two string
outputs: "Line Break" and "Tab". This is necessary because the newline
character cannot be easily typed with a keyboard, but is necessary for
the string to curve node.

Differential Revision: https://developer.blender.org/D12620
This commit is contained in:
Erik Abrahamsson
2021-09-24 10:59:52 -05:00
committed by Hans Goudey
parent bdb8ee9717
commit 5c0017e85a
7 changed files with 80 additions and 0 deletions

View File

@@ -606,6 +606,7 @@ geometry_node_categories = [
NodeItem("FunctionNodeStringSubstring"),
NodeItem("FunctionNodeValueToString"),
NodeItem("GeometryNodeStringJoin"),
NodeItem("FunctionNodeInputSpecialCharacters"),
]),
GeometryNodeCategory("GEO_UTILITIES", "Utilities", items=[
NodeItem("ShaderNodeMapRange"),