Block a user
aa24f0ee36
Merge branch 'blender-v4.3-release'
d9748470fa
Fix #125230: Issues when loading file with pinning gpencil brush material
Julian Eisel
deleted branch temp-fix-gpencil-brush-asset-pinned-material from JulianEisel/blender
2024-11-07 15:52:35 +01:00
GPv3: Open a new scene after pin a material to brush, break material UI selector
Fix #125230: Issues when loading file with pinning gpencil brush material
a482ffdf56
Merge branch 'blender-v4.3-release'
c182dadf9f
Fix (unreported) GPv3 Undo: memory-after-use.
0455dbcb4b
Fix #129900: GPv3: Invalid handling of unused drawings removal.
3a7b6c4f79
Fix #129622: Crash loading asset library with malformed asset index JSON
Asset shelf pop-up gets too big with large number of brush assets
The issue should be mitigated a bit now since the popup is wider, and better handles sizing within the window. Vertical scrolling could still be improved but that's a more complex change. How is…
Julian Eisel
deleted branch temp-fix-json-deserialize-exception from JulianEisel/blender
2024-11-07 15:40:20 +01:00
Blender 4.2 and newer crashes on open with malformed JSON in asset-library-indices
Fix #129622: Crash loading asset library with malformed asset index JSON
Fix #125230: Issues when loading file with pinning gpencil brush material
Somehow 96347ffd18 got lost when rebasing which contained a comment. Brought it back now (and improved further).
Julian Eisel
pushed to temp-fix-gpencil-brush-asset-pinned-material at JulianEisel/blender
2024-11-07 15:22:51 +01:00
5464f294d9
Cleanup: Comments, use ID_IS_LINKED() macro
Julian Eisel
pushed to temp-fix-gpencil-brush-asset-pinned-material at JulianEisel/blender
2024-11-07 15:14:17 +01:00
96347ffd18
Don't unpin linked materials, add comments
Assert when saving a file with deleted workspaces
OK, so am a bit lost in the worskpace/screen/layout thing, think this task is rather for the UI module to decide/work on first.
AFAICS, we have two options:
- Delete screens when…
Julian Eisel
deleted branch temp-fix-asset-shelf-double-click-shortcut from JulianEisel/blender
2024-11-07 12:57:52 +01:00
Asset Shelf : Custom operator no longer work in 4.3
Fix #129112: Asset shelf ignores double-click keymap item