Page MenuHomePhabricator

Only first available mime type is selected when automatically writing e.g. in SceneSerialization
Closed, ResolvedPublic

Description

The FileWriterSelector will only check the first available mime-type for a given extension. If that mime-type does not have a writer which supports the basedata trying to be written an error is given.

This could be fixed by iterating over all available mime-types instead of just using the first one.

Event Timeline

User goch has pushed new remote branch:

bug-18604-iterate-over-all-mimetypes

[24740d]: Merge branch 'bug-18604-iterate-over-all-mimetypes'

Merged commits:

2015-01-09 15:07:19 Caspar Goch [6d1c17]
Reenable the nrrd extension for the diffusion image writer


2015-01-09 15:06:47 Caspar Goch [39a602]
Iterate over all applicable mime types and writers

[d40879]: Merge branch 'bug-18604-iterate-over-all-mimetypes'

Merged commits:

2015-01-09 19:29:54 Caspar Goch [e41e66]
COMP: Also get references for empy destMimeType