Block a user
GPv3: Fix outline modifier edge cases
GPv3: Fix outline modifier edge cases
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).
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
GPv3: Fix jittery miter points by the outline modifier
GPv3: Fix jittery miter points by the outline modifier
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
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.
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.
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.
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.
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?