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:
authormeta-androcto <meta.androcto1@gmail.com>2017-06-04 08:56:42 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-06-04 08:56:42 +0300
commitc246916099c09fa670801e9d89dea47ac3aef978 (patch)
tree7e9b4432e824a71a4eb1262101032450403ca479
parent373f449aae89b921c71c61cfebcd0093a84e2665 (diff)
space_clip_editor_refine_solution: add wiki page/link
-rw-r--r--space_clip_editor_refine_solution.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/space_clip_editor_refine_solution.py b/space_clip_editor_refine_solution.py
index 9d3359c8..b9631204 100644
--- a/space_clip_editor_refine_solution.py
+++ b/space_clip_editor_refine_solution.py
@@ -26,9 +26,7 @@ bl_info = {
"location": "Clip Editor > Tools > Solve > Refine Solution",
"description": "Refine motion solution by setting track weight according reprojection error",
"warning": "",
- "wiki_url": "https://github.com/s-leger/blenderTracking/wiki",
- "tracker_url": "https://github.com/s-leger/blenderTracking/issues",
- "support": "COMMUNITY",
+ "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Motion_Tracking/Refine_Track",
"category": "Motion Tracking",
}