[Bf-extensions-cvs] [b8f9aca] master: Sapling: fix bl info wiki/tracker

meta-androcto noreply at git.blender.org
Thu Apr 28 04:58:24 CEST 2016


Commit: b8f9aca89dbf34db0147b7ab7d172f350bb62064
Author: meta-androcto
Date:   Thu Apr 28 12:57:59 2016 +1000
Branches: master
https://developer.blender.org/rBAb8f9aca89dbf34db0147b7ab7d172f350bb62064

Sapling: fix bl info wiki/tracker

===================================================================

M	add_curve_sapling/__init__.py

===================================================================

diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 4360fd3..624aae1 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():



More information about the Bf-extensions-cvs mailing list