Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-26 11:14:08 +02:00
fe9255e786 Fix spreadsheet drawing code, API has changed.
cac904127a Merge branch 'main' into geometry-nodes-rb-component
945f7f5e23 Fix: Grease Pencil not visible when using compositor
b73d8595bb Cleanup: add missing cursor entries for Wayland
09cb2be159 Fix #124444: Painting from python ignores certain brush features
Compare 232 commits »
Lukas Tönne created pull request blender/blender#125475 2024-07-26 10:42:28 +02:00
GPv3: Fill tool: Hide extension circles when adding lines
ca5403366b GPv3: Fill tool: Hide extension circles when adding lines.
945f7f5e23 Fix: Grease Pencil not visible when using compositor
b73d8595bb Cleanup: add missing cursor entries for Wayland
09cb2be159 Fix #124444: Painting from python ignores certain brush features
656fe6d3e4 Extensions: support "blocklist" in the remote repository
Compare 10 commits »
Lukas Tönne created branch gpv3-fill-tool-hide-extension-circles in LukasTonne/blender 2024-07-26 10:39:37 +02:00
Lukas Tönne pushed to main at blender/blender 2024-07-25 20:41:57 +02:00
71af44551e Fix build error when Potrace is disabled
Lukas Tönne reopened issue blender/blender#125229 2024-07-25 20:11:37 +02:00
GPv3: Fill Radius extend lines not working as expected
Lukas Tönne commented on issue blender/blender#125229 2024-07-25 20:11:33 +02:00
GPv3: Fill Radius extend lines not working as expected

Should be simple, will do that tomorrow. Thanks.

Lukas Tönne created pull request blender/blender#125444 2024-07-25 18:49:21 +02:00
WIP: GPv3: Fill tool implementation based on potrace
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 created branch gpv3-clipboard-threadsafe in LukasTonne/blender 2024-07-25 18:08:41 +02:00
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 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.