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>2012-04-28 05:59:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-28 05:59:21 +0400
commitdc313ff00d8e5c8681fb6d923b3da0d0b7ffbdac (patch)
treeba96268c121e5645f48290e1051f54dce99f1bbe /source/blender/editors/mesh
parenta299855e34ce4321b2e508646965403f56d6ddc5 (diff)
add back lasso tool in the UV editor (Ctrl+LMB / Ctrl+Shift+LMB)
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index f3737925850..e88b34b5812 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -4280,3 +4280,4 @@ void MESH_OT_inset(wmOperatorType *ot)
RNA_def_boolean(ot->srna, "use_outset", FALSE, "Outset", "Outset rather than inset");
RNA_def_boolean(ot->srna, "use_select_inset", TRUE, "Select Outer", "Select the new inset faces");
}
+