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_images_as_planes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_import_images_as_planes.py') diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index d0724531..01d860b0 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -20,7 +20,7 @@ bl_info = { "name": "Import Images as Planes", "author": "Florian Meyer (tstscr), mont29, matali", "version": (1, 7), - "blender": (2, 6, 5), + "blender": (2, 65, 0), "location": "File > Import > Images as Planes or Add > Mesh > Images as Planes", "description": "Imports images and creates planes with the appropriate " "aspect ratio. The images are mapped to the planes.", -- cgit v1.2.3