[Bf-extensions-cvs] [2f5c0c9] master: Pie Menus: Version bump, wiki and author info

Sebastian Koenig noreply at git.blender.org
Mon Feb 16 11:58:37 CET 2015


Commit: 2f5c0c99b586fd3b5dae3d91de0985acded37026
Author: Sebastian Koenig
Date:   Mon Feb 16 11:56:14 2015 +0100
Branches: master
https://developer.blender.org/rBA2f5c0c99b586fd3b5dae3d91de0985acded37026

Pie Menus: Version bump, wiki and author info

Raised the addon version number due to new functionality (tracking pies),
added self as author and put in link for wiki.

===================================================================

M	ui_pie_menus_official.py

===================================================================

diff --git a/ui_pie_menus_official.py b/ui_pie_menus_official.py
index cbf79b9..b56bb97 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"
 }



More information about the Bf-extensions-cvs mailing list