Block a user
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
Julian Eisel
created branch temp-fix-gpencil-stroke-op-leak in JulianEisel/blender
2024-07-12 15:27:50 +02:00
Julian Eisel
deleted branch temp-brush-asset-context-menu-fixes from JulianEisel/blender
2024-07-12 10:02:33 +02:00
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
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
Julian Eisel
pushed to temp-gpencil-primitive-tools-brush-assets at 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
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.
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.
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…
Fix #124448: Tree View: Drag drop not working
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…
Asset dragging don`t work with custom asset shelf