[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2144] branches/ivygen/truman_ivy/ add_curve_ivygen.py: - Changed warning to "Script in Beta"

Andrew Hale TrumanBlending at gmail.com
Wed Jul 20 09:36:51 CEST 2011


Revision: 2144
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2144
Author:   trumanblending
Date:     2011-07-20 07:36:50 +0000 (Wed, 20 Jul 2011)
Log Message:
-----------
- Changed warning to "Script in Beta"
- Reverted to version 0.0.1 for new release

Modified Paths:
--------------
    branches/ivygen/truman_ivy/add_curve_ivygen.py

Modified: branches/ivygen/truman_ivy/add_curve_ivygen.py
===================================================================
--- branches/ivygen/truman_ivy/add_curve_ivygen.py	2011-07-20 06:42:19 UTC (rev 2143)
+++ branches/ivygen/truman_ivy/add_curve_ivygen.py	2011-07-20 07:36:50 UTC (rev 2144)
@@ -21,12 +21,12 @@
 bl_info = {
     "name": "IvyGen",
     "author": "testscreenings, PKHG, TrumanBlending",
-    "version": (0, 3),
+    "version": (0, 0, 1),
     "blender": (2, 5, 8),
     "api": 38479,
     "location": "View3D > Add > Curve",
     "description": "Adds generated ivy to an object.",
-    "warning": "Experimental",
+    "warning": "Script in Beta",
     "wiki_url": "",
     "tracker_url": "",
     "category": "Add Curve"}
@@ -565,4 +565,4 @@
 
 
 if __name__ == "__main__":
-    register()
+    register()
\ No newline at end of file



More information about the Bf-extensions-cvs mailing list