Houdini 21.0 Nodes APEX nodes

geo::CopyDetailAttrib

Copies a detail attribute between two geometries.

On this page
Since 21.0

This is a faster alternative than using the sop::attribcopy APEX node for copying detail attributes because it can take advantage of the fact that detail attributes only have a single element. Also unlike sop::attribcopy, this node avoids flushing the OpenCL point/primitive buffers attached to the geo input.

The geo ports of this node are in-place ports, which means the geometry is updated without creating a copy.

Inputs

*geo: Geometry Required

The geometry to copy to.

src: Geometry

The geometry to copy from.

attribname: String

The name of the detail attribute to copy.

Outputs

*geo: Geometry

The geometry with the copied attribute.

success: Bool

Returns True if the operation is successful.

APEX nodes