From cd103cbac5c5d80d94e19cfb84fe768e82601d6f Mon Sep 17 00:00:00 2001 From: CoDEmanX Date: Tue, 19 Nov 2013 15:58:46 +0100 Subject: Fix for bl_info blender versions, use (2, 6x, 0) not (2, 6, x). --- uv_texture_atlas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uv_texture_atlas.py') diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py index 1365d3bd..92838402 100644 --- a/uv_texture_atlas.py +++ b/uv_texture_atlas.py @@ -21,7 +21,7 @@ bl_info = { "name": "Texture Atlas", "author": "Andreas Esau, Paul Geraskin, Campbell Barton", "version": (0, 2, 0), - "blender": (2, 6, 7), + "blender": (2, 67, 0), "location": "Properties > Render", "description": "A simple Texture Atlas for unwrapping many objects. It creates additional UV", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/UV/TextureAtlas", -- cgit v1.2.3