Houdini 20.0 Nodes VOP nodes

Map Point VOP node

Creates a dictionary that maps one KineFX point to another.

On this page
Since 18.5

Creates a dictionary in the following format that can be consumed downstream to create relationships between pairs of points.

{
    'reference': string, // The point attribute on the driver skeleton to use as reference. If set to "ptnum", the point number will be used.
    'value': string or int // The value of the point attribute on the point to use as the driver.
}

You can bind the output dictionary to an attribute using the Bind or Set Attribute VOP nodes.

Parameters

File

Specifies on which input or operator the geometry containing the point to map is located.

Point

Specifies the number for the point in the File geometry to map.

Reference File

Specifies the geometry that contains the point to map to.

Reference Point

Specifies the point in the Reference File geometry to map to.

Reference Attribute

Specifies the point attribute on the Reference File geometry whose value will be used downstream to resolve the mapping. When this is ptnum, the Point will be used instead of an attribute value.

Inputs

file

The geometry containing the point to map.

pt

The point in the File geometry to map.

reffile

The geometry containing the point to map to.

refpt

The geometry containing the point to map to.

refattrib

The geometry containing the point to map to.

Outputs

mapping

The mapping dictionary.

See also

VOP nodes