Blender Git Commit Log
Git Commits -> Revision 11c03ff
Revision 11c03ff by Erik Abrahamsson (experimental-build) June 14, 2021, 08:05 (GMT) |
Nodes: String to Curve, Value to String, String Join, String Substring, String Length This patch adds a node that generates a curve from entered text or String Input. It also adds some helper nodes (value to string, join, substring, length) {F10163233} |
Commit Details:
Full Hash: 11c03ff03db5d860c8dbbb489ded7c64fa7df63b
Parent Commit: d459518
Committed By: Dalai Felinto
Lines Changed: +410, -0
5 Added Paths:
/source/blender/nodes/function/nodes/node_fn_string_length.cc (+47, -0) (View)
/source/blender/nodes/function/nodes/node_fn_string_substring.cc (+52, -0) (View)
/source/blender/nodes/function/nodes/node_fn_value_to_string.cc (+52, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_string_join.cc (+59, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_string_to_curve.cc (+157, -0) (View)
/source/blender/nodes/function/nodes/node_fn_string_substring.cc (+52, -0) (View)
/source/blender/nodes/function/nodes/node_fn_value_to_string.cc (+52, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_string_join.cc (+59, -0) (View)
/source/blender/nodes/geometry/nodes/node_geo_string_to_curve.cc (+157, -0) (View)
8 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+13, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+5, -0) (Diff)
/source/blender/nodes/NOD_function.h (+3, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+2, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+5, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+13, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+5, -0) (Diff)
/source/blender/nodes/NOD_function.h (+3, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+2, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+5, -0) (Diff)