From 0556bba7317df45fb1ed329cc8043fa0ec28859b Mon Sep 17 00:00:00 2001 From: Bastien Montagne <montagne29@wanadoo.fr> Date: Fri, 23 Sep 2011 09:01:17 +0000 Subject: [PATCH] Fixing wrong type= syntax in report call... --- io_import_images_as_planes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index 28245cc12..a7b04cd73 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -219,7 +219,7 @@ def import_images(self, context): for plane in planes: plane.select = True - self.report(type='INFO', + self.report(type={'INFO'}, message='Added %i Image Plane(s)' %len(planes)) ##### OPERATOR ##### -- GitLab