Lukas Tönne LukasTonne
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-16 11:36:39 +02:00
77dd43c3e0 Implemented the "leak detection" filter from GPv2.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-16 10:52:14 +02:00
5582ba97f5 Merge branch 'main' into gp3-fill-tool
757da9dbc1 Cleanup: Remove redundant compositor arguments
2cf8b5c4e1 Compositor: Improve interactivity for GPU compositing
ad48827244 Fix duplicate gpencil_sculpt_tool property in PAINT_OT_brush_select
a7d1bd9735 cppcheck: use source relative paths in the summary
Compare 45 commits »
Lukas Tönne commented on pull request blender/blender#120687 2024-04-16 10:50:41 +02:00
Fix #120662: GP selection tool not working from toolbox

Yeah, i'm also wondering how this breaks in the first place. But keymaps are hit-and-miss for me, just change strings until things seem to work. There just doesn't seem to be a sensible way to…

Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-16 10:12:24 +02:00
4567e446d2 progress
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-15 19:55:09 +02:00
0b11212779 Flood fill algorithm for the fill tool with boundary strokes.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-15 17:41:41 +02:00
bf6913e99b Progress.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-15 15:43:32 +02:00
0aac88e12c Draw mouse dot in correct location.
Lukas Tönne commented on pull request blender/blender#120653 2024-04-15 11:52:36 +02:00
GPv3: Wrong object type

Thanks for the fix. The inconsistent identifiers are too easy to trip over :/

Lukas Tönne approved blender/blender#120653 2024-04-15 11:51:53 +02:00
GPv3: Wrong object type
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-15 10:51:45 +02:00
574c85f14b Fixed wrong alpha threshold.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-15 10:23:30 +02:00
c1c3f00117 Merge branch 'main' into gp3-fill-tool
411371aa54 Fix: Sanitize filename for collection export
1f44a74947 Fix inverted table wheel on wayland
1e6716a903 Fix inverted mouse wheel on wayland after recent changes
49bf7ebbdd Cleanup: use const args & variables, remove redundant checks
Compare 38 commits »
Lukas Tönne closed issue blender/blender#118960 2024-04-15 09:55:37 +02:00
GPv3: stroke radius does not scale with the object
Lukas Tönne commented on issue blender/blender#118960 2024-04-15 09:55:34 +02:00
GPv3: stroke radius does not scale with the object

Yes, seems to be working in the old renderer.

Lukas Tönne pushed to main at LukasTonne/blender 2024-04-15 09:45:55 +02:00
411371aa54 Fix: Sanitize filename for collection export
1f44a74947 Fix inverted table wheel on wayland
1e6716a903 Fix inverted mouse wheel on wayland after recent changes
49bf7ebbdd Cleanup: use const args & variables, remove redundant checks
740d1fbc4b Geometry Nodes: Log socket values for node tools
Compare 4740 commits »
Lukas Tönne pushed to main at LukasTonne/.profile 2024-04-15 09:44:35 +02:00
7aa2531451 update
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-15 09:19:59 +02:00
388f7f5af9 progress
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-13 19:34:02 +02:00
c43779b428 Fix for the boundary layer mask and bounds calculation.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-13 18:09:42 +02:00
248d3e7e5f Stroke drawing functions.
Lukas Tönne commented on pull request blender/blender#120508 2024-04-13 14:28:53 +02:00
GPv3: Implementation of sculpt mode tools