Files
test2/source/blender/blenkernel/intern
Omar Emara 0a1d146389 Fix #143542: Missing Media Type when in saving operator
If the scene is currently set to a Video media type and the user uses
the Save Image As operator, the Media Type in the operator will be
empty. That's because the image saving format is initialized based on
the scene format, but image saving does not support videos, so the enum
is invalid in that context.

This issue already existed before the introduction of media types, but
it happened for the file format field directly.

To fix this, we default to an image type if the scene is set to a video.

Pull Request: https://projects.blender.org/blender/blender/pulls/143549
2025-07-29 16:21:50 +02:00
..
2025-05-20 04:33:43 +00:00
2025-05-24 11:45:06 +02:00
2025-06-12 10:37:47 +02:00
2025-05-22 16:32:44 +02:00
2025-05-09 16:13:25 +02:00
2025-05-08 15:37:28 +02:00
2025-05-23 15:34:26 +02:00
2025-06-27 16:44:33 +02:00
2025-05-09 16:13:25 +02:00