Indices are stored in the used indices indexed via the argument pointer. However
index_1D(a, b, 1, 0)
index_1D(a, b, 1, 1)
Would point to the same pointer index. Instead try using the node index of the parent node since that should be unique if the arguments are different.
Indices are stored in the used indices indexed via the argument pointer. However
Would point to the same pointer index. Instead try using the node index of the parent node since that should be unique if the arguments are different.