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

  • Joined on 2013-12-12
Julian Eisel commented on pull request blender/blender#123693 2024-06-25 13:15:54 +02:00
Fix (unreported) MEM_new/MEM_freeN mismatch usages.

It's more about making things easier for the reader by using existing concepts. When I read std::move I know what to expect. With move_into_unique_pointer I'm questioning things like "why is…

84e8ab161a Merge branch 'brush-assets-project' into temp-asset-shelf-search-highligh-on-type
4ed140a4db Merge branch 'main' into brush-assets-project
f4c1f42cd2 Merge branch 'blender-v4.2-release'
6a4a56f067 Merge branch 'blender-v4.2-release'
2da9e89523 Merge branch 'blender-v4.2-release'
Compare 153 commits »
Julian Eisel pushed to brush-assets-project at blender/blender 2024-06-25 11:37:16 +02:00
4ed140a4db Merge branch 'main' into brush-assets-project
f4c1f42cd2 Merge branch 'blender-v4.2-release'
6a4a56f067 Merge branch 'blender-v4.2-release'
2da9e89523 Merge branch 'blender-v4.2-release'
b038442b32 Merge branch 'blender-v4.2-release'
Compare 152 commits »
Julian Eisel commented on pull request blender/blender#123693 2024-06-24 21:45:38 +02:00
Fix (unreported) MEM_new/MEM_freeN mismatch usages.

I'm fine either way. Moving asset metadata doesn't seem like something we'd have to do usually, this is quite an exception. I like that it's a bit more explicit, less easy to miss.

Then again,…

Julian Eisel closed issue blender/blender#89783 2024-06-24 15:10:10 +02:00
Files don't appear in File Browser while Asset Browser loads assets
Julian Eisel commented on issue blender/blender#89783 2024-06-24 15:10:06 +02:00
Files don't appear in File Browser while Asset Browser loads assets

This was addressed with e02e78d840.

Julian Eisel pushed to main at JulianEisel/.profile 2024-06-24 10:51:46 +02:00
fcd36e1e6b June 17 - 23
Julian Eisel commented on pull request blender/blender#121718 2024-06-21 21:37:35 +02:00
UI: Render SVG Files for UI Icons

I found a good compromise solution for this. I did run an SVG cleaner to make them as small as possible. But I just put back the bare minimum xml for Inkscape to show a different page color and…

Julian Eisel created branch temp-asset-shelf-search-highligh-on-type in JulianEisel/blender 2024-06-21 21:29:47 +02:00
58dff29a2e Refactor view filtering for more control on filter process
cbbbd3b565 Merge branch 'main' into brush-assets-project
1c322889fd Refactor: Consistent WM jobs API; avoid function pointers as identifiers
6887dea786 Refactor: WM: Suspend new jobs based on same job type, not callback
dbd04310c7 Vulkan: Fix incorrect layout transition
Compare 10 commits »
Julian Eisel pushed to brush-assets-project at blender/blender 2024-06-21 14:46:45 +02:00
cbbbd3b565 Merge branch 'main' into brush-assets-project
1c322889fd Refactor: Consistent WM jobs API; avoid function pointers as identifiers
6887dea786 Refactor: WM: Suspend new jobs based on same job type, not callback
dbd04310c7 Vulkan: Fix incorrect layout transition
bcc42a72aa Merge branch 'blender-v4.2-release'
Compare 166 commits »
Julian Eisel approved blender/blender#121718 2024-06-21 14:26:09 +02:00
UI: Render SVG Files for UI Icons

Big improvement in many aspects, don't really see any cons ;)

Julian Eisel commented on pull request blender/blender#121718 2024-06-21 14:19:58 +02:00
UI: Render SVG Files for UI Icons

The way I see it there are a few followup cleanups to do:

  • Remove blender_icons.svg
  • Remove blender_icons16 & blender_icons32 folders
  • Remove blender_icons_update.py (and it's uses…
Julian Eisel deleted branch temp-refactor-jobs-stopkill-api from JulianEisel/blender 2024-06-21 13:34:35 +02:00
Julian Eisel merged pull request blender/blender#123086 2024-06-21 13:34:32 +02:00
Refactor: Consistent WM jobs API; avoid function pointers as identifiers
Julian Eisel pushed to main at blender/blender 2024-06-21 13:34:32 +02:00
1c322889fd Refactor: Consistent WM jobs API; avoid function pointers as identifiers
Julian Eisel deleted branch temp-jobs-suspend-by-type from JulianEisel/blender 2024-06-21 13:27:43 +02:00
Julian Eisel pushed to main at blender/blender 2024-06-21 13:27:40 +02:00
6887dea786 Refactor: WM: Suspend new jobs based on same job type, not callback
Julian Eisel merged pull request blender/blender#123033 2024-06-21 13:27:39 +02:00
Refactor: WM: Suspend new jobs based on same job type, not callback