I have a file with ca 150 layers in German and wanted to translate them into English. I got all the layer names with Layer Table component, then Google translated them and planned to rename them with Create/Modify Layers component but I don’t think this component allows for changing the name of a layer, just changing different attributes.
Does anyone have a simple idea how to proceed with this? One idea I had was to create new layers and move the objects. However this might disrupt my blocks.
Any suggestions will be appreciated
Because Create / Modify Layers uses the name as the way to uniquely identify the layer, it doesn’t support renaming. This very quick and dirty C# script should do the trick though: rename layer.gh (3.0 KB)