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:
Diffstat (limited to 'pie_menus_official/__init__.py')
-rw-r--r--pie_menus_official/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pie_menus_official/__init__.py b/pie_menus_official/__init__.py
index 49627c78..77fa554f 100644
--- a/pie_menus_official/__init__.py
+++ b/pie_menus_official/__init__.py
@@ -30,7 +30,7 @@ from bpy.types import (
bl_info = {
"name": "UI Pie Menu Official",
"author": "Antony Riakiotakis, Sebastian Koenig",
- "version": (1, 1, 5),
+ "version": (1, 1, 6),
"blender": (2, 80, 0),
"description": "Individual Pie Menu Activation List",
"location": "Addons Preferences",
@@ -47,8 +47,8 @@ sub_modules_names = (
"pie_shade_of",
"pie_manipulator_of",
"pie_pivot_of",
- "pie_snap_of",
- "pie_clip_marker_of",
+# "pie_snap_of",
+# "pie_clip_marker_of",
)