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:
authorAntonio Vazquez <blendergit@gmail.com>2020-09-09 16:44:27 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-09-09 16:44:27 +0300
commit91066cd0c3b9737feb85ea72abc7e021124639aa (patch)
treea25694f5eb7314bde0883e21d8551610a6050f07 /release/scripts/startup/bl_ui/space_view3d.py
parent2db8d319bc0e87f69f06dd3d4496b80e68d93f8b (diff)
parent842f52d418aaccae45c8e400eb0a8bddef0dbb51 (diff)
Merge branch 'master' into greasepencil-edit-curve
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d.py')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index b44f2624702..91953c08936 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -1089,10 +1089,7 @@ class VIEW3D_MT_uv_map(Menu):
def draw(self, context):
layout = self.layout
- tool_settings = context.tool_settings
-
layout.operator("uv.unwrap")
- layout.prop(tool_settings, "use_edge_path_live_unwrap")
layout.separator()
@@ -1385,7 +1382,7 @@ class VIEW3D_MT_select_object(Menu):
layout.separator()
- layout.operator_menu_enum("object.select_by_type", "type", text="Select All by Type...")
+ layout.operator_menu_enum("object.select_by_type", "type", text="Select All by Type")
layout.operator("object.select_camera", text="Select Active Camera")
layout.operator("object.select_mirror", text="Mirror Selection")
layout.operator("object.select_random", text="Select Random")