[Bf-extensions-cvs] [373f449a] master: space_clip_editor_autotracker: Add Wiki Page. add GPL Block

meta-androcto noreply at git.blender.org
Sun Jun 4 07:40:12 CEST 2017


Commit: 373f449aae89b921c71c61cfebcd0093a84e2665
Author: meta-androcto
Date:   Sun Jun 4 15:33:38 2017 +1000
Branches: master
https://developer.blender.org/rBA373f449aae89b921c71c61cfebcd0093a84e2665

space_clip_editor_autotracker: Add Wiki Page. add GPL Block

===================================================================

M	space_clip_editor_autotracker.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list