Image editor: not updating after image operation.
Fixes T96324, T96312, T96323
This commit is contained in:
@@ -2790,8 +2790,7 @@ static int image_flip_exec(bContext *C, wmOperator *op)
|
||||
|
||||
ED_image_undo_push_end();
|
||||
|
||||
/* force GPU re-upload, all image is invalid. */
|
||||
BKE_image_free_gputextures(ima);
|
||||
BKE_image_partial_update_mark_full_update(ima);
|
||||
|
||||
WM_event_add_notifier(C, NC_IMAGE | NA_EDITED, ima);
|
||||
|
||||
@@ -2910,8 +2909,7 @@ static int image_invert_exec(bContext *C, wmOperator *op)
|
||||
|
||||
ED_image_undo_push_end();
|
||||
|
||||
/* Force GPU re-upload, all image is invalid. */
|
||||
BKE_image_free_gputextures(ima);
|
||||
BKE_image_partial_update_mark_full_update(ima);
|
||||
|
||||
WM_event_add_notifier(C, NC_IMAGE | NA_EDITED, ima);
|
||||
|
||||
@@ -3001,8 +2999,7 @@ static int image_scale_exec(bContext *C, wmOperator *op)
|
||||
|
||||
ED_image_undo_push_end();
|
||||
|
||||
/* Force GPU re-upload, all image is invalid. */
|
||||
BKE_image_free_gputextures(ima);
|
||||
BKE_image_partial_update_mark_full_update(ima);
|
||||
|
||||
DEG_id_tag_update(&ima->id, 0);
|
||||
WM_event_add_notifier(C, NC_IMAGE | NA_EDITED, ima);
|
||||
|
Reference in New Issue
Block a user