Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exported packed arrays with default values reset with every script change #93894

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VictorKostinOfficial
Copy link
Contributor

Fixes #92690

The problem was that values[n].get_type() for PackedArray always returned the type "ARRAY" while E.type = "PackedArray..."

@VictorKostinOfficial VictorKostinOfficial requested a review from a team as a code owner July 3, 2024 11:37
@AThousandShips AThousandShips modified the milestones: 4.3, 4.4 Jul 3, 2024
@AThousandShips AThousandShips added cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release topic:editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exported packed arrays with default values reset with every script change
2 participants