Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-interpolate-tool-refactor at LukasTonne/blender 2024-05-31 17:16:27 +02:00
53d4625575 Working towards a unified multi-curve interpolation function.
Lukas Tönne commented on pull request blender/blender#122155 2024-05-31 17:07:05 +02:00
GPv3: Interpolate Tool

I've been trying to unify the code for interpolation and resampling since they are very similar (2-curve interpolation is an extension of the resample code). This was requested by @HooglyBoogly to…

Lukas Tönne commented on issue blender/blender#122536 2024-05-31 11:16:20 +02:00
GPv3 Fill makes weird artefacts

This is a rendering bug: A stroke with just 2 points that is also cyclic will render these extra triangles on other strokes (which don't even have a "Fill" type material). It can be reproduced…

Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-31 11:09:03 +02:00
2b31a63d68 Merge branch 'main' into gpv3-interpolate-tool
dce293b62f Fix unreported: wrong serialization of Quaternion during bake
e771ea3d98 Fix use of uninitialized stack memory when registering a Macro
494686b29f Fix potential dangling reference errors
dc69abcb70 Fix #122503: GPv3: Always Initialize vertex_color_ when drawing
Compare 25 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-05-31 10:58:03 +02:00
5369617688 Merge branch 'main' into geometry-nodes-rb-component
dce293b62f Fix unreported: wrong serialization of Quaternion during bake
e771ea3d98 Fix use of uninitialized stack memory when registering a Macro
494686b29f Fix potential dangling reference errors
dc69abcb70 Fix #122503: GPv3: Always Initialize vertex_color_ when drawing
Compare 67 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-05-31 09:17:06 +02:00
d5f3573ff6 Single ImplicitSharingInfo for worlds and bodies, as they are connected.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-30 17:03:45 +02:00
6f5b68f679 Merge branch 'main' into gpv3-interpolate-tool
58f133675f GPv3: Draw Tool: Angle option
Compare 2 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-05-30 17:03:19 +02:00
b06baceefb Removed the click-selection feature from the interpolation tool.
abf408b521 Merge branch 'main' into gpv3-interpolate-tool
3a86fc971f GPv3: Fill tool: Don't generate outlines for holes
f9ea64b0ba Anim: Per bone wire width for custom shapes
53d076612a Tools: add a hash-length argument for the weekly reports generator
Compare 342 commits »
Lukas Tönne commented on pull request blender/blender#122499 2024-05-30 16:43:36 +02:00
Fix #122538: crash calling curves_copy_point_selection with empty selection

@mod_moder alright, i replaced it with a more targeted fix that should keep the attributes.

I found this bug when doing an inverse fill with the fill tool (ctrl + click on an open area). This…

Lukas Tönne pushed to fix-copy-point-selection-empty at LukasTonne/blender 2024-05-30 16:41:45 +02:00
c25cc4d5aa More targeted fix that keeps gathering attributes.
Lukas Tönne deleted branch gpv3-fill-only-outer-strokes from LukasTonne/blender 2024-05-30 16:25:41 +02:00
Lukas Tönne pushed to main at blender/blender 2024-05-30 16:25:40 +02:00
3a86fc971f GPv3: Fill tool: Don't generate outlines for holes
Lukas Tönne merged pull request blender/blender#122498 2024-05-30 16:25:39 +02:00
GPv3: Fill tool: Don't generate outlines for holes
Lukas Tönne pushed to gpv3-fill-only-outer-strokes at LukasTonne/blender 2024-05-30 16:20:33 +02:00
5033a20be5 Revert unrelated fix.
Lukas Tönne created pull request blender/blender#122499 2024-05-30 16:16:34 +02:00
Fix crash when calling curves_copy_point_selection with empty selection.
Lukas Tönne pushed to fix-copy-point-selection-empty at LukasTonne/blender 2024-05-30 16:16:01 +02:00
cb63a6fc44 Fix crash when calling curves_copy_point_selection with empty selection.
Lukas Tönne pushed to fix-copy-point-selection-empty at LukasTonne/blender 2024-05-30 16:14:21 +02:00
Lukas Tönne created branch fix-copy-point-selection-empty in LukasTonne/blender 2024-05-30 16:14:20 +02:00
Lukas Tönne created pull request blender/blender#122498 2024-05-30 16:12:55 +02:00
GPv3: Fill tool: Don't generate outlines for holes
Lukas Tönne pushed to gpv3-fill-only-outer-strokes at LukasTonne/blender 2024-05-30 16:11:56 +02:00
d1f58b3499 GPv3: Fill tool: Don't generate outlines for holes.