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>2014-08-14 13:40:12 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2014-08-14 13:40:12 +0400
commit38c657a6cdfce83f2308d29f7625ce575f136311 (patch)
tree9e632e669ef4ab588cef81a68272676f00eb075d /add_curve_sapling
parenta323e298ad971a5a670c9bf7b26600bc5e7b8b1c (diff)
fixes to bl_info, minor cleanup, toolshelf fix for bsurfaces.
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index beae566e..089251ea 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
"name": "Sapling",
"author": "Andrew Hale (TrumanBlending)",
"version": (0, 2, 6),
- "blender": (2, 64, 0),
+ "blender": (2, 71, 0),
"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 "