Blender Git Commit Log
Git Commits -> Revision 3c10de2
Revision 3c10de2 by Campbell Barton (master) March 1, 2019, 12:09 (GMT) |
3D View: avoid redundant circle select updates This refreshes on cursor motion so it's worth avoiding redundant updates, especially for multi-object edit-modes where many objects aren't even near the object being selected. This commit also moves to passing eSelectOp to circle select functions in preparation for adding a select mode tool option. |
Commit Details:
Full Hash: 3c10de2c9b49589d2943ffb5b235e7930f3a4d17
Parent Commit: 3982d3c
Lines Changed: +188, -61