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>2016-02-01 03:01:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-01 03:01:00 +0300
commitaaecf91f9333a45676ca02277c08b161c1374dc0 (patch)
treea02181c228343cf7dc5f29ca3c0336d2c304a6ca /release
parentd924998d3e65334c5db2257c5dc4335261adc288 (diff)
UI: minor tweaks to view orbit shortcuts show
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 49840248e65..227f263a5fc 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -471,8 +471,8 @@ class VIEW3D_MT_view_navigation(Menu):
layout.separator()
- layout.operator("view3d.view_roll", text="Roll Left").angle = pi / -12.0
- layout.operator("view3d.view_roll", text="Roll Right").angle = pi / 12.0
+ layout.operator("view3d.view_roll", text="Roll Left").type = 'LEFT'
+ layout.operator("view3d.view_roll", text="Roll Right").type = 'RIGHT'
layout.separator()