3D View boarder/lasso select tool options

Add tool options to control how select operates (add/sub/set/and/xor).

Note: edit mode armature select still needs to support all options,
this is complicated by how it handles partial end-point selection.
This commit is contained in:
2018-08-14 10:28:41 +10:00
parent d92d310b15
commit e88e80a6a0
55 changed files with 718 additions and 387 deletions

View File

@@ -45,6 +45,7 @@
#include "ED_node.h" /* own include */
#include "ED_screen.h"
#include "ED_select_utils.h"
#include "RNA_access.h"
#include "RNA_define.h"