Blender Git Loki
Git Commits -> Revision 400605c
Revision 400605c by Harley Acheson (master) August 27, 2021, 18:25 (GMT) |
UI: Reduce Node Contents Jiggling When Moved This patch just clamps and rounds node contents and socket locations so they don't appear to jiggle around when you move them. This issue happens because node sizing and positioning are in floats while text content must be pixel-aligned. See D11684 for more details and comparisons. Differential Revision: https://developer.blender.org/D11684 Reviewed by Julian Eisel |
Commit Details:
Full Hash: 400605c3a6a88ba0cd6729fc7389a1c808e4abe5
Parent Commit: 071007e
Lines Changed: +20, -11