Metadata-Version: 2.2
Name: libreflow.extensions.runner.tvpaint_build
Version: 1.0.5
Home-page: https://gitlab.com/lfs.coop/libreflow/extensions/runner/tvpaint
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.9
Description-Content-Type: text/markdown
Requires-Dist: pytvpaint
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 Tvpaint

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.0.4] - 2024-12-12

### Fixed

* Fixed an error when Libreflow does not find a open TvPaint instance

## [1.0.3] - 2024-12-12

### Added

* The build action now imports the animatic audio in the Tvpaint projects
* a Reload Audio action that imports the animatic audio in an already built TvPaint project

## [1.0.2] - 2024-11-27

* The default framerate of a built TVPaint scene is now 25 FPS.

## [1.0.1] - 2024-11-26

* Scene building now assumes that the TVPaint scene is already open.

## [1.0.0] - 2024-10-25

* Extension to create a TVPaint file with a specific resolution and import a image sequence from a ref folder.
