timlinux / QGISAnimationWorkbench

A plugin that allows you to create animations from your QGIS project.
https://timlinux.github.io/QGISAnimationWorkbench/
GNU General Public License v2.0
22 stars 6 forks source link

Use QgsBlockingProcess to run movie creation commands #8

Closed nyalldawson closed 2 years ago

nyalldawson commented 2 years ago

Allows us an easy way to show feedback from these commands, report errors, and support early cancelation of movie creation

(and in future we could also add progress reporting if we parse the output from the commands accordingly!)

timlinux commented 2 years ago

Yay thanks!