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>2013-06-20 22:19:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-20 22:19:42 +0400
commit2dc88ca338b5b8952e3c9a6982f9cdb7b89af9a0 (patch)
treefdde2742b54847de2264e2f5e662ba11746296d6 /release
parent2749875945856b2aab0b888f1730b9c191112193 (diff)
support proportional editing with x-mirror enabled.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index cb1d374ce6b..a892a91d505 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -232,7 +232,6 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, Panel):
mesh = ob.data
col = layout.column(align=True)
- col.active = tool_settings.proportional_edit == 'DISABLED'
col.prop(mesh, "use_mirror_x")
row = col.row()