[Bf-extensions-cvs] [fe8ddeae] blender2.8: Switch support of Import Images as Planes add-on to OFFICIAL.

Bastien Montagne noreply at git.blender.org
Thu Nov 8 18:19:17 CET 2018


Commit: fe8ddeae1b65b356554dfac70cc3540b9f125ac3
Author: Bastien Montagne
Date:   Thu Nov 8 18:18:12 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBAfe8ddeae1b65b356554dfac70cc3540b9f125ac3

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...

===================================================================

M	io_import_images_as_planes.py

===================================================================

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",
 }



More information about the Bf-extensions-cvs mailing list