Skip to content

Fix nested properties not being applied#224

Merged
elementbound merged 2 commits intofoxssake:mainfrom
jonstvns:fix-nested-properties
Jun 1, 2024
Merged

Fix nested properties not being applied#224
elementbound merged 2 commits intofoxssake:mainfrom
jonstvns:fix-nested-properties

Conversation

@jonstvns
Copy link
Copy Markdown
Contributor

@jonstvns jonstvns commented May 26, 2024

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 using node.set() instead of node.set_indexed()

Nested properties were read and serialized correctly, but on the receiving end, the data would fail to be applied to the synced node because the function `set_value()` in property-entry.gd was using `node.set()` instead of `node.set_indexed()`
@elementbound elementbound self-assigned this May 28, 2024
@elementbound
Copy link
Copy Markdown
Contributor

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.

@elementbound elementbound merged commit 72dfc24 into foxssake:main Jun 1, 2024
@elementbound
Copy link
Copy Markdown
Contributor

Nvm, realized I can also push changes 😄 Thanks again @jonstvns and welcome to the club of netfox contributors 😄

@jonstvns
Copy link
Copy Markdown
Contributor Author

jonstvns commented Jun 1, 2024

Ahh, sorry, I was traveling and forgot you asked me to bump the version number.

thanks for merging, @elementbound

@jonstvns jonstvns deleted the fix-nested-properties branch June 1, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants