FormatScalar
From K-3D
Description
| Converts a scalar to a string using printf() style formatting |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, Scalar Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Input | Float value | k3d::double_t | input |
| Format | Format string, printf() like | k3d::string_t | format |
| Output text | Output string (read only) | k3d::string_t | output |

