[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2289] contrib/py/scripts/addons/ add_mesh_masonry.py: update bl_info

Brendon Murphy meta.androcto1 at gmail.com
Tue Aug 30 12:19:42 CEST 2011


Revision: 2289
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2289
Author:   meta-androcto
Date:     2011-08-30 10:19:42 +0000 (Tue, 30 Aug 2011)
Log Message:
-----------
update bl_info
fix for menu error thanks to PKHG
thanks.

Modified Paths:
--------------
    contrib/py/scripts/addons/add_mesh_masonry.py

Modified: contrib/py/scripts/addons/add_mesh_masonry.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_masonry.py	2011-08-29 23:32:51 UTC (rev 2288)
+++ contrib/py/scripts/addons/add_mesh_masonry.py	2011-08-30 10:19:42 UTC (rev 2289)
@@ -24,12 +24,12 @@
 bl_info = {
     "name": "Masonry",
     "author": "Paul Spooner, Dudecon, Ziggy",
-    "version": (0, 57),
-    "blender": (2, 5, 7),
-    "api": 36147,
+    "version": (0,5,8),
+    "blender": (2, 5, 9),
+    "api": 39789,
     "location": "View3D > Add > Mesh > Masonry",
     "description": "Add Stonework - walls, towers, path, block meshes.",
-    "warning": "WIP - Broken. updates pending",
+    "warning": "WIP - updates pending and API not final for Blender",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
         "Scripts/Add_Mesh/Masonry",
     "tracker_url": "http://projects.blender.org/tracker/index.php?"\
@@ -2348,7 +2348,7 @@
 		print(':done:')
         '''
 
-        return ('FINISHED')
+        return {'FINISHED'}
 
 
 # Register the operator



More information about the Bf-extensions-cvs mailing list