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:
authorBrendon Murphy <meta.androcto1@gmail.com>2012-06-23 19:05:39 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2012-06-23 19:05:39 +0400
commita93b6af6cda43d7886ba60e5370b26bb747635f8 (patch)
treea593559c5e3f8b216445c5cc7ff2e9017a6cd2af /add_curve_sapling
parentdc06c930040f2687bcb4a978f88a3625962bba83 (diff)
update wiki version ro 2.6
finished
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 8792255d..81d7aea9 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -20,13 +20,13 @@ bl_info = {
"name": "Sapling",
"author": "Andrew Hale (TrumanBlending)",
"version": (0, 2, 5),
- "blender": (2, 5, 9),
+ "blender": (2, 6, 4),
"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": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/Curve/Sapling_Tree",
"tracker_url": "http://projects.blender.org/tracker/"\
"?func=detail&atid=469&aid=27226&group_id=153",