36 lines
609 B
ReStructuredText
36 lines
609 B
ReStructuredText
.. index:: Geometry Nodes; Value to String
|
|
.. _bpy.types.FunctionNodeValueToString:
|
|
|
|
********************
|
|
Value to String Node
|
|
********************
|
|
|
|
.. figure:: /images/node-types_FunctionNodeValueToString.webp
|
|
:align: center
|
|
:alt: Value to String node.
|
|
|
|
The *Value to String* node generates string representation of the input value.
|
|
|
|
|
|
Inputs
|
|
======
|
|
|
|
Value
|
|
Floating-point value to be converted.
|
|
|
|
Decimals
|
|
Integer value used to determine the precision of the output value.
|
|
|
|
|
|
Properties
|
|
==========
|
|
|
|
This node has no properties.
|
|
|
|
|
|
Outputs
|
|
=======
|
|
|
|
String
|
|
String value representation of the input.
|