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:
Diffstat (limited to 'btrace/__init__.py')
-rw-r--r--btrace/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/btrace/__init__.py b/btrace/__init__.py
index 55d49e44..d0f41d5e 100644
--- a/btrace/__init__.py
+++ b/btrace/__init__.py
@@ -25,9 +25,10 @@ bl_info = {
"location": "View3D > Sidebar > Create Tab",
"description": "Tools for converting/animating objects/particles into curves",
"warning": "",
- "wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
- "add_curve/btracer.html",
- "category": "Add Curve"}
+ "doc_url": "https://docs.blender.org/manual/en/dev/addons/"
+ "add_curve/btracer.html",
+ "category": "Add Curve",
+}
import bpy