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:
authormeta-androcto <meta.androcto1@gmail.com>2016-04-28 05:57:59 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-04-28 05:57:59 +0300
commitb8f9aca89dbf34db0147b7ab7d172f350bb62064 (patch)
tree0d6a5b191c5ceda8b773ba004ffbed7844ab0c8c /add_curve_sapling
parentc3a6d9132a44afd254fa120157c66e72b751e6f1 (diff)
Sapling: fix bl info wiki/tracker
Diffstat (limited to 'add_curve_sapling')
-rw-r--r--add_curve_sapling/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 4360fd37..624aae19 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -25,6 +25,9 @@ bl_info = {
"description": ("Adds a parametric tree. The method is presented by "
"Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
"Realistic Trees'."),
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Curve/Sapling_Tree",
+ "tracker_url": "https://developer.blender.org/maniphest/task/create/?project=3&type=Bug",
"category": "Add Curve"}
if "bpy" in locals():