Blender Git Commit Log
Git Commits -> Revision 06e62ad
Revision 06e62ad by Harley Acheson (master) May 12, 2021, 23:52 (GMT) |
UI: Improved "Area Close" Neighbor Selection The new "Close Area" operator can let any neighbor replace the area to be closed. This patch improves the selection of the best, and most- aligned, neighbor. It maximizes the ratio of the shared edge lengths, rather than minimize the absolute amount of misalignment. This follows our expectations closer because it takes into account the relative sizes of the areas and their edges. see D11143 for details and examples. Differential Revision: https://developer.blender.org/D11143 Reviewed by Campbell Barton |
Commit Details:
Full Hash: 06e62adfb8f2270f1d742ceebcd2d9fd830a528e
Parent Commit: fa472d4
Lines Changed: +18, -23
1 Modified Path:
/source/blender/editors/screen/screen_edit.c (+18, -23) (Diff)