Houdini 22.0 Nodes Geometry nodes

Group Rename geometry node

Renames groups according to patterns.

On this page
Since 16.0

Renames an existing group to something else. When renaming groups, you can use wildcards to rename several groups that match the specified pattern. For more information about the pattern substitution rules, please see Attrib String Edit.

Inputs

Source geometry

The geometry on which to rename the groups.

Parameters

Number of Renames

The number of renaming rules to apply. They are applied in order; so groups renamed by earlier rules may be renamed once more if their new name matches a later rule.

Group Type

Restrict the renaming rule to only groups of this type.

Group Name

Group to rename.

New Name

New name of group.

Conflict

Behavior to adopt when a group on the input has the same name as New Name.

Warn

Warns the user about conflicting names and does not attempt to rename. This is the default behavior.

Error

The node will error out.

Overwrite

Overwrite the incoming group with the conflicting name.

Union

Union the incoming group with the conflicting name with the group being renamed.

See also

Geometry nodes