Houdini 22.0 Nodes Geometry nodes

UDIM List geometry node

Creates a detail attribute listing the geometry’s UDIM tiles.

Since 22.0

This operator reads the input model’s UV attribute and finds the UDIM tiles that are used by it. The results are stored in a detail attribute. The value of this detail attribute can be used in various UDIM List parameters, such as on the COP Network SOP.

See the UDIM documentation for more information on UDIM workflows.

Parameters

UV Attribute

Name of the vertex or point attribute containing the UVs. This attribute is read to determine which UDIM tiles are used by the input geometry.

Output Attribute

Name of the output detail attribute. This attribute will store a string list of all the UDIM tiles used by the input geometry.

Coverage Threshold

The minimum amount of a tile that needs to be covered in UV space before a tile is considered used. Decrease this tolerance if you get false positives on which UDIMs are active.

Note

Since primitives are not supposed to cross UDIM tile boundaries, each primitive in the input contributes its area to only one tile.

Geometry nodes