From fe8ddeae1b65b356554dfac70cc3540b9f125ac3 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 8 Nov 2018 18:18:12 +0100 Subject: Switch support of Import Images as Planes add-on to OFFICIAL. As discussed during bconf, have been maintaing that one for years now, and it's quiet widely used... --- io_import_images_as_planes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index 6a043579..34177f85 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -29,6 +29,7 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Add_Mesh/Planes_from_Images", + "support": 'OFFICIAL', "category": "Import-Export", } -- cgit v1.2.3