Attribute rename node allows to change the name of an existing attribute on geometry.
This is useful when you want to feed custom data into a node that expects a specific attribute name. For example, renaming a custom myWeight attribute to weight so a Falloff driven node will automatically recognize it.
Parameters
| Parameter | Description |
|---|---|
Label | The display name of the node. |
Group | The group of shapes or points to affect. |
Class | Where to look for the attribute. |
Old name | Current name of the attribute. |
New name | New name for the attribute. |
Delete original | Delete the original attribute after copying. |