[Bf-extensions-cvs] [eb49cc0d] blender2.8: Fix T56937: import images as plane error due to removed property.

Brecht Van Lommel noreply at git.blender.org
Thu Sep 27 15:53:56 CEST 2018


Commit: eb49cc0d7bed76e0f300fca19bf195d3efb2547b
Author: Brecht Van Lommel
Date:   Thu Sep 27 15:53:07 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBAeb49cc0d7bed76e0f300fca19bf195d3efb2547b

Fix T56937: import images as plane error due to removed property.

===================================================================

M	io_import_images_as_planes.py

===================================================================

diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index dc29104c..4ff123df 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -179,7 +179,6 @@ def load_images(filenames, directory, force_reload=False, frame_start=1, find_se
             frames = image.frame_duration
 
         elif frames > 1:  # Not movie, but multiple frames -> image sequence
-            image.use_animation = True
             image.source = 'SEQUENCE'
 
         yield ImageSpec(image, size, frame_start, offset - 1, frames)



More information about the Bf-extensions-cvs mailing list