Houdini 20.0 Nodes APEX Nodes

rig::CombineParmTransform

Combines an input transform matrix and a set of translation, rotation and scale parameters into a new transform.

On this page
Since 20.0

Inputs

inputlocalxform: Matrix4

The input transform matrix.

parentlocalscale: Vector3

A scale factor in parent local space.

xord: Int

The Transform order of the transform constructed from t/r/s parameters.

rord: Int

The rotation order.

t: Vector3

The translate values.

r: Vector3

The rotation values.

s: Vector3

The scale value.

p: Vector3

The pivot translation value.

pr: Vector3

The pivot rotation value.

scaleinheritance: Int

Determines how scale inheritance from the parent transform is applied to the result.

method: Int

Set to 0 to premultiply the inputlocalxform.

Set to 1 to postmultiply the inputlocalform.

Set to 2 to output the transform constructed from parameters directly.

Outputs

localxform: Matrix4

The combined output transform.

APEX Nodes