Blender Git Loki
Git Commits -> Revision c2aca3b
Revision c2aca3b by Lukas Toenne (master) November 7, 2013, 09:15 (GMT) |
Fix for node transform offsets when adding new nodes: The transform operator was using the node->totr rect for defining the initial location of the node - but this is only defined after the node has been drawn at least once, so nodes would jump to (0,0) after adding ... Use the locx/locy instead (including DPI factor), which is more reliable. |
Commit Details:
Full Hash: c2aca3b517bc27723627399008cfe9ad5248fc9a
SVN Revision: 61186
Parent Commit: 81184c6
Lines Changed: +5, -4
1 Modified Path:
/source/blender/editors/transform/transform_conversions.c (+5, -4) (Diff)