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.

参考

To understand the behavior and supported socket conversions, see Conversion(変換).

入力

Value(値)

The value to be converted.

The input socket type corresponds to the selected Data Type.

Properties(プロパティ)

Data Type(データタイプ)

Determines the socket type that the input value will be converted to. See ソケット for a full list of socket types.

The available options depend on the node tree type.

出力

Value(値)

The converted value.

The output socket type matches the selected Data Type.