Block a user
WM: Fix invalid memory access in wmTimer handling code.
Fair point, done.
Would keep MEM_freeN(wt->customdata)
together with the actual timer freeing though, sounds safer to me?
Regression: Crash when user opens directory instead of file on USD import
NOTE: Even though the underlying issue leading to the crash is going to be fixed soon, think this kind of error (invalid path) should also be detected by the operator itself, instead of starting a…
WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne
deleted branch F-link-override-basics from mont29/blender
2023-03-02 17:22:56 +01:00
Add a basic support to BKE library linking code to generate liboverrides.
00ca7c5221
Fix #105109: Pick selection with multi object edit
422f3d0b0f
Fix #105278: IDProperty UI missing library overridable toggle
1d3a2fb5bb
Merge branch 'blender-v3.5-release'
422f3d0b0f
Fix #105278: IDProperty UI missing library overridable toggle
fa044c453f
Cleanup: Unused fields and API for tracks map
81b56f8bbc
Cleanup: Refactor BKE_nlatrack_add to multiple methods to handle adding a new NLA track to the track list. Insert before, after, head, and tail
12854fdfd6
Fix: Frame Channels fails when no keys in range
bb60ef93f6
Add a basic support to BKE library linking code to generate liboverrides.
f97542e5a2
Merge branch 'blender-v3.5-release'
9e5275791f
Fix #105343: id.make_local() doesn't work for overridden data.
4de2cf4136
Merge branch 'blender-v3.5-release'
2eeec49640
Fix #105339: grease pencil selection can toggle object selection
Fix/Refactor NLA Track library override
For context, systematically setting NLATRACK_OVERRIDELIBRARY_LOCAL
is done to avoid as much Editor code as possible to need to be aware that it's working on liboverride data. The idea is…