Chuyển Đổi Ngầm Định (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.
Xem thêm
To understand the behavior and supported socket conversions, see Chuyển Đổi (Conversion).
Đầu Vào (Inputs)¶
- Value (Giá Trị)
The value to be converted.
The input socket type corresponds to the selected Data Type.
Tính Chất (Properties)¶
- Kiểu Dữ Liệu (Data Type)
Determines the socket type that the input value will be converted to. See Ổ Cắm (Sockets) for a full list of socket types.
The available options depend on the node tree type.
Đầu Ra (Outputs)¶
- Value (Giá Trị)
The converted value.
The output socket type matches the selected Data Type.