From 373f449aae89b921c71c61cfebcd0093a84e2665 Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Sun, 4 Jun 2017 15:33:38 +1000 Subject: space_clip_editor_autotracker: Add Wiki Page. add GPL Block --- space_clip_editor_autotracker.py | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 . +# +# ##### 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", } -- cgit v1.2.3