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 'mesh_surface_sketch.py')
-rw-r--r--mesh_surface_sketch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesh_surface_sketch.py b/mesh_surface_sketch.py
index 9aa90d43..1b13a934 100644
--- a/mesh_surface_sketch.py
+++ b/mesh_surface_sketch.py
@@ -27,6 +27,8 @@ bl_addon_info = {
'description': 'Draw meshes and re-topologies with Grease Pencil',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Mesh/Surface_Sketch',
+ 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
+ 'func=detail&aid=22062&group_id=153&atid=469',
'category': 'Mesh'}