Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-11-23 09:52:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-23 09:52:52 +0300
commita6eb9a3e21894fad2605cf1e4ae228147be71857 (patch)
tree7509d90c2ae1207738bce87d933aca7ccb775631 /source/blender/windowmanager/WM_api.h
parentdcf359b15a0bbc62af756182fa9c529c25c3ceb2 (diff)
Tool System: uv lasso/box select options
These tools now support (new, add, subtract), (xor, and) could be supported but are complicated by UV's sticky selection modes.
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index 8e12ac96ea3..adf082982b7 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -374,6 +374,7 @@ void WM_operator_properties_select_action_simple(struct wmOperatorType *o
void WM_operator_properties_select_random(struct wmOperatorType *ot);
int WM_operator_properties_select_random_seed_increment_get(wmOperator *op);
void WM_operator_properties_select_operation(struct wmOperatorType *ot);
+void WM_operator_properties_select_operation_simple(struct wmOperatorType *ot);
struct CheckerIntervalParams {
int nth; /* bypass when set to zero */
int skip;