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

  • Joined on 2013-12-12
Julian Eisel closed issue blender/blender#105803 2023-03-16 15:28:27 +01:00
Regression: rendering takes long time to initialize
Julian Eisel pushed to main at blender/blender 2023-03-16 15:28:27 +01:00
cb20f2cbf9 Fix build error after previous merge
7317da80fe Merge branch 'blender-v3.5-release' (won't build, see followup)
55811b2919 Assets: Add function to query data-block library path from asset
4fba59c55d Fix #105803: Cycles slow light tree build when previewing shader nodes
Compare 4 commits »
Julian Eisel pushed to blender-v3.5-release at blender/blender 2023-03-16 15:25:58 +01:00
55811b2919 Assets: Add function to query data-block library path from asset
Julian Eisel deleted branch temp-bke-blend-file-utils from JulianEisel/blender 2023-03-16 15:21:28 +01:00
Julian Eisel closed pull request blender/blender#105825 2023-03-16 15:21:21 +01:00
Cleanup: Move blend file path utilities out of blenloader module
Julian Eisel commented on pull request blender/blender#105825 2023-03-16 15:21:20 +01:00
Cleanup: Move blend file path utilities out of blenloader module

Committed with 48814c25fd (and the suggested changes as followups).

Julian Eisel pushed to temp-asset-weak-reference at JulianEisel/blender 2023-03-16 15:10:06 +01:00
d1a9dbe2bb Merge branch 'main' into temp-asset-weak-reference
d1b8a827a6 Refactor: Avoid unsafe strcpy in library path utility function
b80f6c4017 Cleanup: Improve comment on library path utility function
48814c25fd Cleanup: Move blend file path utilities out of blenloader module
8bb411ad1a EEVEE Next: IrradianceCache surfels debug display
Compare 197 commits »
Julian Eisel pushed to main at blender/blender 2023-03-16 15:08:44 +01:00
d1b8a827a6 Refactor: Avoid unsafe strcpy in library path utility function
b80f6c4017 Cleanup: Improve comment on library path utility function
48814c25fd Cleanup: Move blend file path utilities out of blenloader module
Compare 3 commits »
Julian Eisel pushed to main at blender/blender 2023-03-16 12:49:25 +01:00
bb0ee9fdb4 Fix tiny file browser highlight offset on retina screens
Julian Eisel created pull request blender/blender#105825 2023-03-16 12:15:52 +01:00
Cleanup: Move blend file path utilities out of blenloader module
Julian Eisel pushed to temp-bke-blend-file-utils at JulianEisel/blender 2023-03-16 12:14:47 +01:00
cfbd3476b2 Cleanup: Move blend file path utilities out of blenloader module
72d64c35aa Cleanup: Basic C++ style for file_draw.cc
b9af4f6748 Cleanup: Remove unused headers in file_draw.cc
1bbb8b679f Cleanup: Move file_draw.c to C++
f6f2f4f264 Fix #105681: Sculpt trim generates smooth shaded faces
Compare 10 commits »
Julian Eisel created branch temp-bke-blend-file-utils in JulianEisel/blender 2023-03-16 12:14:47 +01:00
Julian Eisel commented on issue blender/blender#105808 2023-03-15 19:43:55 +01:00
Implement Asset Traits

@Harley wanted to look into implementing the basics for this.

Julian Eisel opened issue blender/blender#105808 2023-03-15 19:41:20 +01:00
Implement Asset Traits
Julian Eisel opened issue blender/blender#105807 2023-03-15 19:22:10 +01:00
Asset Types & Traits
Julian Eisel pushed to main at blender/blender 2023-03-15 17:40:13 +01:00
72d64c35aa Cleanup: Basic C++ style for file_draw.cc
b9af4f6748 Cleanup: Remove unused headers in file_draw.cc
1bbb8b679f Cleanup: Move file_draw.c to C++
Compare 3 commits »
Julian Eisel commented on pull request blender/blender#104693 2023-03-15 16:40:36 +01:00
Asset Browser/File Browser: Add display name tooltip to tile view

I think we should put a bit more effort into tooltips for assets. They could show more metadata, maybe even the full size preview. Not sure about showing the full library path for assets, it looks…

Julian Eisel deleted branch temp-file-browser-full-label-drag from JulianEisel/blender 2023-03-15 16:12:16 +01:00
Julian Eisel closed pull request blender/blender#104830 2023-03-15 16:11:57 +01:00
File Browser: Make full file name label draggable