Blender Git Commit Log
Git Commits -> Revision 5c0017e
Revision 5c0017e by Erik Abrahamsson (master) September 24, 2021, 16:00 (GMT) |
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 |
Commit Details:
Full Hash: 5c0017e85a75ad004ef5f4944828074a7fa95f21
Parent Commit: bdb8ee9
Committed By: Hans Goudey
Lines Changed: +80, -0
1 Added Path:
/source/blender/nodes/function/nodes/node_fn_input_special_characters.cc (+74, -0) (View)
6 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_function.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_function.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)