Returns the name of an object created by a node.


## Description

It takes 2 arguments.

`objectName(input_index_or_node_path, object_index)`

- `input_index_or_node_path` the path to a node, or input index
- `object_index` the index of the object

## Usage

- `objectsName(0, 1)` - returns the name of 2nd object (index 1 in the array) in the input node.
- `objectsName('/geo/merge1', 2)` - returns the name of the 3nd object (index 2 in the array) in the node /geo/merge1

