Lukas Tönne LukasTonne
Lukas Tönne created pull request blender/blender#120774 2024-04-18 10:06:59 +02:00
Fix #117422: Move undefined type removal behind after-linking-versioning
Lukas Tönne pushed to fix-node-removal-before-linking at LukasTonne/blender 2024-04-18 10:03:50 +02:00
6820bfe3fb Fix #117422: Move undefined type removal behind after-linking-versioning
ce642e790a Bump version cycle to 3.3.18 release
1d5ef2d1c6 Fix #120007: Crash rendering when using OptiX and Grease Pencil on recent drivers
0c34e529c5 Fix #110751: Crash baking grease pencil line art
c32f7ea887 Fix #119275: Update Sidebar Values with Voxel Size Changes
Compare 10 commits »
Lukas Tönne created branch fix-node-removal-before-linking in LukasTonne/blender 2024-04-18 10:03:49 +02:00
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-18 09:32:43 +02:00
00fbf68287 Attempt to store more flags per color.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 16:33:58 +02:00
8181b42d1f Accept border pixels when inverting the image.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 16:14:44 +02:00
43bba95093 Added a border mode to control if filling to the border is allowed.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 15:26:43 +02:00
186a03515e Removed unused stroke construction code.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 15:18:02 +02:00
57fbf76935 Handle invert flag.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 14:36:16 +02:00
ff85a9bc76 Removed reports list parameter.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 12:53:45 +02:00
aad574c9c7 API documentation.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 12:32:13 +02:00
36c00f95b7 Remove context from API for fill functions.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 12:19:58 +02:00
ee6a548e8a Better API separation between operator-specific code and generic fill.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 11:21:01 +02:00
5e0ddc5a24 Use same curves index mask for bounds calculation as for drawing.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 10:33:26 +02:00
996d7a4c54 use tag_topology_changed to ensure general update after join_geometries.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-17 10:01:50 +02:00
efc6a9cde0 Generate curves output from boundary path.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-16 21:02:29 +02:00
07a90c5616 Generate curves geometry.
Lukas Tönne pushed to gp3-fill-tool at LukasTonne/blender 2024-04-16 17:17:46 +02:00
641c4ebabe progress on boundary search.
Lukas Tönne commented on issue blender/blender#114069 2024-04-16 12:07:05 +02:00
GPv3: Port Bucket Fill operator

Implementation PR (WIP): #120693

Lukas Tönne created pull request blender/blender#120693 2024-04-16 12:05:08 +02:00
WIP: GPv3: Fill tool