Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2004-01-30 14:56:32 +0300
committerMartin Poirier <theeth@yahoo.com>2004-01-30 14:56:32 +0300
commit675f25000cdeea00f13e0def6e1cf0a737279551 (patch)
treef51664377396e9a24bbc312c14dc853039e9da6f /release
parent8fbed941bc45c9bc746c9dc635474b7073ca2300 (diff)
License update for uv_export
Diffstat (limited to 'release')
-rw-r--r--release/scripts/uv_export.py36
1 files changed, 23 insertions, 13 deletions
diff --git a/release/scripts/uv_export.py b/release/scripts/uv_export.py
index 48d1be41d5e..53a17c51942 100644
--- a/release/scripts/uv_export.py
+++ b/release/scripts/uv_export.py
@@ -4,21 +4,31 @@
Name: 'UV Face Layout'
Blender: 232
Group: 'Export'
-Tooltip: 'Export the UV Faces layout of the selected object to tga.'
+Tooltip: 'Export the UV Faces layout of the selected object to tga'
"""
-
-# Martin Poirier 2003 #
-# theeth@yahoo.com #
-# #
-# Change the #
-# default_file line #
-# to point it where #
-# you want #
-# #
-# thanks to jms #
-# for the tga funcs #
-# #
+# --------------------------------------------------------------------------
+# ***** BEGIN GPL LICENSE BLOCK *****
+#
+# Copyright (C) 2003: Martin Poirier, theeth@yahoo.com
+#
+# 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 2
+# 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, write to the Free Software Foundation,
+# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# ***** END GPL LICENCE BLOCK *****
+# --------------------------------------------------------------------------
+# thanks to jms for the tga functions
# --------------------------
# Version 1.1
# Clear a bug that crashed the script when UV coords overlapped in the same faces