Get Name

Input the name of one layer to another.

Get the 'nice name' for a layer/node and output it as a string.

Input - connect the layer which name to 'get'.

Example usage:

  1. Create a Basic Shape.

  2. Rename it My Layer.

  3. Create a Get Name.

  4. Connect basicShape.id > getName.input.

  5. Create a Text Shape.

  6. Connect getName.id > textShape.text.

The Text Shape will display My Layer in the Viewport.

Last updated