Block a user
Julian Eisel
pushed to temp-asset-shelf-search-highligh-on-type at JulianEisel/blender
2024-06-27 19:09:32 +02:00
0d5e2685dc
Remove unnecessary const change
WIP: Highlight first brush on type to search, activate with enter
Julian Eisel
pushed to temp-asset-shelf-search-highligh-on-type at JulianEisel/blender
2024-06-27 19:05:01 +02:00
cf5628681f
Clear search highlight on mouse move
Julian Eisel
pushed to temp-asset-shelf-search-highligh-on-type at JulianEisel/blender
2024-06-27 18:48:38 +02:00
b3630a9b4a
Get activation on enter to work (a bit hacky still)
Julian Eisel
pushed to temp-asset-shelf-search-highligh-on-type at JulianEisel/blender
2024-06-27 18:28:49 +02:00
be7fcfe223
Highlight first item when typing and make sure its in view
Julian Eisel
pushed to temp-asset-shelf-search-highligh-on-type at JulianEisel/blender
2024-06-27 16:31:29 +02:00
badb570f27
Merge branch 'brush-assets-project' into temp-asset-shelf-search-highligh-on-type
997519eae6
Fix small delay in activating asset shelf popover search from button
2af0c90b46
Remove old brush icons from RNA, fixes errors on display
4f864233db
Merge branch 'main' into brush-assets-project
cb9060ede6
Merge branch 'blender-v4.2-release'
Remove all old brush icons, fixes error when shown in menu
Remove all old brush icons, fixes error when shown in menu
Will commit the RNA part to the branch then, and prepare the complete icon removal separately. I see the buildbots are also unhappy (at least on a clean build), so need to investigate.
Didn't…
Remove all old brush icons, fixes error when shown in menu
I think I will indeed only include the changes to remove the icons from RNA for the initial brush assets commit, then remove everything else for them in followups.
I'd just like to get the…
Julian Eisel
pushed to temp-brush-tool-icon-remove at JulianEisel/blender
2024-06-27 15:32:16 +02:00
0fd4218e37
Forgot these
Julian Eisel
pushed to temp-brush-tool-icon-remove at JulianEisel/blender
2024-06-27 15:31:04 +02:00
20ea5d993a
Also remove icon source files
Remove old brush tool icons, fixes error when shown in menu
Julian Eisel
created branch temp-brush-tool-icon-remove in JulianEisel/blender
2024-06-27 15:17:42 +02:00
Julian Eisel
pushed to temp-brush-tool-icon-remove at JulianEisel/blender
2024-06-27 15:17:42 +02:00
9f7efb7120
Remove old brush tool icons, fixes error when shown in menu
4f864233db
Merge branch 'main' into brush-assets-project
cb9060ede6
Merge branch 'blender-v4.2-release'
2dc4bd3cdf
Fix: PSD images are read wrong
6aa6aee2d5
Reapply "Fix (unreported) Assets: MEM_new/MEM_freeN mismatch usages."
4f864233db
Merge branch 'main' into brush-assets-project
cb9060ede6
Merge branch 'blender-v4.2-release'
2dc4bd3cdf
Fix: PSD images are read wrong
6aa6aee2d5
Reapply "Fix (unreported) Assets: MEM_new/MEM_freeN mismatch usages."
c6e452d865
UI: Extensions: Add a separator between Install and the "⌄" button
Fix #122961: Get out of 3D local views when they get empty.
I wonder if it's not possible to always call ED_localview_exit_if_empty()
before drawing, i.e. as part of view3d_main_region_draw()
. Seems like this would be simpler, and not an issue performance wise.
Fix #122961: Get out of 3D local views when they get empty.
I struggle with the semantics of "Empty dirty", it's unnecessarily indirect. Would suggest V3D_RUNTIME_LOCAL_MAYBE_EMPTY
.