Houdini 20.0 Nodes APEX Nodes

geo::MergePacked

Pack each input and merge all of them together into a single geometry.

On this page
Since 20.0

Each created packed primitive will have a name attribute which value will come from the subport name of the corresponding src variadic input.

Inputs

src: VariadicArg<Geometry>

A variadic input of geometry objects to merge into a single geometry.

Outputs

geo: Geometry

The merged geometry objects.

Note

The added packed primitives are of type PackedGeometry.

APEX Nodes