Julian Eisel JulianEisel
  • Amsterdam
  • Asset system (development lead), UI (developer & module coordindator), VR (initial development).

  • Joined on 2013-12-12
Julian Eisel pushed to temp-jobs-suspend-by-type at JulianEisel/blender 2024-06-21 13:27:09 +02:00
370daaa7ec Cleanup: Clang-format
Julian Eisel deleted branch temp-asset-edit-cleanup from JulianEisel/blender 2024-06-20 18:43:33 +02:00
Julian Eisel merged pull request blender/blender#123501 2024-06-20 18:43:24 +02:00
Improve Main member naming and comment
Julian Eisel pushed to brush-assets-project at blender/blender 2024-06-20 18:43:24 +02:00
0ec291d23e Improve Main member naming and comment
Julian Eisel created pull request blender/blender#123501 2024-06-20 18:27:07 +02:00
Improve Main member naming and comment
Julian Eisel pushed to temp-asset-edit-cleanup at JulianEisel/blender 2024-06-20 18:26:06 +02:00
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
Compare 10 commits »
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
Julian Eisel pushed to brush-assets-project at blender/blender 2024-06-20 17:27:12 +02:00
a432c0d60e Fix broken active highlight for brushes in current file
Julian Eisel merged pull request blender/blender#123492 2024-06-20 17:27:11 +02:00
Fix broken active highlight for brushes in current file
9badece3cd Move logic into assed editing API
Julian Eisel commented on pull request blender/blender#123492 2024-06-20 17:14:45 +02:00
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.

Julian Eisel created pull request blender/blender#123492 2024-06-20 16:46:25 +02:00
Fix broken active highlight for brushes in current file
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
Compare 10 commits »
Julian Eisel created branch temp-brush-asset-fix-local-id-highlight in JulianEisel/blender 2024-06-20 16:45:49 +02:00
Julian Eisel pushed to brush-assets-project at blender/blender 2024-06-20 16:23:30 +02:00
93dfc277ae Cleanup: Use const, no else after return
Julian Eisel commented on issue blender/blender#123437 2024-06-19 16:48:22 +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.

Julian Eisel pushed to brush-assets-project at blender/blender 2024-06-19 16:36:11 +02:00
e845580570 Add 'B' shortcut for brush asset shelf popup to Industry Comatible keymap
Julian Eisel closed issue blender/blender#122114 2024-06-19 16:35:34 +02:00
Brush Assets: Shortcut to call brush asset shelf popup?
Julian Eisel commented on issue blender/blender#122114 2024-06-19 16:35:30 +02:00
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!