Compositor: MultiLayer image node: on using layer menu, the entire
multilayer file got freed, causing node to collapse and open full
again after a composite.
This commit is contained in:
Ton Roosendaal 2010-11-30 18:46:34 +00:00
parent 236a11ca63
commit c22dcbdd64

@ -281,7 +281,8 @@ static void rna_Node_image_layer_update(Main *bmain, Scene *scene, PointerRNA *p
ImageUser *iuser= node->storage;
BKE_image_multilayer_index(ima->rr, iuser);
BKE_image_signal(ima, iuser, IMA_SIGNAL_SRC_CHANGE);
/* do not call below function, it frees the multilayer exr */
/* BKE_image_signal(ima, iuser, IMA_SIGNAL_SRC_CHANGE); */
rna_Node_update(bmain, scene, ptr);
}