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-11-07 21:03:18 +0300
committerMartin Poirier <theeth@yahoo.com>2004-11-07 21:03:18 +0300
commit16951736882773a383f04eb2809fa9b341bef9c2 (patch)
tree278ea2dc4a60dec680ab4b569d631efacedcd349 /release/scripts/uv_export.py
parent17217648e599e8b806e5f7e0182a8963bb54b5e6 (diff)
Some additions to the docs for my scripts.
Diffstat (limited to 'release/scripts/uv_export.py')
-rw-r--r--release/scripts/uv_export.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/scripts/uv_export.py b/release/scripts/uv_export.py
index f1f8b628366..78d173d88fb 100644
--- a/release/scripts/uv_export.py
+++ b/release/scripts/uv_export.py
@@ -7,8 +7,8 @@ Group: 'UV'
Tooltip: 'Export the UV face layout of the selected object to a .TGA file'
"""
-__author__ = "Martin (Theeth) Poirier"
-__url__ = ("blender", "elysiun")
+__author__ = "Martin 'theeth' Poirier"
+__url__ = ("http://www.blender.org", "http://www.elysiun.com")
__version__ = "1.3a"
__bpydoc__ = """\
@@ -27,6 +27,7 @@ use object's name and more.
Notes:<br>
Jean-Michel Soler (jms) wrote TGA functions used by this script.
+ Zaz added the default path code and Selected Face option.
"""