Blender Git Loki
Git Commits -> Revision ba755ea
Revision ba755ea by Falk David (master) April 28, 2021, 18:30 (GMT) |
Fix T87718: Fill triangles wrongly calculated The algorithm that calcualted the direction (inside/outside) of the polyline was not always returing the correct result. This mean that the polyline was filled "inside-out". The fix uses the winding number to calculate the inside and outside. Reviewed By: antoniov, pepeland Maniphest Tasks: T87718 Differential Revision: https://developer.blender.org/D11054 |
Commit Details:
Full Hash: ba755ea677b3da7bfcb01e8862114e46de6f563b
Parent Commit: c704ddc
Lines Changed: +21, -3
1 Modified Path:
/source/blender/blenkernel/intern/gpencil_geom.c (+21, -3) (Diff)