Blender Git Loki
Git Commits -> Revision 58efa7d
Revision 58efa7d by Germano Cavalcante (master) June 2, 2018, 15:19 (GMT) |
Fix inaccuracy of SCREEN_OT_area_split when snap to midpoint and adjacent. By default when moving a edge of the screen it always snaps to an invisible grid with unit of 4 pixels. This was also affecting the snap to the midpoint and adjacent. The solution was to make the snap to areagrid optional and use values of `origmin` and `origsize` that match the transformations in screen_edit.c. |
Commit Details:
Full Hash: 58efa7d686351d31c8eefe77464ef606369e939c
Parent Commit: 0de0cee
Lines Changed: +64, -44