Fix #105757: Resizing images is not marking them as changed #105851

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:105757 into blender-v3.5-release 2023-03-17 12:05:02 +01:00

1 Commits

Author SHA1 Message Date
Philipp Oeser ff1aada37f Fix #105757: Resizing images is not marking them as changed
Resizing an image via the operator did not mark it dirty
(`IB_BITMAPDIRTY` is needed to pick this up as being modified, if this is
not set, no warning/option is shown on file close).

Note that using RNA would already do this correctly (since it uses
`BKE_image_scale` -- which already calls `BKE_image_mark_dirty`
internally).
2023-03-17 10:42:16 +01:00