Closed jonstvns closed 5 months ago
Nice catch, thanks @jonstvns! Would you mind setting the addon versions to 1.6.1 please? If you're on Linux / WSL, you can run sh/version.sh bump patch
from the repo root.
Nvm, realized I can also push changes :smile: Thanks again @jonstvns and welcome to the club of netfox contributors :smile:
Ahh, sorry, I was traveling and forgot you asked me to bump the version number.
thanks for merging, @elementbound
When using the netfox synchronizers, nested properties were being read and serialized correctly, but on the receiving end, the data would silently fail to be applied to the synced node because the function
set_value()
in property-entry.gd was usingnode.set()
instead ofnode.set_indexed()