Metadata-Version: 2.4
Name: libreflow.extensions.runner.animate
Version: 1.2.0
Home-page: https://gitlab.com/lfs.coop/libreflow/libreflow_launcher
Author: LFS
Author-email: libreflow@lfs.coop
License: LGPLv3+
Keywords: kabaret libreflow
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: libreflow>=2.14.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python

# Runner Animate

hello world


# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)[^1].

<!---
Types of changes

- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.

-->

## [Unreleased]

## [1.2.0] - 2026-04-23

### Added

* Scene builder action:
  * A dedicated job type for batch operations with `kabaret.jobs` plugin.
  * An option to match canvas size for animatic movie.
  * Document scale anchor is now set to the center.
      * It will improve for safety margins rendering.
  * A base camera is now added by default.
* Render playblast action:
  * An option to use safety margins.
    * For now, the values are hardcoded to meet specific project needs. Proper integration will follow.

* The description of actions has been improved to include entity names (visible in the Processes view).

## [1.1.0] - 2026-02-23

### Added

* Scene builder action: adding animatic, and setup scene
* Export layers action: exporting all layers or selected layers
* Render playblast action: Final and preview render

## [1.0.0] - 2026-02-09

### Added

* initial release
