Blender Git Loki
Git Commits -> Revision 60703e4
Revision 60703e4 by Sergey Sharybin (master) November 29, 2017, 14:37 (GMT) |
Transform: Avoid use of ob->recalc in snapping code Do a direct update of object transform instead, without involving manual trickery of recalc flag. Shouldn't be functional changes as far as artists are concerned, but will allow us to get rid of recalc flags in 2.8. Thanks Bastien for review! |
Commit Details:
Full Hash: 60703e45f36a92f8e49a7be7c951538e5b747a41
Parent Commit: c8b1a83
Lines Changed: +22, -5