diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index 28245cc12d1df1c6e13d6203a3d6245e0f48d1a2..a7b04cd734e0fdeb70503d34f7f60e0fab04fc84 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 #####