Skip to content

Animation: Render Animations from Compositions

Eoin O'Neill requested to merge (removed):ani/composition-render into master

Added a new button to the lower-right corner of the Compositions Docker that allows the user to render out multiple animations from their compositions. This was requested by bollebib and is useful for exporting an animation as different "layers", maybe to be composited later.

In order to do this, some shared rendering-related UI and code needed to be moved into the KritaUI library in order to be accessed by the compositions docker plugin. As a result, the AnimationRenderer plugin is no longer needed and was removed.

Test Plan

  • Create an animation with more than one layer.
  • Create more than one composition.
  • Check to select which compositions you want to render.
  • Click Render Animation action within the export button foldout on the lower right-hand corner.

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.

Merge request reports