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>2011-03-10 09:06:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-10 09:06:55 +0300
commitd59e208216c4299b2fff0a9749bb21fca51c51d5 (patch)
tree20b91c2992951bba3c27a02e37728a89c207a02f /release/scripts/ui
parent3ad8fd44c4047d0ee95eca50de066ad87419c738 (diff)
also enable edge-seam unwrapping when running the mark_seam operator.
Diffstat (limited to 'release/scripts/ui')
-rw-r--r--release/scripts/ui/space_view3d_toolbar.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/ui/space_view3d_toolbar.py b/release/scripts/ui/space_view3d_toolbar.py
index 985844d77da..44c0b6ef0a7 100644
--- a/release/scripts/ui/space_view3d_toolbar.py
+++ b/release/scripts/ui/space_view3d_toolbar.py
@@ -182,9 +182,6 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
col.label("Edge Select Mode")
col.prop(ts, "edge_path_mode", text="")
-
- col = layout.column(align=True)
- col.active = ts.edge_path_mode == 'SEAM'
col.prop(context.tool_settings, "edge_path_live_unwrap")
# ********** default tools for editmode_curve ****************