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:
Diffstat (limited to 'release/scripts/uv_export.py')
-rw-r--r--release/scripts/uv_export.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/release/scripts/uv_export.py b/release/scripts/uv_export.py
index ef224b6eba8..5a494952487 100644
--- a/release/scripts/uv_export.py
+++ b/release/scripts/uv_export.py
@@ -28,7 +28,13 @@ Tooltip: 'Export the UV face layout of the selected object to a .TGA file'
#
# ***** END GPL LICENCE BLOCK *****
# --------------------------------------------------------------------------
-# thanks to jms for the tga functions
+# thanks to jms for the tga functions:
+# Writetga and buffer functions
+# (c) 2002-2004 J-M Soler released under GPL licence
+# Official Page :
+# http://jmsoler.free.fr/didacticiel/blender/tutor/write_tga_pic.htm
+# Communicate problems and errors on:
+# http://www.zoo-logique.org/3D.Blender/newsportal/thread.php?group=3D.Blender
# --------------------------
# Version 1.1
# Clear a bug that crashed the script when UV coords overlapped in the same faces