Blender Git Loki

Git Commits -> Revision fc993a7

Revision fc993a7 by Erik Abrahamsson (experimental-build)
June 14, 2021, 08:09 (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: fc993a7d54157338a6a826ac37be9fe52651560d
Parent Commit: 659385a
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)

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)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021