Diffusion Krita 57173609d356

Fix rendering of animation frames if the directory not exist

Authored by dkazakov on Apr 28 2017, 3:53 PM.

Description

Fix rendering of animation frames if the directory not exist

This patch fixes five bugs:

  1. Recover warning dialog if the user tries to render animation frames into the directory with already existing frames. (QDir uses wildcard symbols instead of c-like patterns used by ffmpeg)
  1. Warn the user if rendering of frame files didn't complete successfully. Previously, Krita just tried to run ffmped on the non-existing files.
  1. Create the exporting directory if it doesn't exist.
  1. Create the rendering directory if it doesn't exist.
  1. If the user activates video-only mode and selects absolute file path, then export the frames into the same directory as the rendered file itself.

Details

Committed
dkazakovApr 28 2017, 3:53 PM
Parents
R37:8005a0242786: Merge remote-tracking branch 'origin/master' into kazakov/refactor-alpha…
Branches
Unknown
Tags
Unknown