Rename Attribute Node¶
The Rename Attribute node renames an existing attribute or modifies the prefix of multiple attributes on a geometry.
This is useful for reorganizing attribute names, resolving conflicts, or preparing attributes for use in other nodes that expect specific naming conventions.
Inputs – Уводи¶
- Геометрія
Standard geometry input.
- Режим
Determines how attributes are renamed.
- Single – Одинично:
Renames a single attribute using the provided names.
- Префікс:
Renames multiple attributes by replacing or adding a prefix.
- Old
The name or prefix of the attribute(s) to be renamed.
In Single mode, this is the exact attribute name.
In Prefix mode, this is the prefix to search for.
- New – Нове
The new name or prefix for the attribute(s).
In Single mode, this is the new attribute name.
In Prefix mode, this replaces the matched prefix.
- Overwrite – Перезапис
Allows renaming even if the destination name already exists.
When disabled, the operation will skip attributes that would conflict with existing names.
When enabled, existing attributes with the target name are overwritten.
Outputs – Виводи¶
- Геометрія
Standard geometry output with renamed attributes applied.