From 9cdec8efb06bca1ece24265d86349809b8472038 Mon Sep 17 00:00:00 2001 From: Paul Geraskin <paul_geraskin@mail.ru> Date: Wed, 26 Jun 2013 08:51:33 +0000 Subject: [PATCH] Added Campbell Burton to authors. As he redisigned entire script. --- uv_texture_atlas.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py index a21a74d78..a42870c66 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/", -- GitLab