Lukas Tönne LukasTonne
Lukas Tönne pushed to main at blender/blender 2024-03-05 11:57:49 +01:00
01f794a7d5 GPv3: Fix outline modifier edge cases
Lukas Tönne merged pull request blender/blender#119084 2024-03-05 11:57:48 +01:00
GPv3: Fix outline modifier edge cases
Lukas Tönne created pull request blender/blender#119084 2024-03-05 11:55:08 +01:00
GPv3: Fix outline modifier edge cases
Lukas Tönne pushed to fix-gp3-outline-keep-shape at LukasTonne/blender 2024-03-05 11:50:39 +01:00
9ecfe86827 Fix skipped points when the stroke is very thick.
Lukas Tönne pushed to fix-gp3-outline-keep-shape at LukasTonne/blender 2024-03-05 11:28:31 +01:00
0179db6d09 Clamp radius offset to avoid insetting beyond the center line.
3f43f83b8a GPv3: Fix jittery miter points by the outline modifier
d6b1d00a0f Cleanup: Use enums instead of numbers for Glare node
db4ef876c6 Merge branch 'blender-v4.1-release'
521e6e4467 I18N: Updated UI translations from git/weblate repo (55428c73054459).
Compare 10 commits »
Lukas Tönne created branch fix-gp3-outline-keep-shape in LukasTonne/blender 2024-03-05 11:28:31 +01:00
Lukas Tönne deleted branch fix-gp3-outline-jitter from LukasTonne/blender 2024-03-05 11:08:00 +01:00
Lukas Tönne pushed to main at blender/blender 2024-03-05 11:07:57 +01:00
3f43f83b8a GPv3: Fix jittery miter points by the outline modifier
Lukas Tönne merged pull request blender/blender#119067 2024-03-05 11:07:56 +01:00
GPv3: Fix jittery miter points by the outline modifier
Lukas Tönne created pull request blender/blender#119067 2024-03-04 22:56:50 +01:00
GPv3: Fix jittery miter points by the outline modifier
Lukas Tönne pushed to fix-gp3-outline-jitter at LukasTonne/blender 2024-03-04 22:51:39 +01:00
a7eab16d75 Fix jittery miters caused by significant z components of the curve.
Lukas Tönne created branch fix-gp3-outline-jitter in LukasTonne/blender 2024-03-04 21:55:11 +01:00
Lukas Tönne pushed to fix-gp3-outline-jitter at LukasTonne/blender 2024-03-04 21:55:11 +01:00
030b3144e7 Fix full circle on corners when the angle is greater than 180.
ce80cc1526 Cleanup: Remove unused UI button creation function
82448c1e4d Fix: Typo in latest commit
4ab6feb5bd Fix: GPU Compositor results are sometimes clipped
19188582b0 Cleanup: Remove unused return
Compare 6 commits »
Lukas Tönne commented on pull request blender/blender#119039 2024-03-04 17:44:40 +01:00
GPv3: Primitive Tools: Line, Polyline, Arc, Curve, Box and Circle Tool.

Why is this in a header now? Looks like the function only gets called locally and can remain static.

Lukas Tönne commented on pull request blender/blender#119039 2024-03-04 17:44:39 +01:00
GPv3: Primitive Tools: Line, Polyline, Arc, Curve, Box and Circle Tool.

Using gizmo theme colors seems ok, but the REDALERT should probably not be used like a regular theme color. If necessary we can add more theme colors.

Lukas Tönne commented on pull request blender/blender#119039 2024-03-04 17:44:38 +01:00
GPv3: Primitive Tools: Line, Polyline, Arc, Curve, Box and Circle Tool.

For a simple public struct like this, don't use underscores at the end, they should only be used for private fields. Also other fields in this struct.

Lukas Tönne commented on pull request blender/blender#119039 2024-03-04 17:44:37 +01:00
GPv3: Primitive Tools: Line, Polyline, Arc, Curve, Box and Circle Tool.

Looks like the same thing happens in all cases, no need to check the point type.

Lukas Tönne commented on pull request blender/blender#119039 2024-03-04 17:44:36 +01:00
GPv3: Primitive Tools: Line, Polyline, Arc, Curve, Box and Circle Tool.

It's not clear to me what "extrinsic" means (not a native speaker), any more intuitive names we might use?