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>2018-06-07 21:13:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-07 21:13:14 +0300
commitde94b6baf6b5f3f4d1f77a1884bc341aa4641304 (patch)
treee8a55048b512c722c1802e6b8f68c94bd2053d42
parent6af169f5365357a2949cc694c300d756d07567db (diff)
Correct piemenu nametemp-keymap-changes
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 9be882ba387..80e4fb50c98 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3406,7 +3406,7 @@ class VIEW3D_PIE_object_mode(Menu):
class VIEW3D_PIE_view(Menu):
bl_label = "View"
- bl_idname = "VIEW3D_PIE_view_of"
+ bl_idname = "VIEW3D_PIE_view"
def draw(self, context):
layout = self.layout