Blender Git Loki
Git Commits -> Revision 7b6c77a
Revision 7b6c77a by Philipp Oeser (master) July 12, 2021, 20:14 (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: 7b6c77aa84803e4268406e394aa4556ebf7980b0
Parent Commit: 7b954ba
Lines Changed: +2, -4
1 Modified Path:
/release/scripts/freestyle/modules/freestyle/shaders.py (+2, -4) (Diff)