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:
-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",
}