Block a user
Fix OSX implementation of `BLI_current_working_dir` and improve tests.
Fix OSX implementation of
BLI_current_working_dir
and improve tests.
14b248aac0
Cleanup: fix a few issues in UI messages
afed066115
glTF exporter: typo in morph tangent export
fb63e484b9
Fix #103398: Fix Icon sampler initialization in Metal backend.
f9bcd8c7e8
Fix #104992: Crash on calling operation search in outliner
01d4c8462d
Fix #104006 Sculpt box/lasso trim projection errors
a843a9c9bb
Sculpt: Add trim orientation to sculpt box trim UI
c517e4a501
Fix #104803: Fix broken deprecated vertex color RNA APIs
86ceb6722f
Cleanup: format
52ded6ab56
GPUTexture: Make sure all available texture format are supported
5b2b114a2a
Fix #105198: Ensure Frame and Reroute nodes are searchable
7eef746270
Merge branch 'blender-v3.5-release'
f9bcd8c7e8
Fix #104992: Crash on calling operation search in outliner
Regression: Crash when user opens directory instead of file on USD import
Looking at existing code, a lot of other jobs are using the same callings to WM_report
in their code... Wonder how such an issue has remained unknown for so long :
Regression: Crash when user opens directory instead of file on USD import
(I will update the documentation regarding usage of WM_report
API)
Regression: Crash when user opens directory instead of file on USD import
This issue is already fairly bad, but it also raises another one: the whole WM_report
API is called from the non-main worker thread, when it's absolutely not threadsafe at all.
In general,…
Regression: Crash when user opens directory instead of file on USD import
Moving to Core module, since this seems to be an issue with the WM Jobs handling itself.
b710098e54
Merge branch 'main' into usdz_export_fixes
12cc3ccd72
Merge branch 'blender-v3.5-release'
f30c395a7c
Fix make_update switching branches with multiple upstreams
be94fefeb1
Merge branch 'blender-v3.5-release'
2c5434c3f5
Fix: crash in Spline Parameter node with single-point-curves
12cc3ccd72
Merge branch 'blender-v3.5-release'
f30c395a7c
Fix make_update switching branches with multiple upstreams
be94fefeb1
Merge branch 'blender-v3.5-release'
2c5434c3f5
Fix: crash in Spline Parameter node with single-point-curves
45bbee340e
Cleanup: Draw Manager: Update outdated comment