Block a user
4e32864786
Cleanup: Remove compilation warning.
5a20c63975
Fix #104534: Image editor doesn't refresh after render.render.
68d5784802
Fix #105395: Handle quoted paths better in the OBJ importer
f3c5fda899
Cleanup: Fix a few messages in the UI
1b815678aa
msgfmt: fix runtime requirements
1ee8da0246
Node Wrangler: apply autopep8 formatting
1c308ec742
Node Wrangler: refactor by splitting the script into several files
7b0bda8ed2
Merge branch 'blender-v3.5-release'
f592ca1059
Fix #104438 : Lazy mix connects wrong sockets
3674de160d
Fix #105395: Handle quoted paths better in the OBJ importer
049027d697
Cleanup: Fix a few messages in the UI
507c442289
Cleanup: UV: simplify types
96263368b5
Cleanup: Unused variables, missing includes in PLY IO
3c5a15db57
Cleanup: Small tweaks to new PLY code
e149018cd4
WM: Fix invalid memory access in wmTimer handling code.
a7633d6b57
Update submodule hashes for 2.93.15.
2888f351e5
Bump version char to release for 2.93.15.
df7977eaa2
Make update: Allow amd64 architecture
6af531d552
Make update: Add --architecture command line attribute
a7633d6b57
Update submodule hashes for 2.93.15.
2888f351e5
Bump version char to release for 2.93.15.
df7977eaa2
Make update: Allow amd64 architecture
6af531d552
Make update: Add --architecture command line attribute
b9a6c3c054
Make update: Add new style command line for Linux libraries
WM: Fix invalid memory access in wmTimer handling code. 2.93 version
Regression: Crash when user opens directory instead of file on USD import
Regression: Crash when user opens directory instead of file on USD import
This issue is fixed by d66672e17a.
I have created another report for the USD project, to not start import job with 'obviously' invalid input data (like invalid file path and such, #105404).
USD IO: Validate data in the operator, before starting background job.
wmTimer, wmJob and WM_report issue - can lead to crash