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>2010-02-09 18:48:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-09 18:48:34 +0300
commitf082c7be05cdcf0de8e3140eb0d5ee8013fba576 (patch)
tree3497638dc51db810941824ea72d9fe07f09bc27c /release
parentce38137449790daa5395045b06d029bf4fd71cf7 (diff)
add access to edge select tagging from mesh toolbar (tagging seams on Ctrl+RMB)
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_view3d_toolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_view3d_toolbar.py b/release/scripts/ui/space_view3d_toolbar.py
index e8e892f682f..fddce61c7cf 100644
--- a/release/scripts/ui/space_view3d_toolbar.py
+++ b/release/scripts/ui/space_view3d_toolbar.py
@@ -155,6 +155,7 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel):
mesh = context.active_object.data
col = layout.column(align=True)
col.prop(mesh, "use_mirror_x")
+ col.prop(context.tool_settings, "edge_path_mode")
# ********** default tools for editmode_curve ****************