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

  • Joined on 2013-12-12
Julian Eisel pushed to temp-fix-gpencil-stroke-op-leak at JulianEisel/blender 2024-07-12 15:27:50 +02:00
b526d2106b Fix: Memory leak when finishing grease pencil stroke
00a640a482 Cleanup: Remove unnecessary break statements
d953f6b6f7 Vulkan: Reset command buffer
05e7a2f1b2 Fix: Make undo step after renaming socket
052d011c5e Fix: group input node socket with gizmo does not show label
Compare 10 commits »
Julian Eisel created branch temp-fix-gpencil-stroke-op-leak in JulianEisel/blender 2024-07-12 15:27:50 +02:00
Julian Eisel pushed to main at blender/blender 2024-07-12 11:19:00 +02:00
fdf10495d0 Cleanup: Fix missing declaration warning
Julian Eisel deleted branch temp-brush-asset-context-menu-fixes from JulianEisel/blender 2024-07-12 10:02:33 +02:00
Julian Eisel merged pull request blender/blender#124466 2024-07-12 10:02:31 +02:00
Fix issues with asset shelf context menu operators
Julian Eisel pushed to main at blender/blender 2024-07-12 10:02:30 +02:00
99fe6785d0 Fix issues with asset shelf context menu operators
Julian Eisel pushed to temp-brush-asset-context-menu-fixes at JulianEisel/blender 2024-07-12 10:01:22 +02:00
31bdb8c721 Cleanup: Add comment
Julian Eisel pushed to temp-brush-asset-context-menu-fixes at JulianEisel/blender 2024-07-12 09:44:45 +02:00
a38c39a175 Fix issues with asset shelf context menu operators
607ad28604 Merge branch 'blender-v4.2-release'
3358f427dd Fix #124457: Error enabling installed extension after failure to load
6282f62449 VSE: Pass scrubbing and playing state in SeqRenderData
70d6926ab9 Cleanup: Restructure and rename relax_face_sets.cc
Compare 104 commits »
Julian Eisel created pull request blender/blender#124551 2024-07-11 20:52:11 +02:00
Grease Pencil: Support brush assets for primitive tools
Julian Eisel created branch temp-gpencil-primitive-tools-brush-assets in JulianEisel/blender 2024-07-11 20:48:49 +02:00
8050612a63 Grease Pencil: Support brush assets for primitive tools
70dc26cbef Fix: Empty tool settings with primitive tools in grease pencil draw mode
901f5495cb VSE: Fix strip icon drawing
942cefdf91 Fix: Applying poses in asset shelf broken after own earlier fix
6107175edb Cleanup: make format
Compare 10 commits »
Julian Eisel pushed to main at blender/blender 2024-07-11 19:28:37 +02:00
70dc26cbef Fix: Empty tool settings with primitive tools in grease pencil draw mode
Julian Eisel commented on pull request blender/blender#124529 2024-07-11 19:18:49 +02:00
Fix #124448: Tree View: Drag drop not working

My earlier solution broke the pose library, so had to revert that and use yet another alternative fix: 942cefdf91. This does seem like the right way to handle this case.

Julian Eisel pushed to main at blender/blender 2024-07-11 19:17:11 +02:00
942cefdf91 Fix: Applying poses in asset shelf broken after own earlier fix
Julian Eisel commented on pull request blender/blender#124466 2024-07-11 19:02:30 +02:00
Fix issues with asset shelf context menu operators

BTW, I was thinking about instead delaying the context menu building through an after-function as well. But this wouldn't work either, since the button's operator data would still be cleared before.

Julian Eisel commented on pull request blender/blender#124466 2024-07-11 18:57:50 +02:00
Fix issues with asset shelf context menu operators

Re: Concerns with view item handling

Generally special handling for the view system is unavoidable with our current interface handlers system. Just like there's plenty of special handling…

Julian Eisel closed pull request blender/blender#124529 2024-07-11 16:20:25 +02:00
Fix #124448: Tree View: Drag drop not working
Julian Eisel commented on pull request blender/blender#124529 2024-07-11 16:20:21 +02:00
Fix #124448: Tree View: Drag drop not working

While this fixed the symptom, it didn't really address the root cause.

Committed an alternative, d6e9438e60, which also fixed #115549. But this was still helpful, since you saved me the time…

Julian Eisel closed issue blender/blender#115549 2024-07-11 16:17:24 +02:00
Asset dragging don`t work with custom asset shelf
Julian Eisel commented on issue blender/blender#115549 2024-07-11 16:17:17 +02:00
Asset dragging don`t work with custom asset shelf

Fixed with d6e9438e60.