Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-10-13 21:45:21 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-10-13 21:45:21 +0400
commitd2469949ba29bd3aa504f940c18022fbf898eb0c (patch)
tree99cc2da8a0c971e994e4cc288a1fe7b9e9bf630f
parent80cbe616950e7a720217001a0de3be4599e2d202 (diff)
Fix minor error in previous commit
-rw-r--r--ui_pie_menus_official.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_pie_menus_official.py b/ui_pie_menus_official.py
index 9692635c..d13a05bc 100644
--- a/ui_pie_menus_official.py
+++ b/ui_pie_menus_official.py
@@ -53,7 +53,7 @@ class VIEW3D_PIE_view_more(Menu):
pie.operator("VIEW3D_OT_camera_to_view")
pie.operator("VIEW3D_OT_view_selected")
pie.operator("VIEW3D_OT_view_all")
- pie.operator("VIEW3D_OT_view_localview")
+ pie.operator("VIEW3D_OT_localview")
class VIEW3D_PIE_view(Menu):