Block a user
Fix (unreported) MEM_new/MEM_freeN mismatch usages.
It's more about making things easier for the reader by using existing concepts. When I read
std::move
I know what to expect. Withmove_into_unique_pointer
I'm questioning things like "why is…
Julian Eisel
pushed to temp-asset-shelf-search-highligh-on-type at JulianEisel/blender
2024-06-25 11:37:47 +02:00
84e8ab161a
Merge branch 'brush-assets-project' into temp-asset-shelf-search-highligh-on-type
4ed140a4db
Merge branch 'main' into brush-assets-project
f4c1f42cd2
Merge branch 'blender-v4.2-release'
6a4a56f067
Merge branch 'blender-v4.2-release'
2da9e89523
Merge branch 'blender-v4.2-release'
4ed140a4db
Merge branch 'main' into brush-assets-project
f4c1f42cd2
Merge branch 'blender-v4.2-release'
6a4a56f067
Merge branch 'blender-v4.2-release'
2da9e89523
Merge branch 'blender-v4.2-release'
b038442b32
Merge branch 'blender-v4.2-release'
Fix (unreported) MEM_new/MEM_freeN mismatch usages.
I'm fine either way. Moving asset metadata doesn't seem like something we'd have to do usually, this is quite an exception. I like that it's a bit more explicit, less easy to miss.
Then again,…
Files don't appear in File Browser while Asset Browser loads assets
Files don't appear in File Browser while Asset Browser loads assets
This was addressed with e02e78d840.
UI: Render SVG Files for UI Icons
I found a good compromise solution for this. I did run an SVG cleaner to make them as small as possible. But I just put back the bare minimum xml for Inkscape to show a different page color and…
Julian Eisel
created branch temp-asset-shelf-search-highligh-on-type in JulianEisel/blender
2024-06-21 21:29:47 +02:00
Julian Eisel
pushed to temp-asset-shelf-search-highligh-on-type at JulianEisel/blender
2024-06-21 21:29:47 +02:00
58dff29a2e
Refactor view filtering for more control on filter process
cbbbd3b565
Merge branch 'main' into brush-assets-project
1c322889fd
Refactor: Consistent WM jobs API; avoid function pointers as identifiers
6887dea786
Refactor: WM: Suspend new jobs based on same job type, not callback
dbd04310c7
Vulkan: Fix incorrect layout transition
cbbbd3b565
Merge branch 'main' into brush-assets-project
1c322889fd
Refactor: Consistent WM jobs API; avoid function pointers as identifiers
6887dea786
Refactor: WM: Suspend new jobs based on same job type, not callback
dbd04310c7
Vulkan: Fix incorrect layout transition
bcc42a72aa
Merge branch 'blender-v4.2-release'
UI: Render SVG Files for UI Icons
The way I see it there are a few followup cleanups to do:
- Remove
blender_icons.svg
- Remove
blender_icons16
&blender_icons32
folders - Remove
blender_icons_update.py
(and it's uses…
Julian Eisel
deleted branch temp-refactor-jobs-stopkill-api from JulianEisel/blender
2024-06-21 13:34:35 +02:00
Refactor: Consistent WM jobs API; avoid function pointers as identifiers
Julian Eisel
deleted branch temp-jobs-suspend-by-type from JulianEisel/blender
2024-06-21 13:27:43 +02:00
Refactor: WM: Suspend new jobs based on same job type, not callback