Fix #104534: Image editor doesn't refresh after render.render.
When render is triggered from python and the render result is displayed it isn't being updated as it wasn't tagged as being invalid. Pull Request #105480
This commit is contained in:
@@ -336,6 +336,7 @@ static void image_listener(const wmSpaceTypeListenerParams *params)
|
||||
case ND_COMPO_RESULT:
|
||||
if (ED_space_image_show_render(sima)) {
|
||||
image_scopes_tag_refresh(area);
|
||||
BKE_image_partial_update_mark_full_update(sima->image);
|
||||
}
|
||||
ED_area_tag_redraw(area);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user