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

  • Joined on 2013-12-12
Julian Eisel pushed to asset-shelf at blender/blender 2023-05-05 16:34:30 +02:00
bcc6f368b3 Merge branch 'main' into asset-shelf
0ffde36fe7 Refactor: flatten light tree in recursive function
c796cbebef Metal: Add atomicExchange and mat3x4 support
9654b96ffa Refactor: pose_slide.c
878477f250 Fix broken UI view notifier listening
Compare 121 commits »
Julian Eisel pushed to temp-asset-shelf-grid-view at JulianEisel/blender 2023-05-05 16:34:06 +02:00
508eada719 Merge branch 'main' into temp-asset-shelf-grid-view
0ffde36fe7 Refactor: flatten light tree in recursive function
c796cbebef Metal: Add atomicExchange and mat3x4 support
9654b96ffa Refactor: pose_slide.c
878477f250 Fix broken UI view notifier listening
Compare 120 commits »
Julian Eisel commented on issue blender/blender#104686 2023-05-05 16:32:34 +02:00
Improve import method selection for assets

@user2 this is unrelated to this task, I think a community page like blenderartists.org can help you with this.

But basically, the catalog tree can be edited without opening a particular .blend…

Julian Eisel commented on pull request blender/blender#107427 2023-05-05 15:49:37 +02:00
Fix #107422: Mesh context menus do not open with the last used option

A few possibilities:

  1. Split the menu into multiple and set the bl_label for each. This would mean menus require a label to support memory.
  2. Use the idname of the menu type instead of the…
Julian Eisel pushed to main at blender/blender 2023-05-05 15:27:04 +02:00
878477f250 Fix broken UI view notifier listening
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-05 15:13:39 +02:00
331d685ef6 Fix new asset browser not updating as assets get loaded
Julian Eisel pushed to main at blender/blender 2023-05-05 12:17:08 +02:00
95fa4d73d6 Cleanup: Avoid nested conditional blocks in WM-jobs code
Julian Eisel pushed to main at blender/blender 2023-05-05 11:53:09 +02:00
8284bb1ff4 Fix potentially missing redraws when file browser loads recursively
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-04 18:24:04 +02:00
bed24caa13 Display "Select all" operators in Select pulldown menu
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-04 15:26:01 +02:00
bc893f8ad8 Merge branch 'main' into asset-browser-frontend-split
bf77d3436d Cleanup: Comment formatting for preview image enums definitions
5e91778d97 Merge branch 'main' into asset-browser-frontend-split
9d422f2fbc Cleanup: Avoid nesting (use early exit) in icon code
1049f11cc0 Fix #107566: Gesture face set respect hidden faces
Compare 27 commits »
Julian Eisel pushed to main at blender/blender 2023-05-04 15:23:39 +02:00
bf77d3436d Cleanup: Comment formatting for preview image enums definitions
Julian Eisel pushed to main at blender/blender 2023-05-04 15:05:54 +02:00
9d422f2fbc Cleanup: Avoid nesting (use early exit) in icon code
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-04 13:10:15 +02:00
ed2cffc0f7 Show asset type icon while preview is loaded or couldn't be found
06a5cd6e91 Fix double highlight of grid tiles
84383ff706 Fix broken metadata sidebar UI with no active asset
Compare 3 commits »
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-03 20:35:32 +02:00
8946ab70be Fixes for metadata UI: properties and preview display
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-03 19:56:06 +02:00
90fd5461c6 Remove horizontal scrollbar
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-03 19:47:06 +02:00
5cbb8b2245 Merge branch 'main' into asset-browser-frontend-split
367145209c Cleanup: Move attribute_math to proper blenkernel namespace
d9a7f1285f Cleanup: Rename field input classes to match UI names
7f040099e3 Cleanup: Deduplicate sampling at index in geometry nodes
09c1a93c21 Cleanup: Simplify CurvesGeometry deletion copying
Compare 17 commits »
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-03 18:11:47 +02:00
ca72626d50 Mouse selection support for views (except Shift to fill selection)
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-03 15:00:06 +02:00
74b7e40fbc Highlight active view item some more
c90dfcc52d Add selection state support & "Select All" operator
Compare 2 commits »
Julian Eisel pushed to asset-browser-frontend-split at blender/blender 2023-05-03 12:01:01 +02:00
8bc451f5c1 Cleanup: Remove unused argument
2ee9cb57fb Cleanup: Clang-format
488ae43825 Merge branch 'main' into asset-browser-frontend-split
bcedbdcf6f Cleanup: improve code-comments, naming, use defines, correct spelling
5f0a5c9b15 Cleanup: remove redundant path splitting in font loading
Compare 713 commits »
Julian Eisel commented on pull request blender/blender#104978 2023-05-03 11:33:21 +02:00
WIP: Rewrite asset browser as separate editor

Renamed the branch (asset-browser-grid-view -> asset-browser-frontend-split) so had to create a new PR: #107576