Fix missing metadata for multilayer exr sequences

This commit is contained in:
Sergey Sharybin 2019-03-12 14:50:58 +01:00
parent 645cc3e871
commit 936014ea8c
Notes: blender-bot 2024-03-22 15:57:27 +01:00
Referenced by issue #62518, Mesh objects are invisible if you open this file with the "load UI" option unchecked
Referenced by issue #62520, Texture paint undo sometimes changes texture slot
Referenced by issue #62514, Grease Pencil modifier properties don't update in realtime when linked to a driver
Referenced by issue #62504, Access violation trying to access C.evaluated_get().view_layer_eval.depsgraph
1 changed files with 1 additions and 1 deletions

View File

@ -3317,7 +3317,7 @@ static ImBuf *load_sequence_single(Image *ima, ImageUser *iuser, int frame, cons
iuser_t.view = view_id;
BKE_image_user_file_path(&iuser_t, ima, name);
flag = IB_rect | IB_multilayer;
flag = IB_rect | IB_multilayer | IB_metadata;
flag |= imbuf_alpha_flags_for_image(ima);
/* read ibuf */