Metadata-Version: 2.4
Name: libreflow.extensions.sk.tvpaint_scene_builder
Version: 1.0.12
Home-page: https://gitlab.com/lfs.coop/libreflow/libreflow_launcher
Author: Thomas Thiebaut
Author-email: autor@les-fees-speciales.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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-python

# Sk Tvpaint Scene Builder

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.11] - 2025-07-29

### Fixed
* Removed whitespace filtering needed for the extendscript version of the action

## [1.0.10] - 2025-06-26

### Fixed

* Audio Import working properly
* Extended path for the importation of modules in venv

## [1.0.9] - 2025-06-12

### Fixed

* Defaulting color_source_name to None

## [1.0.8] - 2025-05-15

### Added

* Animatic support for updating

## [1.0.7] - 2025-05-09

### Changed

* the builder and the updater will now import the bg_color as a single image

### Fixed

* the trigger for the updater to publish is now the closing of the TvPaint instance instead of the python process' end

## [1.0.6] - 2025-04-28

### Fixed

* hotfix - redirection to task oid after quitting the action's oid

## [1.0.5] - 2025-04-28

### Added

* Opening a tvpaint file in Posing will check if the bg_layout and bg_color on the last revision are up to date (does not work when directly opening a revision from the file history)

* Importing animatic on build

### Fixed

* Batch Reload Audio will ignore existing revisions that are not available locally

### Changed

* functions get_animatic_path and get_source_path in the Create_TVPaint_File class are merged since they do the same thing

## [1.0.4] - 2025-04-18

### Fixed

* Keep Tvpaint open when build is finished

## [1.0.3] - 2025-04-18

### Fixed

* Properly packing scripts in extension

## [1.0.2] - 2025-04-18

### Added

* Readable logs in TVPaint script

### Fixed

* Use BG Color group at import

## [1.0.1] - 2025-04-04

### Added

* automatic creation of layer groups

### Fixed

* bg_color layer folder will not be mandatory anymore to build a project

## [1.0.0] - 2025-03-07

### Added

* Extension to build a tv paint project and import the layers from the bg_layout and bg_color tasks
