Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hale <TrumanBlending@gmail.com>2011-07-11 14:30:32 +0400
committerAndrew Hale <TrumanBlending@gmail.com>2011-07-11 14:30:32 +0400
commit7973485d8b8a9f3c8d64ea1b403e7c623de29ae3 (patch)
treef30659670a5870c912165a1c80771a30d373b971 /add_curve_sapling/__init__.py
parente882de0da55b60fdc3f68a9eadc73c7599fdf9c3 (diff)
Updated to Version 0.2.3
- Added tracker and wiki URLs - Fixed usage of Matrix.Rotation
Diffstat (limited to 'add_curve_sapling/__init__.py')
-rw-r--r--add_curve_sapling/__init__.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 56c51bbf..65cd01d7 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -19,16 +19,18 @@
bl_info = {
"name": "Sapling",
"author": "Andrew Hale (TrumanBlending)",
- "version": (0, 2, 2),
+ "version": (0, 2, 3),
"blender": (2, 5, 8),
- "api": 37702,
+ "api": 38289,
"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 "
"Realistic Trees'."),
"warning": "", # used for warning icon and text in addons panel
- "wiki_url": "",
- "tracker_url": "",
+ "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",
"category": "Add Curve"}
if "bpy" in locals():