Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-25 18:47:16 +02:00
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
Compare 34 commits »
Lukas Tönne deleted branch gpv3-trace-image-operator from LukasTonne/blender 2024-07-25 18:44:29 +02:00
Lukas Tönne pushed to main at blender/blender 2024-07-25 18:44:26 +02:00
f7672438bf GPv3: Trace image operator
Lukas Tönne merged pull request blender/blender#125328 2024-07-25 18:44:26 +02:00
GPv3: Trace image operator
Lukas Tönne commented on pull request blender/blender#125328 2024-07-25 18:11:46 +02:00
GPv3: Trace image operator
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-25 18:11:18 +02:00
94a79515f8 And another attempt to work around msvc, put constexpr inside lambda.
Lukas Tönne pushed to gpv3-clipboard-threadsafe at LukasTonne/blender 2024-07-25 18:08:41 +02:00
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
Compare 10 commits »
Lukas Tönne created branch gpv3-clipboard-threadsafe in LukasTonne/blender 2024-07-25 18:08:41 +02:00
Lukas Tönne commented on pull request blender/blender#125328 2024-07-25 17:38:12 +02:00
GPv3: Trace image operator
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-25 17:37:44 +02:00
c66c456379 Another attempt to avoid msvc bug, don't use lambdas with constexpr.
Lukas Tönne pushed to main at blender/blender 2024-07-25 17:29:29 +02:00
418c63f8db Fix #125229: Fill tool "radius mode" extension was not generating lines
Lukas Tönne deleted branch gpv3-fill-extension-fixes from LukasTonne/blender 2024-07-25 17:29:29 +02:00
Lukas Tönne closed issue blender/blender#125229 2024-07-25 17:29:26 +02:00
GPv3: Fill Radius extend lines not working as expected
Lukas Tönne merged pull request blender/blender#125420 2024-07-25 17:29:23 +02:00
Fix #125229: Fill tool "radius mode" extension was not generating lines
Lukas Tönne commented on pull request blender/blender#125428 2024-07-25 17:25:52 +02:00
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…

Lukas Tönne commented on pull request blender/blender#125328 2024-07-25 16:56:25 +02:00
GPv3: Trace image operator
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-25 16:56:10 +02:00
e187e4935e Try to work around windows compiler bug by making lambdas static.
Lukas Tönne pushed to gpv3-fill-extension-fixes at LukasTonne/blender 2024-07-25 16:34:41 +02:00
a8db8b0376 Add proper comments in inline TODOs.