Implicit Conversion

Implicit Conversion Node

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.

Siehe auch

To understand the behavior and supported socket conversions, see Conversion.

Inputs

Wert

The value to be converted.

The input socket type corresponds to the selected Data Type.

Eigenschaften

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

Wert

The converted value.

The output socket type matches the selected Data Type.