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:
authormeta-androcto <meta.androcto1@gmail.com>2019-10-16 11:10:32 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-10-16 11:10:32 +0300
commit596c0781f592c8a19a1b792a5caca866a48f9ba6 (patch)
tree88639171362ac468b193251ab4cef5304017e2f4 /btrace
parent6f8ffc261e243ebe6cb3b74e048f104671ab4c93 (diff)
btrace: add manual link
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