Closed alahiff closed 5 years ago
If the user specified a wildcard, e.g. frame_*.png (for the case when the actual output filename is not known in advance), the object name will include the *, when it should be the actual filename.
frame_*.png
*
Actually, this can't currently be changed because the object name is decided in advance, before we know the filename.
If the user specified a wildcard, e.g.
frame_*.png
(for the case when the actual output filename is not known in advance), the object name will include the*
, when it should be the actual filename.