Hi,
I am querying and changing slot labels with code. When I reset the model, these labels are switching back to a previous value. How can I change these "resetLabels"? Currently I am doing it like this:
slots[n].labels.assert("PROXIMITY").value = 4; slots[n].find("/resetLabels").subnodes[1].value = 4;
Is this correct?
Once changed though, the slot colors seem unchanged when I activate the paint tool even after resetting the model. The slot labels have chenged but their associated colors haven't. Here my example: