[Bf-extensions-cvs] [d941dd6d] master: add_curve_sapling: add manual link

meta-androcto noreply at git.blender.org
Fri Oct 18 02:14:47 CEST 2019


Commit: d941dd6d696a96f93e932ae005f35ada2fef4038
Author: meta-androcto
Date:   Fri Oct 18 11:14:27 2019 +1100
Branches: master
https://developer.blender.org/rBAd941dd6d696a96f93e932ae005f35ada2fef4038

add_curve_sapling: add manual link

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

M	add_curve_sapling/__init__.py

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

diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 3b9bdd09..e87bbcd0 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -26,8 +26,8 @@ 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": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
-                "Scripts/Curve/Sapling_Tree",
+    "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+                "add_curve/sapling.html",
     "category": "Add Curve"}
 
 if "bpy" in locals():



More information about the Bf-extensions-cvs mailing list