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:
Diffstat (limited to 'uv_texture_atlas.py')
-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/",