[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4774] contrib/py/scripts/addons/ add_mesh_rocks/__init__.py: Rolled version number and update some meta information to help with user debugging .

Paul Marshall portsidepaul at hotmail.com
Thu Sep 26 14:55:51 CEST 2013


Revision: 4774
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4774
Author:   brikbot
Date:     2013-09-26 12:55:51 +0000 (Thu, 26 Sep 2013)
Log Message:
-----------
Rolled version number and update some meta information to help with user debugging.

Modified Paths:
--------------
    contrib/py/scripts/addons/add_mesh_rocks/__init__.py

Modified: contrib/py/scripts/addons/add_mesh_rocks/__init__.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_rocks/__init__.py	2013-09-26 08:24:24 UTC (rev 4773)
+++ contrib/py/scripts/addons/add_mesh_rocks/__init__.py	2013-09-26 12:55:51 UTC (rev 4774)
@@ -1,12 +1,12 @@
 # Paul "BrikBot" Marshall
 # Created: July 1, 2011
-# Last Modified: November 17, 2011
+# Last Modified: September 26, 2013
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 # Thanks to Meta-Androco, RickyBlender, Ace Dragon, and PKHG for ideas
 #   and testing.
 #
-# Coded in IDLE, tested in Blender 2.59.  NumPy Recommended.
+# Coded in IDLE, tested in Blender 2.68a.  NumPy Recommended.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
@@ -35,8 +35,8 @@
 bl_info = {
     "name": "Rock Generator",
     "author": "Paul Marshall (brikbot)",
-    "version": (1, 3),
-    "blender": (2, 61, 0),
+    "version": (1, 4),
+    "blender": (2, 68, 0),
     "location": "View3D > Add > Rock Generator",
     "description": "Adds a mesh rock to the Add Mesh menu",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6"\



More information about the Bf-extensions-cvs mailing list