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>2019-05-21 04:13:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-21 04:15:26 +0300
commita08fb46700a347ffcde77469ec8a0905acd54bc5 (patch)
tree06a3c1db29d871b3230d63ccc9bc2bb327be325d /release
parente78770039397d98e8fa60281e42c8f15ed63e9ab (diff)
UI: move edge-tag option from the scene into the operator
This was a very specific option to display in global tool settings. Now this is exposed in the operator when edge-select mode is 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 dd9f09f0a45..91852aa8e57 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -109,7 +109,6 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, Panel):
layout.prop(tool_settings, "use_mesh_automerge")
layout.prop(tool_settings, "double_threshold")
- layout.prop(tool_settings, "edge_path_mode")
# ********** default tools for editmode_curve ****************