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>2019-10-18 03:14:27 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-10-18 03:14:27 +0300
commitd941dd6d696a96f93e932ae005f35ada2fef4038 (patch)
treed311271d0e50765b93aae4a10b439c880eba5ad3 /add_curve_sapling
parent3d2d8234a564b52a6dcbbb25b28632906e09f5e4 (diff)
add_curve_sapling: add manual link
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 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():