[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2139] trunk/py/scripts/addons/ add_curve_sapling/__init__.py: - Upped revision for last commit

Andrew Hale TrumanBlending at gmail.com
Tue Jul 19 16:34:58 CEST 2011


Revision: 2139
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2139
Author:   trumanblending
Date:     2011-07-19 14:34:58 +0000 (Tue, 19 Jul 2011)
Log Message:
-----------
- Upped revision for last commit
- Fixed tracker URL
- Updated API revision number

Modified Paths:
--------------
    trunk/py/scripts/addons/add_curve_sapling/__init__.py

Modified: trunk/py/scripts/addons/add_curve_sapling/__init__.py
===================================================================
--- trunk/py/scripts/addons/add_curve_sapling/__init__.py	2011-07-19 14:20:04 UTC (rev 2138)
+++ trunk/py/scripts/addons/add_curve_sapling/__init__.py	2011-07-19 14:34:58 UTC (rev 2139)
@@ -19,9 +19,9 @@
 bl_info = {
     "name": "Sapling",
     "author": "Andrew Hale (TrumanBlending)",
-    "version": (0, 2, 3),
+    "version": (0, 2, 4),
     "blender": (2, 5, 8),
-    "api": 38289,
+    "api": 38479,
     "location": "View3D > Add > Curve",
     "description": ("Adds a parametric tree. The method is presented by "
     "Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
@@ -29,8 +29,8 @@
     "warning": "",  # used for warning icon and text in addons panel
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
         "Scripts/Curve/Sapling_Tree",
-    "tracker_url": "http://projects.blender.org/tracker/index.php?"\
-        "func=detail&aid=27226&group_id=153&atid=468",
+    "tracker_url": "http://projects.blender.org/tracker/"\
+        "?func=detail&atid=469&aid=27226&group_id=153",
     "category": "Add Curve"}
 
 if "bpy" in locals():



More information about the Bf-extensions-cvs mailing list