Houdini 20.0 Nodes VOP nodes

Get Point Transforms VOP node

Returns arrays of point transforms given an array of point IDs.

On this page
Since 18.5

This operator returns point transforms for a given array of point IDs. It builds the transforms from the v@P and 3@transform attributes.

Parameters

Signature

Group

The array of points is to be built from a group string.

Point Numbers

The array of points is to be provided explicitly via the pts input.

File

Specifies the input or operator location for the geometry file on which to query the attributes.

Geometry Path

Specifies an operator path pointing to a SOP node.

This parameter is only available when File is set to Operator Path.

Group

Specifies an array of integers representing the point indices to query. When not connected, you can write a point group string for this parameter.

Inputs

file

The geometry file on which to query the attributes.

group

An array of integers representing the point indices to query.

Outputs

outfile

A pass through returning resolved file input or Geometry Path.

pts

An array of integers representing point IDs. Outputs the resolved target point IDs.

xforms

The world transforms for the points.

localxforms

The local transforms for the points.

See also

VOP nodes