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 10:06:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-23 10:06:50 +0300
commit7a7c9ee71a7b73f3c26e554ce11096abce77b874 (patch)
treeb4447acab24478985fb760c9185085629278a78c /source/blender/windowmanager/intern/wm_operator_props.c
parenta6eb9a3e21894fad2605cf1e4ae228147be71857 (diff)
Fix uv lasso/box multi-object select logic
Was de-selecting all UV's on each iteration.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operator_props.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operator_props.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operator_props.c b/source/blender/windowmanager/intern/wm_operator_props.c
index 11aef46096a..cb69d584372 100644
--- a/source/blender/windowmanager/intern/wm_operator_props.c
+++ b/source/blender/windowmanager/intern/wm_operator_props.c
@@ -279,7 +279,7 @@ void WM_operator_properties_select_operation(wmOperatorType *ot)
RNA_def_property_flag(prop, PROP_SKIP_SAVE);
}
-/* Some tools don't support XOR/END */
+/* Some tools don't support XOR/AND. */
void WM_operator_properties_select_operation_simple(wmOperatorType *ot)
{
static const EnumPropertyItem select_mode_items[] = {