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

  • Joined on 2013-12-12
Julian Eisel created pull request blender/blender#126796 2024-08-26 18:42:39 +02:00
Refactor: Sculpt/Paint: Rename brush "tool" to brush "type"
Julian Eisel created branch temp-refactor-brush-tool-rename-brush-type in JulianEisel/blender 2024-08-26 18:41:45 +02:00
94b57fba47 Refactor: Sculpt/Paint: Rename brush "tool" to brush "type"
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-08-26 12:50:55 +02:00
c67a83e419 Merge branch 'main' into temp-brush-assets-gpencil-followups
b2d441a93a install_linux_packages.py: Remove SVN requirement.
a57fbe3861 Cleanup: Use const context in tool system API
81870ce418 Cleanup: Use const char* in declaring imb_exr_get_pass().
d9cfb9fea2 Fix #126573: Crash calling popups without a "window" set
Compare 38 commits »
Julian Eisel pushed to main at JulianEisel/.profile 2024-08-26 11:49:18 +02:00
61edf5e24e August 19 - 25
Julian Eisel pushed to main at blender/blender 2024-08-26 11:03:06 +02:00
a57fbe3861 Cleanup: Use const context in tool system API
Julian Eisel pushed to main at JulianEisel/.profile 2024-08-26 10:54:34 +02:00
fa1b67b9cd August 12 - 18
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-08-23 18:41:55 +02:00
c28c1b6061 Support file read & write for main brush storage
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-08-23 18:38:36 +02:00
855849f3ca Fix memory leak
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-08-23 18:31:01 +02:00
bd06f0e8dd Remember brush used by general "Brush" tool
Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-08-23 16:09:01 +02:00
14fd036315 Merge branch 'main' into temp-brush-assets-gpencil-followups
c0b725b2ff Cleanup: Paint: Use getter to get active brush
c4c4b842e7 Fix #126637: GPv3: Eraser size is the same size of Brush size
d48986eec9 Fix: Vulkan: EEVEE irradiance baking
Compare 4 commits »
Julian Eisel pushed to main at blender/blender 2024-08-23 16:06:20 +02:00
c0b725b2ff Cleanup: Paint: Use getter to get active brush
Julian Eisel closed pull request blender/blender#126030 2024-08-23 15:57:13 +02:00
WIP: #125449, but brings back tool slots design
Julian Eisel commented on pull request blender/blender#126030 2024-08-23 15:57:08 +02:00
WIP: #125449, but brings back tool slots design

Merged this into !125449 already, and did further improvements.

Julian Eisel pushed to temp-brush-assets-gpencil-followups at JulianEisel/blender 2024-08-23 14:57:06 +02:00
544faba9c2 Merge branch 'main' into temp-brush-assets-gpencil-followups
e42b9a73be Fix: GPv3: Outline perimeter cap radius too small when points are not coplanar
6607d66274 Fix: EEVEE crash when baking light probes
901cfac08b Fix #126568: add dropped asset collection to active collection
c23bbadebf Refactor: I18N: Use C++ in msgfmt utils.
Compare 488 commits »
Julian Eisel pushed to main at blender/blender 2024-08-22 14:56:08 +02:00
03ae57dd8b UI: Disable "Render Active Object" for previews of incompatible object types
Julian Eisel commented on pull request blender/blender#126646 2024-08-22 14:08:51 +02:00
Fix: Exception when opening new window

Actually, wait. #125905 also does this fix, think it's fair to let that go in since it was earlier.