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

  • Joined on 2013-12-12
Julian Eisel pushed to main at blender/blender 2023-04-05 16:58:27 +02:00
56640440f0 Fix crash loading pre 2.5 test file (Cycles test failure)
Julian Eisel pushed to temp-asset-shelf-grid-view at JulianEisel/blender 2023-04-05 16:25:41 +02:00
e813afe7c5 Show asset shelf regions by default as soon as poll succeeds
Julian Eisel pushed to asset-shelf at blender/blender 2023-04-05 16:16:27 +02:00
2e288dad63 Use new region poll to remove asset shelf based on context
8f74d10ee9 Merge branch 'main' into asset-shelf
8f0829f2a0 Cleanup: Remove accidentally committed TODO comment
ad031029cf Fix #106467: Crash when loading files with custom node groups
fa0f295b53 UI: Region polling support
Compare 68 commits »
Julian Eisel pushed to temp-asset-shelf-grid-view at JulianEisel/blender 2023-04-05 16:16:11 +02:00
657ae8ccab Merge branch 'asset-shelf' into temp-asset-shelf-grid-view
2e288dad63 Use new region poll to remove asset shelf based on context
8f74d10ee9 Merge branch 'main' into asset-shelf
8f0829f2a0 Cleanup: Remove accidentally committed TODO comment
ad031029cf Fix #106467: Crash when loading files with custom node groups
Compare 78 commits »
Julian Eisel pushed to temp-asset-shelf-grid-view at JulianEisel/blender 2023-04-05 16:15:58 +02:00
852becd76c Support and use custom page size for scrolling whole rows in asset shelf
Julian Eisel pushed to asset-shelf at JulianEisel/blender 2023-04-05 16:10:45 +02:00
2e288dad63 Use new region poll to remove asset shelf based on context
Julian Eisel pushed to asset-shelf at JulianEisel/blender 2023-04-05 15:55:48 +02:00
8f74d10ee9 Merge branch 'main' into asset-shelf
8f0829f2a0 Cleanup: Remove accidentally committed TODO comment
ad031029cf Fix #106467: Crash when loading files with custom node groups
fa0f295b53 UI: Region polling support
075d92184b Cleanup: correct comment, quiet warnings
Compare 1039 commits »
Julian Eisel pushed to main at blender/blender 2023-04-05 15:46:32 +02:00
8f0829f2a0 Cleanup: Remove accidentally committed TODO comment
Julian Eisel deleted branch temp-region-poll from JulianEisel/blender 2023-04-05 15:30:48 +02:00
Julian Eisel merged pull request blender/blender#105088 2023-04-05 15:30:46 +02:00
UI: Region polling support
Julian Eisel pushed to main at blender/blender 2023-04-05 15:30:46 +02:00
fa0f295b53 UI: Region polling support
Julian Eisel commented on pull request blender/blender#105088 2023-04-05 13:19:22 +02:00
UI: Region polling support

Doesn't seem like a real issue, for the majority of regions there is no poll function and so region_poll() early exists before any context access. But sure, easy enough of a change.

Julian Eisel pushed to temp-region-poll at JulianEisel/blender 2023-04-05 13:17:54 +02:00
73ec577c03 Remove unused context parameter
Julian Eisel pushed to temp-region-poll at JulianEisel/blender 2023-04-05 13:12:35 +02:00
38c14def4c From review: Avoid repetitive context queries in poll functions
444e0f82af Merge branch 'main' into temp-region-poll
075d92184b Cleanup: correct comment, quiet warnings
a76bf65c9d Cycles: Refactored GPU denoising code
9e9baa9085 Cycles: Upgrade to new Embree 4 while staying compatible with Embree 3
Compare 377 commits »
Julian Eisel commented on issue blender/blender#106543 2023-04-04 15:42:30 +02:00
Asset Browser Crash (fixed in 3.6 - relevant for backporting?)

No strong opinion, don't think it's a common crash to run into, and the "fix" is technically a behavior change. It doesn't seem to have caused other issues so far though, so I'm fine with backporting.

Julian Eisel commented on pull request blender/blender#106374 2023-04-04 15:31:22 +02:00
Fix #106246: Crash on deleting the multi-level hierarchy

Took me a while to understand what's going on and why this patch fixes it. The collection syncing just happens to be done in a foreach_id callback it seems (from the collection I guess). I think…

Julian Eisel pushed to temp-asset-shelf-grid-view at JulianEisel/blender 2023-04-03 15:56:11 +02:00
32c080f65a Support zooming in the asset shelf
Julian Eisel pushed to temp-asset-shelf-grid-view at JulianEisel/blender 2023-04-03 14:26:06 +02:00
6da90998e2 Snap asset shelf region to rows
Julian Eisel pushed to temp-asset-shelf-grid-view at JulianEisel/blender 2023-04-03 11:30:54 +02:00
d43fba6169 Merge branch 'main' into temp-asset-shelf-grid-view
b81472d20f Cleanup: remove useless comments
1205111fe9 Refactor: move #object_usable_as_light() from #LightManager class to #Object
4aed240b02 CMake: Disable Options Depending on OpenEXR Dependecies
8954df63ef Fix #106431: Resolve Metal workload dependency
Compare 53 commits »
Julian Eisel pushed to main at JulianEisel/devdocs 2023-03-31 19:02:50 +02:00
1df83cbb9a Fix github actions secrets token in wrong config file