Like the title said, I've included the index of the array plugs in their names and path.
Some error messages are using Plug.path() which was misleading before this PR because it would only mention the name of the "parent" of the actual plug. (eg. worldMatrix instead of worldMatrix[0])
The ones I ran into are now displaying the correct path.
Like the title said, I've included the index of the array plugs in their names and path.
Some error messages are using
Plug.path()
which was misleading before this PR because it would only mention the name of the "parent" of the actual plug. (eg. worldMatrix instead of worldMatrix[0]) The ones I ran into are now displaying the correct path.