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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Geraskin <paul_geraskin@mail.ru>2013-06-26 12:51:33 +0400
committerPaul Geraskin <paul_geraskin@mail.ru>2013-06-26 12:51:33 +0400
commit9cdec8efb06bca1ece24265d86349809b8472038 (patch)
tree0aa2ae543b882ce1c95981906ed9a847b3508156
parentcfeb3d2fb289250a5cdbdb418ebd21cc06fb9c87 (diff)
Added Campbell Burton to authors. As he redisigned entire script.
-rw-r--r--uv_texture_atlas.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index a21a74d7..a42870c6 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -19,9 +19,9 @@
bl_info = {
"name": "Texture Atlas",
- "author": "Andreas Esau, Paul Geraskin",
+ "author": "Andreas Esau, Paul Geraskin, Campbell Barton",
"version": (0, 18),
- "blender": (2, 6, 6),
+ "blender": (2, 6, 7),
"location": "Properties > Render",
"description": "A simple Texture Atlas for unwrapping many objects. It creates additional UV",
"wiki_url": "http://code.google.com/p/blender-addons-by-mifth/",