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

This commit is contained in:
Brecht Van Lommel 2018-09-27 15:53:07 +02:00
parent 5808784c02
commit eb49cc0d7b
Notes: blender-bot 2023-02-14 19:26:35 +01:00
Referenced by issue #56937, Import Images as Planes not working
1 changed files with 0 additions and 1 deletions

View File

@ -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)