Lukas Tönne LukasTonne
Lukas Tönne pushed to main at blender/blender 2024-05-28 17:14:41 +02:00
f3054f03cd GPv3: Dilate and erode functions for the fill tool
Lukas Tönne merged pull request blender/blender#122368 2024-05-28 17:14:40 +02:00
GPv3: Dilate and erode functions for the fill tool
Lukas Tönne commented on pull request blender/blender#122368 2024-05-28 17:11:45 +02:00
GPv3: Dilate and erode functions for the fill tool

Btw, the GPv2 implementation of contract (aka. erode) uses only the 4 direct neighbors, ignoring diagonals. Wikipedia at least uses the same 8-point stencil for both dilate and erode, so i guess…

Lukas Tönne pushed to gpv3-fill-dilate-erode at LukasTonne/blender 2024-05-28 17:01:36 +02:00
0eb9fdd7df Use the existing directions array for dilate/erode.
Lukas Tönne created pull request blender/blender#122383 2024-05-28 16:46:02 +02:00
GPv3: Fix fill tool boundary construction on thin pixel lines
Lukas Tönne created branch gpv3-fill-tool-fix-thin-boundary in LukasTonne/blender 2024-05-28 16:44:19 +02:00
Lukas Tönne pushed to gpv3-fill-tool-fix-thin-boundary at LukasTonne/blender 2024-05-28 16:44:19 +02:00
d1ae4b1d1a GPv3: Fix fill tool boundary construction on thin pixel lines.
Lukas Tönne commented on pull request blender/blender#122368 2024-05-28 12:57:39 +02:00
GPv3: Dilate and erode functions for the fill tool
Lukas Tönne created pull request blender/blender#122368 2024-05-28 12:57:18 +02:00
GPv3: Dilate and erode functions for the fill tool
Lukas Tönne pushed to gpv3-fill-dilate-erode at LukasTonne/blender 2024-05-28 12:55:44 +02:00
f67a670718 GPv3: Dilate and erode functions for the fill tool.
1080a94a3d Geometry Nodes: Value logging for Volume geometry and Grid sockets
0507dc8c2a Geometry Nodes: skip unused output of multi-function when evaluating on single values
f3af98db5c Fix #120858: Flip Quaternions didn't use keyingset for autokeying
c10de354ac Curves: add edit mode context menu
Compare 73 commits »
Lukas Tönne commented on pull request blender/blender#122324 2024-05-28 12:10:34 +02:00
GPv3: Dot stroke materials for fill tool
Lukas Tönne pushed to gpv3-fill-tool-dot-strokes at LukasTonne/blender 2024-05-28 12:10:12 +02:00
ff20bb5341 Merge branch 'main' into gpv3-fill-tool-dot-strokes
1080a94a3d Geometry Nodes: Value logging for Volume geometry and Grid sockets
0507dc8c2a Geometry Nodes: skip unused output of multi-function when evaluating on single values
f3af98db5c Fix #120858: Flip Quaternions didn't use keyingset for autokeying
c10de354ac Curves: add edit mode context menu
Compare 34 commits »
Lukas Tönne deleted branch volume-grid-value-log from LukasTonne/blender 2024-05-28 12:06:13 +02:00
Lukas Tönne merged pull request blender/blender#121622 2024-05-28 12:06:11 +02:00
Geometry Nodes: Value logging for Volume geometry and Grid sockets
Lukas Tönne pushed to main at blender/blender 2024-05-28 12:06:10 +02:00
1080a94a3d Geometry Nodes: Value logging for Volume geometry and Grid sockets
Lukas Tönne pushed to volume-grid-value-log at LukasTonne/blender 2024-05-28 11:13:29 +02:00
0c6453b0ea Fix build error.