Block a user
3d0d41d191
Merge branch 'main' into gpv3-fill-tool-potrace
f7672438bf
GPv3: Trace image operator
4742fa7f40
Refactor: Sculpt: Remove BMesh custom data offset from BVH tree
6155c72237
Refactor: Sculpt: Remove PBVH BMesh log pointer
459572b15f
UI: Custom Windows Cursors for VSE Handles
Lukas Tönne
deleted branch gpv3-trace-image-operator from LukasTonne/blender
2024-07-25 18:44:29 +02:00
GPv3: Trace image operator
e193121943
Separate file for clipboard code to make locking easier.
d2bcca680e
Fix asset shelf popup not closing when selecting asset with enter
3dfd9d84eb
Fix memory leak when using grease pencil clone brush
b1f747b19c
Curves: Add explanation of magic number in
calculate_point_handles
34067f43b5
Fix compiler errors on non-experimental builds
Lukas Tönne
created branch gpv3-clipboard-threadsafe in LukasTonne/blender
2024-07-25 18:08:41 +02:00
Lukas Tönne
deleted branch gpv3-fill-extension-fixes from LukasTonne/blender
2024-07-25 17:29:29 +02:00
GPv3: Fill Radius extend lines not working as expected
Fix #125229: Fill tool "radius mode" extension was not generating lines
Fix memory leak when using grease pencil clone brush
Discussed in person: This fixes the immediate issue, but doesn't yet make the clipboard fully thread-safe. It just locks the pointer, but after getting the curves by reference the content may be…