Block a user
Julian Eisel
deleted branch temp-asset-edit-cleanup from JulianEisel/blender
2024-06-20 18:43:33 +02:00
Improve Main member naming and comment
Improve Main member naming and comment
0609f63920
Improve Main member naming and comment
a432c0d60e
Fix broken active highlight for brushes in current file
93dfc277ae
Cleanup: Use const, no else after return
e845580570
Add 'B' shortcut for brush asset shelf popup to Industry Comatible keymap
534c3e8524
Spawn asset shelf popup with first asset under cursor
Julian Eisel
created branch temp-asset-edit-cleanup in JulianEisel/blender
2024-06-20 18:26:06 +02:00
Julian Eisel
deleted branch temp-brush-asset-fix-local-id-highlight from JulianEisel/blender
2024-06-20 17:27:15 +02:00
Fix broken active highlight for brushes in current file
Julian Eisel
pushed to temp-brush-asset-fix-local-id-highlight at JulianEisel/blender
2024-06-20 17:24:47 +02:00
9badece3cd
Move logic into assed editing API
Fix broken active highlight for brushes in current file
Seemed a bit odd to have this function be the only one that handles local IDs. But checking the implementations again, it seems they do in some ways.
Fix broken active highlight for brushes in current file
Julian Eisel
pushed to temp-brush-asset-fix-local-id-highlight at JulianEisel/blender
2024-06-20 16:45:49 +02:00
108c8586c6
Fix broken active highlight for brushes in current file
93dfc277ae
Cleanup: Use const, no else after return
e845580570
Add 'B' shortcut for brush asset shelf popup to Industry Comatible keymap
534c3e8524
Spawn asset shelf popup with first asset under cursor
1854a672a0
Merge branch 'main' into brush-assets-project
Julian Eisel
created branch temp-brush-asset-fix-local-id-highlight in JulianEisel/blender
2024-06-20 16:45:49 +02:00
GPv3: Industry Compatible keymap
The B
shourtcut for the brush asset shelf popup should also be added to all modes making use of brushes, see e845580570.
Brush Assets: Shortcut to call brush asset shelf popup?
Brush Assets: Shortcut to call brush asset shelf popup?
We'll go with Shift+Spacebar
for the default keymap, and B
for the Industry Compatible keymap now. Thanks everyone!