Blender Git Loki
Git Commits -> Revision b529a84
July 26, 2021, 06:31 (GMT) |
Fix T88015: Round end caps on Freestyle lines not shaped as documented This might be an artistic choice, but round end caps are supposed to be a "half circle centered at the end point of the line" as documented here: https://docs.blender.org/manual/en/dev/render/freestyle/ parameter_editor/line_style/strokes.html#caps They are a shashed half circle instead. This patch makes this pure half circles [and also fixes the case where thickness of beginning was used for both beginning and end of the stroke] Maniphest Tasks: T88015 Differential Revision: https://developer.blender.org/D11340 |
Commit Details:
Full Hash: b529a84ec3864f83a00dd75e884598786134e563
Parent Commit: 2d32bf1
Committed By: Jeroen Bakker
Lines Changed: +2, -4
1 Modified Path:
/release/scripts/freestyle/modules/freestyle/shaders.py (+2, -4) (Diff)