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 'curve_tools/path_finder.py')
-rw-r--r--curve_tools/path_finder.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/curve_tools/path_finder.py b/curve_tools/path_finder.py
index 9093f5f2..e0b3fa98 100644
--- a/curve_tools/path_finder.py
+++ b/curve_tools/path_finder.py
@@ -24,9 +24,10 @@ bl_info = {
'location': 'Curve Tools addon. (N) Panel',
'description': 'PathFinder - quick search, selection, removal of splines',
'warning': '', # used for warning icon and text in addons panel
- 'wiki_url': '',
+ 'doc_url': '',
'tracker_url': '',
- 'category': 'Curve'}
+ 'category': 'Curve',
+}
import time
import threading