Skip to content

Releases: timlinux/QGISAnimationWorkbench

v1.4.0 - Frame Slider, Easing Previews, and Stability Fixes

09 Mar 01:06

Choose a tag to compare

🎬 Animation Workbench v1.4.0

This release brings significant usability improvements to the Animation Workbench plugin, with a focus on better frame preview controls, enhanced easing visualization, and critical stability fixes.

✨ New Features

Frame Preview Slider

  • New slider control next to the frame spinbox for easy scrubbing through animation frames
  • Live synchronization between slider and spinbox values
  • Smart preview rendering - frames render only when slider is released, not during drag
  • Dynamic frame count displayed after the slider, calculated correctly for all animation modes (fixed extent, planar, sphere)

Enhanced Easing Preview

  • Theme-aware colors - adapts to dark/light QGIS themes with Kartoza branding
  • Smoother animations - bouncing dot indicator shows easing curve behavior
  • Combined preview & chart view - single widget with animated visualization

Improved Dependency Handling

  • Graceful fallback UI when multimedia libraries (PyQt5 Multimedia) are unavailable
  • Better error messages for missing ffmpeg/ImageMagick dependencies
  • Clearer status indicators for dependency availability

🐛 Bug Fixes

Critical Stability Fixes

  • Fixed SIGSEGV crash in preview rendering caused by functools.partial() callback issues
  • Fixed dialog freeze caused by event pile-up in easing animation timer
  • Signal cleanup prevents callback accumulation when cancelling preview tasks
  • Position caching reduces pyqtgraph overhead in easing dot updates

Code Quality

  • Fixed all flake8 linting errors
  • Resolved security issues (shell injection vulnerability)
  • Added proper noqa comments for intentional module re-exports

🛠️ Developer Experience

Nix Flake Improvements

  • Auto-generated pyrightconfig.json for LSP support
  • Multiple QGIS versions available: stable, LTR, and master
  • Convenience commands: nix run .#test, nix run .#format, nix run .#lint

Neovim Integration

  • Project-specific keybindings under <leader>p
  • DAP debugpy configuration for QGIS debugging
  • LSP support with proper QGIS Python paths

Debugging Tools

  • Crash handler options (gdb/catchsegv) in start scripts
  • Improved logging and error reporting

📦 Installation

Download the plugin zip from the release assets or install via QGIS Plugin Manager.

🙏 Credits

Made with 💗 by Kartoza | Donate | GitHub

Alpha 16

03 Jul 01:43

Choose a tag to compare

Alpha 16 Pre-release
Pre-release
alpha-16

Last tweaks for release zip builder

Alpha 15

03 Jul 00:40

Choose a tag to compare

Alpha 15 Pre-release
Pre-release
alpha-15

Last tweaks for release zip builder

Alpha 14

03 Jul 00:29

Choose a tag to compare

Alpha 14 Pre-release
Pre-release
alpha-14

fix release zip path

Alpha 13

03 Jul 00:11

Choose a tag to compare

Alpha 13 Pre-release
Pre-release
alpha-13

fix release zip path

Alpha 12

03 Jul 00:06

Choose a tag to compare

Alpha 12 Pre-release
Pre-release
alpha-12

fix release zip path

Alpha 3

14 Jun 23:06
65f791e

Choose a tag to compare

Alpha 3 Pre-release
Pre-release

This is the third alpha release of the QGIS Animation Workshop Plugin. To install, download the animation_workbench.zip file below and open it in QGIS using the plugin manager.

  1. Open QGIS
  2. Plugins ➡ Manage and install plugins ...
  3. Choose the Install from zip tab
    image
  4. Select the animation_workbench.zip download
  5. Click the Install Plugin button.

Alpha-2

05 Apr 14:44

Choose a tag to compare

Alpha-2 Pre-release
Pre-release

Many updates including threading, cancel jobs, code refactor by Nyall etc. but still not production ready....

What's Changed

New Contributors

Full Changelog: apha-1...alpha-2

Alpha 1

06 Mar 15:39
4f81112

Choose a tag to compare

Alpha 1 Pre-release
Pre-release

This is definately not production ready yet....