Houdini 21.0 Nodes APEX nodes

geo::CopyDetailAttrib

Copy 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 will avoid flushing the OpenCL point/primitive buffers attached to the geo input.

Inputs

*geo: Geometry Required

Geometry to copy to.

src: Geometry

Geometry to copy from.

attribname: String

Name of detail attribute to copy.

Outputs

*geo: Geometry

Geometry with copied attribute

success: Bool

Returns True if the operation was successful.

APEX nodes