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 'ui_pie_menus_official.py')
-rw-r--r--ui_pie_menus_official.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/ui_pie_menus_official.py b/ui_pie_menus_official.py
index cbf79b91..b56bb973 100644
--- a/ui_pie_menus_official.py
+++ b/ui_pie_menus_official.py
@@ -20,11 +20,12 @@
bl_info = {
"name": "Pie Menus Official",
- "author": "Antony Riakiotakis",
- "version": (1, 0, 1),
+ "author": "Antony Riakiotakis, Sebastian Koenig",
+ "version": (1, 0, 2),
"blender": (2, 71, 4),
- "description": "Enable official pie Menus in blender",
+ "description": "Enable official Pie Menus in Blender",
"category": "User Interface",
+ "wiki_url": "http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.72/UI/Pie_Menus"
}