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-09-27 02:41:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-27 02:41:18 +0300
commit6ebe21164468fe231749bea29d5152493ea61d42 (patch)
tree0da2be7881e8a0133169b452983d7ecbf2ee843d /release/scripts/startup/bl_ui/space_view3d.py
parentc5c987cde9da3f19280856f53a82024d0646ee50 (diff)
Cleanup: pep8
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d.py')
-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 8a3442f35e5..6877a45013a 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3822,7 +3822,6 @@ class VIEW3D_MT_pivot_pie(Menu):
pie.prop(context.scene.tool_settings, "use_transform_pivot_point_align", text="Center Points Only")
-
class VIEW3D_MT_orientations_pie(Menu):
bl_label = "Orientation"
@@ -3851,6 +3850,7 @@ class VIEW3D_MT_snap_pie(Menu):
pie.operator("view3d.snap_cursor_to_center", text="Cursor to Center", icon='CURSOR')
pie.operator("view3d.snap_cursor_to_active", text="Cursor to Active", icon='CURSOR')
+
class VIEW3D_MT_proportional_editing_falloff_pie(Menu):
bl_label = "Proportional Editing Falloff"