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
path: root/btrace
diff options
context:
space:
mode:
Diffstat (limited to 'btrace')
-rw-r--r--btrace/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/btrace/__init__.py b/btrace/__init__.py
index d12fe9ea..37937305 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -25,7 +25,8 @@ bl_info = {
"location": "View3D > Sidebar > Create Tab",
"description": "Tools for converting/animating objects/particles into curves",
"warning": "",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Curve/Btrace",
+ "wiki_url": "https://docs.blender.org/manual/nb/dev/addons/"
+ "add_curve/btracer.html",
"category": "Add Curve"}
import bpy