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:33:38 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-06-04 08:33:38 +0300
commit373f449aae89b921c71c61cfebcd0093a84e2665 (patch)
tree7118d3303c4634c50dfefad2b7f236ede19cbe4c
parent6aa147d1b53b2cb41ce7965a29f44fa55f1ae9c1 (diff)
space_clip_editor_autotracker: Add Wiki Page. add GPL Block
-rw-r--r--space_clip_editor_autotracker.py19
1 files changed, 18 insertions, 1 deletions
diff --git a/space_clip_editor_autotracker.py b/space_clip_editor_autotracker.py
index 56c2bcae..1b9df0cf 100644
--- a/space_clip_editor_autotracker.py
+++ b/space_clip_editor_autotracker.py
@@ -1,3 +1,20 @@
+# ##### BEGIN GPL LICENSE BLOCK #####
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 3
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# ##### END GPL LICENSE BLOCK #####
+
bl_info = {
"name": "Autotrack",
"author": "Miika Puustinen, Matti Kaihola",
@@ -6,7 +23,7 @@ bl_info = {
"location": "Movie clip Editor > Tools Panel > Autotrack",
"description": "Motion Tracking with automatic feature detection.",
"warning": "",
- "wiki_url": "https://github.com/miikapuustinen/blender_autotracker",
+ "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Motion_Tracking/Auto_Track",
"category": "Motion Tracking",
}