Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-exporter-fixes at LukasTonne/blender 2024-08-23 15:40:45 +02:00
ee55ffe992 Removed unnecessary include.
Lukas Tönne commented on issue blender/blender#126606 2024-08-23 15:38:33 +02:00
GPv3: SVG export corrupted

The SVG export is looking good for this file with the fix above.

PDF export, however, looks bad because of the materials used here: A number of materials have both Stroke and Fill color, but…

Lukas Tönne created pull request blender/blender#126691 2024-08-23 15:30:47 +02:00
Fix #126606: GPv3: Wrong projection and various other issues with exporters
Lukas Tönne pushed to gpv3-exporter-fixes at LukasTonne/blender 2024-08-23 15:00:11 +02:00
def55ec787 Fix for missing layers in PDF/SVG export, was early-exiting layer loop.
Lukas Tönne pushed to gpv3-exporter-fixes at LukasTonne/blender 2024-08-23 14:37:08 +02:00
eac363ea7b Remove flip feature from projection function, this is dones by exporters.
Lukas Tönne pushed to gpv3-exporter-fixes at LukasTonne/blender 2024-08-23 14:35:40 +02:00
498f5437e8 Merge branch 'main' into gpv3-exporter-fixes
e42b9a73be Fix: GPv3: Outline perimeter cap radius too small when points are not coplanar
6607d66274 Fix: EEVEE crash when baking light probes
901cfac08b Fix #126568: add dropped asset collection to active collection
c23bbadebf Refactor: I18N: Use C++ in msgfmt utils.
Compare 61 commits »
Lukas Tönne deleted branch gpv3-fix-outline-cap-radius from LukasTonne/blender 2024-08-23 14:24:58 +02:00
Lukas Tönne merged pull request blender/blender#126687 2024-08-23 14:24:56 +02:00
Fix: GPv3: Outline perimeter cap radius too small when points are not coplanar
Lukas Tönne pushed to main at blender/blender 2024-08-23 14:24:55 +02:00
e42b9a73be Fix: GPv3: Outline perimeter cap radius too small when points are not coplanar
Lukas Tönne commented on pull request blender/blender#126687 2024-08-23 14:08:44 +02:00
Fix: GPv3: Outline perimeter cap radius too small when points are not coplanar

For illustration purposes, here's what the error looks like: image

Lukas Tönne pushed to gpv3-exporter-fixes at LukasTonne/blender 2024-08-23 14:03:03 +02:00
Lukas Tönne created pull request blender/blender#126687 2024-08-23 13:59:30 +02:00
Fix: GPv3: Outline perimeter cap radius too small when points are not coplanar
Lukas Tönne pushed to gpv3-fix-outline-cap-radius at LukasTonne/blender 2024-08-23 13:54:58 +02:00
4833adaf9e Fix outline perimeter cap radii when points are not coplanar.
Lukas Tönne created branch gpv3-fix-outline-cap-radius in LukasTonne/blender 2024-08-23 13:54:58 +02:00
Lukas Tönne pushed to gpv3-exporter-fixes at LukasTonne/blender 2024-08-23 13:51:41 +02:00
3209d0a144 Fix outline perimeter cap radii when points are not coplanar.
72a7a0d913 Fix SVG/PDF exporter output.
Compare 2 commits »
Lukas Tönne created branch gpv3-exporter-fixes in LukasTonne/blender 2024-08-23 12:36:48 +02:00
Lukas Tönne pushed to gpv3-exporter-fixes at LukasTonne/blender 2024-08-23 12:36:48 +02:00
1b23a8983d Fix #120950: Graph Editor FCurve line rendering
22698fc34c Cleanup: Code style
e00b7c4ad4 Fix soft-delete hanging on *nix when the command was not found
6c82c039db Fix missing error check for fork() failing
7c3dcb114f Issue template: Use bug label for Python API reports
Compare 10 commits »
Lukas Tönne pushed to main at blender/blender 2024-08-23 11:35:34 +02:00
cda6f1721a Fix #126607: GPv3 SVG import has wrong object transform and missing gradient color
Lukas Tönne deleted branch gpv3-fix-svg-import from LukasTonne/blender 2024-08-23 11:35:33 +02:00
Lukas Tönne closed issue blender/blender#126607 2024-08-23 11:35:32 +02:00
GPv3: SVG import result is different of GPv2 import