Implicit Conversion¶
The Implicit Conversion node converts an input value to another socket type.
Blender normally performs compatible type conversions automatically when connecting sockets of different types. This node allows those conversions to be represented explicitly in the node tree, making the conversion visible and controllable.
It can be useful for debugging node setups, clarifying how values are converted, or forcing a specific conversion behavior.
Дивись також
To understand the behavior and supported socket conversions, see Conversion – Конверсія.
Inputs – Уводи¶
- Value – Значення
The value to be converted.
The input socket type corresponds to the selected Data Type.
Властивості¶
- Тип Даних – Data Type
Determines the socket type that the input value will be converted to. See Роз’єми – Sockets for a full list of socket types.
The available options depend on the node tree type.
Outputs – Виводи¶
- Value – Значення
The converted value.
The output socket type matches the selected Data Type.