Block a user
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.
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…
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…
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
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
6f5b68f679
Merge branch 'main' into gpv3-interpolate-tool
58f133675f
GPv3: Draw Tool: Angle option
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
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
GPv3: Fill tool: Don't generate outlines for holes
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
GPv3: Fill tool: Don't generate outlines for holes