Houdini 20.5 Nodes VOP nodes

MtlX Safe Power VOP node

On this page

Raise incoming float/color/vector values to the “in2” power.

Parameters

in1

The base value.

in2

The exponent value.

Outputs

out

Negative “in1” values will result in negative output values. ie. out = sign(in1)*pow(abs(in1),in2)

VOP nodes