Metadata-Version: 2.4
Name: libreflow.extensions.lpc.utilities
Version: 1.3.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.1
Requires-Dist: libreflow.extensions.runner.animate>=1.2.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

# Lpc Utilities

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.3.0] - 2026-04-23

### Added

* An action on `Film` to submit jobs for sequence animatic render and storyboard build.

* An internal Adobe Animate script to update the animatic movie whitin a scene.
  * This script is automatically deployed whitin the local Animate environment.

* Adobe Animate scene builder: action and dedicated job have been adjusted for project needs.

* Adobe Animate rendering: usage of safety margins option.

* Sequence Blender playblast rendering:
  * A dedicated job type for batch operations with `kabaret.jobs` plugin.

## [1.2.0] - 2026-03-30

### Added

* Blender playblast rendering: an option to render with safety margins from Camera Overscan add-on.
  * This rendering scenario is stored in dedicated files with `_safety` as suffix.

## [1.1.0] - 2026-03-23

### Added

* An action to render a sequence from a Blender file using the Storyliner add-on
  * Individual shots are stored in a `TrackedFolder`
  * Then, a full-length movie can be generated from those individual shots
    * This specific step has an associated action that is available on a `TrackedFolder`

### Changed

* Expand the asset family map by default.

## [1.0.0] - 2026-02-21

### Added

* initial release: handle asset families for create kitsu assets actions
  * assets map for an asset type is hidden for now
