From 70df942d31aaaa3d25b7c5543f28529cc51170cc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 8 Nov 2018 09:06:57 +1100 Subject: Update for changes in Blender's API --- io_import_images_as_planes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_import_images_as_planes.py') diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index e0c71426..6a043579 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -908,7 +908,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper): # setup new selection for plane in planes: - plane.select_set('SELECT') + plane.select_set(True) # all done! self.report({'INFO'}, "Added {} Image Plane(s)".format(len(planes))) -- cgit v1.2.3