Blender Git Commit Log
Git Commits -> Revision c241d79
Revision c241d79 by Sergey Sharybin (master) November 30, 2017, 14:03 (GMT) |
Transform: Use single flag with more meaningful name to prevent snapping to a dependent object The idea of this flag was to prevent snapping onto an object which depends on currently modifying ones. Using single flag makes more sense here, and also makes it possible to replace some ob->recalc based magic with depsgraph query to set those flags. |
Commit Details:
Full Hash: c241d79dc8a8ee144bc904f0a9b039b452df44bd
Parent Commit: 47a4a7c
Lines Changed: +15, -13