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 <campbell@blender.org>2022-03-15 04:59:00 +0300
committerCampbell Barton <campbell@blender.org>2022-03-15 05:01:10 +0300
commitf410efbda0d7f609c1aa4387ac1b7e0421e4bb86 (patch)
tree2da7ac819d19fea7bb2cb3cac06d419cd0f548b6 /release/scripts/startup/bl_ui/space_view3d.py
parentfc259d4c30cba9427b81e66c777b3f165f7ea5ac (diff)
UI: expose "Dolly View" in the menu
This is mainly to expose the shortcut to make Dolly discoverable.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d.py')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 2208f7f33e7..7c4ba575f00 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -1248,6 +1248,7 @@ class VIEW3D_MT_view_navigation(Menu):
layout.operator("view3d.zoom", text="Zoom In").delta = 1
layout.operator("view3d.zoom", text="Zoom Out").delta = -1
layout.operator("view3d.zoom_border", text="Zoom Region...")
+ layout.operator("view3d.dolly", text="Dolly View...")
layout.operator("view3d.zoom_camera_1_to_1", text="Zoom Camera 1:1")
layout.separator()
@@ -7498,7 +7499,7 @@ class VIEW3D_PT_sculpt_context_menu(Panel):
size_owner = ups if ups.use_unified_size else brush
if size_owner.use_locked_size == 'SCENE':
size = "unprojected_radius"
-
+
UnifiedPaintPanel.prop_unified(
layout,
context,