Fix #118334: Missing tags for GPv3 layers to update frames storage #118569

Merged
Lukas Tönne merged 2 commits from LukasTonne/blender:gp3-fix-layer-remove-crash into main 2024-02-21 16:01:02 +01:00

2 Commits

Author SHA1 Message Date
Lukas Tönne 9308a6597d Test and fix for invalid frames storage data after removing layers.
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-02-21 15:08:39 +01:00
Lukas Tönne 0381cc5808 Fix a memory leak in shrink_array when all elements are removed.
The drawings array should not be assumed to be a nullptr just because
the length is zero.
2024-02-21 14:10:39 +01:00