Blender Git Commit Log
Git Commits -> Revision 93f6a9d
Revision 93f6a9d by Sergey Sharybin (master) November 24, 2017, 09:19 (GMT) |
Depsgraph: Add special cases to deal with multiple objects selection update The idea then is to avoid doing depsgraph tag for each of the object which selection is changed (which could be tricky to do anyway due to lots of areas of selection code where this could happen), and simply tag scene's with selection update tag. This will involve synchronization of flags from base to objects, which is rather cheap anyway. |
Commit Details:
Full Hash: 93f6a9d65220f9c43dc6dde7886880d77015eb8c
Parent Commit: d2679b3
Lines Changed: +28, -7
1 Modified Path:
/source/blender/depsgraph/intern/depsgraph_tag.cc (+28, -7) (Diff)