Houdini 20.0 Nodes APEX Nodes

skel::DeleteJoints

Delete a group of KineFX points from the geometry.

On this page
Since 20.0

The geo ports of this callback are in-place ports. This means that the geometry is updated without creating a copy.

Inputs

*geo: Geometry Required

The geometry to remove the points from.

group: String

An optional pattern to use for deleting a subset of points.

The pattern format is the same one used by the group fields on SOP nodes that take point selections. Elements in the pattern are separated by spaces, and elements can be point numbers, point number ranges, or group names.

reparent: Bool

Whether to perform a reparenting operation on the children of the deleted points to the original parents.

invertgroup: Bool

Whether to delete all points that are outside the group or all the points that are within the group.

descendants: Bool

Whether to also delete all of the descendants of the selected points.

excludeselected: Bool

Whether to exclude all the points within the group from the deletion action.

This input can be useful when you want to delete only the descendants of a subset of points but not the points themselves.

Outputs

*geo: Geometry

The geo input with the points removed.

APEX Nodes