Skip to content

Vector

Python: "pro_vector_value"

This programming node simply outputs a 3D vector value.

Icon

Common

Node alias

Python: "pro_alias"

Human-readable node alias.

Alias color

Python: "pro_alias_color"

Identificative node color.

Main

X component

Python: "pro_vector_value_x"

X component of the vector value output by the node. This value is only used when no input programming node is provided.

X component node

Python: "pro_vector_value_x_pro"

X component of the vector value output by the node.

Y component

Python: "pro_vector_value_y"

Y component of the vector value output by the node. This value is only used when no input programming node is provided.

Y component node

Python: "pro_vector_value_y_pro"

Y component of the vector value output by the node.

Z component

Python: "pro_vector_value_z"

Z component of the vector value output by the node. This value is only used when no input programming node is provided.

Z component node

Python: "pro_vector_value_z_pro"

Z component of the vector value output by the node.

Output tuning

Value weight

Python: "pro_weight"

The final value output by the node is computed as: value*weight+bias.

Value bias

Python: "pro_bias"

The final value output by the node is computed as: value*weight+bias.