Skip to content

Fixed sequence export for PNGs, and ignore multi-layers for PNG export too.

Ogers Ruda requested to merge png_sequence_export_issue into master

We don't need to do all that extra code to build the image filename for PNGs, where all we could do is respect the image filename value that user has chosen, and only ignore the and token in order to render beauty layer only.

Merge request reports