Lukas Tönne LukasTonne
Lukas Tönne created branch gn-physics-world in LukasTonne/blender 2024-08-23 01:22:02 +02:00
Lukas Tönne created pull request blender/blender#126650 2024-08-22 14:46:34 +02:00
Fix #126607: GPv3 SVG import has wrong object transform and missing gradient color
Lukas Tönne pushed to gpv3-fix-svg-import at LukasTonne/blender 2024-08-22 14:40:21 +02:00
3392615ba2 Remove unused argument.
Lukas Tönne pushed to gpv3-fix-svg-import at LukasTonne/blender 2024-08-22 14:38:11 +02:00
74f15abc5b Fix initial rotation to match the x/z alignment in GPv2.
Lukas Tönne commented on issue blender/blender#126607 2024-08-22 14:21:55 +02:00
GPv3: SVG import result is different of GPv2 import

Using the average gradient color seems to work pretty well as an approximation. Can also output pink if that is preferable, but i think looks pretty good: <img width="968" alt="image" src="attachm…

Lukas Tönne pushed to gpv3-fix-svg-import at LukasTonne/blender 2024-08-22 14:19:32 +02:00
2e719e92df Better error handling in case of gradients in SVG import.
Lukas Tönne created branch gpv3-fix-svg-import in LukasTonne/blender 2024-08-22 14:17:11 +02:00
Lukas Tönne pushed to gpv3-fix-svg-import at LukasTonne/blender 2024-08-22 14:17:11 +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 commented on pull request blender/blender#126643 2024-08-22 13:50:53 +02:00
Fix #126605: GPv3: Crash exporting selected frames to PDF

Maybe I can try, do we use python or C test? :)

That would be great, no pressure though. I started a python test a little while ago, maybe that can be continued: https://projects.blender.org/

Lukas Tönne approved blender/blender#126643 2024-08-22 12:19:38 +02:00
Fix #126605: GPv3: Crash exporting selected frames to PDF

Thanks! looks good to me.

Lukas Tönne commented on issue blender/blender#126607 2024-08-22 11:37:03 +02:00
GPv3: SVG import result is different of GPv2 import

I'll also add a warning to the importer when there is a gradient, to let users know this is not fully supported.

Lukas Tönne commented on issue blender/blender#126607 2024-08-22 11:11:37 +02:00
GPv3: SVG import result is different of GPv2 import

The color part is actually wrong in GPv2: The black parts in question in this SVG (eyes) have a color gradient. This SVG feature is not supported by the importer, it does not have a good…

Lukas Tönne commented on pull request blender/blender#126442 2024-08-22 10:04:00 +02:00
GPv3: Apply Transform operator
Lukas Tönne commented on pull request blender/blender#126442 2024-08-22 10:03:10 +02:00
GPv3: Apply Transform operator

@casey-bianco-davis The layer transform wasn't quite correct yet, it needs the inverse (object-to-layer) since the center point is in object space. Hope you don't mind that i pushed to your branch.

Lukas Tönne pushed to GPv3-Apply-Transforms at casey-bianco-davis/blender 2024-08-22 10:01:30 +02:00
7c941a9c38 Merge branch 'main' into GPv3-Apply-Transforms
23cb4d73ae Use object-to-layer transform to get correct offset for origins.
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
Compare 42 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-22 09:02:37 +02:00
5776a9ec99 Use the Hinge2 constraint implementation from Bullet.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-21 14:40:38 +02:00
c2da6adfa3 Removed the center-of-mass attribute entirely.
ebf63444cf Use correct variables in test.
Compare 2 commits »
Lukas Tönne deleted branch gpv3-segment-selection from LukasTonne/blender 2024-08-21 13:35:59 +02:00
Lukas Tönne merged pull request blender/blender#126027 2024-08-21 13:35:49 +02:00
GPv3: Segment selection support