Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io_import_images_as_planes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 28245cc1..a7b04cd7 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 #####