From d1fe2d0dce43fd1e16d2683dc4541b2e4e78065e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 20 May 2019 08:28:29 +0200 Subject: Fix T64853: FBX fail to export after recent changes --- 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 d610bff5..bed61ce3 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -939,7 +939,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper): def apply_image_options(self, image): if self.use_transparency == False: - image.alpha_mode = 'IGNORE' + image.alpha_mode = 'NONE' else: image.alpha_mode = self.alpha_mode -- cgit v1.2.3