From 2872d0440fd1fdb4048cfd0a135f4763562cf96e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 19 Dec 2012 16:07:27 +0000 Subject: fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ? make addons blender versions consistent --- io_import_gimp_image_to_scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_import_gimp_image_to_scene.py') diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py index bc09c75f..1cf405b0 100644 --- a/io_import_gimp_image_to_scene.py +++ b/io_import_gimp_image_to_scene.py @@ -20,7 +20,7 @@ bl_info = { "name": "Import GIMP Image to Scene (.xcf/.xjt)", "author": "Daniel Salazar (ZanQdo)", "version": (2, 0, 0), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "File > Import > GIMP Image to Scene(.xcf/.xjt)", "description": "Imports GIMP multilayer image files as a series of multiple planes", "warning": "XCF import requires xcftools installed", -- cgit v1.2.3