Block a user
Julian Eisel
deleted branch temp-separate-asset-filelist-job-type from JulianEisel/blender
2024-06-11 18:31:58 +02:00
Regression: File browser shows all folders as empty if opened too soon
UI: Separate job type for asset library and file list loading
Refactor: WM: Suspend new jobs based on same job type, not callback
- I'd also rather handle the 'kill jobs' case as well then, and fully get rid of identifying a job by its start callback.
This isn't entirely trivial since:
WM_jobs_kill_type()
and…
525099824e
Improve API comment
18a88e3532
Merge branch 'main' into temp-jobs-suspend-by-type
81d5af15a6
Fix: Crash and or assert in mesh index buffer creation
e175259f44
Fix #73168: Stop particle draw code from crashing
1e237da1db
Fix #123076: Remove UI line for removed property
Refactor: Consistent WM jobs API; avoid function pointers as identifiers
No job of this type is created with the region as owner. This would only work because the function killed job with either the given owner or the type. So this is a non-functional change.
Julian Eisel
pushed to temp-refactor-jobs-stopkill-api at JulianEisel/blender
2024-06-11 17:31:03 +02:00
f972ea34ca
Fix 3D view render preview killing
Julian Eisel
pushed to temp-refactor-jobs-stopkill-api at JulianEisel/blender
2024-06-11 17:30:30 +02:00
c66c5b6ec0
Cleanup & add assert
Refactor: Consistent WM jobs API; avoid function pointers as identifiers
Previous code would actually stop jobs that were either owned by the editor or used the given start callback. This doesn't seem like the intention though, so changing that seems fine/good.
Refactor: Consistent WM jobs API; avoid function pointers as identifiers
Julian Eisel
created branch temp-refactor-jobs-stopkill-api in JulianEisel/blender
2024-06-11 16:39:09 +02:00
Julian Eisel
pushed to temp-refactor-jobs-stopkill-api at JulianEisel/blender
2024-06-11 16:39:09 +02:00
7fe7c8bd7f
Refactor: Consistent WM jobs API; avoid function pointers as identifiers
81d5af15a6
Fix: Crash and or assert in mesh index buffer creation
e175259f44
Fix #73168: Stop particle draw code from crashing
1e237da1db
Fix #123076: Remove UI line for removed property
fc7bcbe743
Tests: Update tests submodule hash for added sculpt test files
Julian Eisel
deleted branch temp-file-browser-draw-load-label from JulianEisel/blender
2024-06-11 00:54:48 +02:00
UI: Draw loading label in File Browser when list is empty but loading
UI: Draw loading label in File Browser when list is empty but loading
oooh nice one! This was already the case for the Asset Browser, right? Or would this also apply to it?
This would apply to both.