libreflow.extensions.sk.tvpaint-scene-builder


Namelibreflow.extensions.sk.tvpaint-scene-builder JSON
Version 1.0.14 PyPI version JSON
download
home_pagehttps://gitlab.com/lfs.coop/libreflow/libreflow_launcher
SummaryNone
upload_time2025-09-05 14:31:49
maintainerNone
docs_urlNone
authorThomas Thiebaut
requires_python>=3.7
licenseLGPLv3+
keywords kabaret libreflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.14] - 2025-09-05

### Fixed
* Made the source versions non-editable by users

## [1.0.13] - 2025-08-11

### Added
* On the first opening of the file in any task after posing, the source dependencies data will be fetched from the previous task

## [1.0.12] - 2025-07-30

### Fixed
* Masked the create file action in Tasks where it is not needed

## [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

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/lfs.coop/libreflow/libreflow_launcher",
    "name": "libreflow.extensions.sk.tvpaint-scene-builder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "kabaret libreflow",
    "author": "Thomas Thiebaut",
    "author_email": "autor@les-fees-speciales.coop",
    "download_url": "https://files.pythonhosted.org/packages/55/a1/256cb0726d78eed34d909689515e76daabd2b4650be8bddec94d73f64eea/libreflow_extensions_sk_tvpaint_scene_builder-1.0.14.tar.gz",
    "platform": null,
    "description": "# Sk Tvpaint Scene Builder\n\nhello world\n\n\n# Changelog\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)[^1].\n\n<!---\nTypes of changes\n\n- Added for new features.\n- Changed for changes in existing functionality.\n- Deprecated for soon-to-be removed features.\n- Removed for now removed features.\n- Fixed for any bug fixes.\n- Security in case of vulnerabilities.\n\n-->\n\n## [Unreleased]\n\n## [1.0.14] - 2025-09-05\n\n### Fixed\n* Made the source versions non-editable by users\n\n## [1.0.13] - 2025-08-11\n\n### Added\n* On the first opening of the file in any task after posing, the source dependencies data will be fetched from the previous task\n\n## [1.0.12] - 2025-07-30\n\n### Fixed\n* Masked the create file action in Tasks where it is not needed\n\n## [1.0.11] - 2025-07-29\n\n### Fixed\n* Removed whitespace filtering needed for the extendscript version of the action\n\n## [1.0.10] - 2025-06-26\n\n### Fixed\n\n* Audio Import working properly\n* Extended path for the importation of modules in venv\n\n## [1.0.9] - 2025-06-12\n\n### Fixed\n\n* Defaulting color_source_name to None\n\n## [1.0.8] - 2025-05-15\n\n### Added\n\n* Animatic support for updating\n\n## [1.0.7] - 2025-05-09\n\n### Changed\n\n* the builder and the updater will now import the bg_color as a single image\n\n### Fixed\n\n* the trigger for the updater to publish is now the closing of the TvPaint instance instead of the python process' end\n\n## [1.0.6] - 2025-04-28\n\n### Fixed\n\n* hotfix - redirection to task oid after quitting the action's oid\n\n## [1.0.5] - 2025-04-28\n\n### Added\n\n* 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)\n\n* Importing animatic on build\n\n### Fixed\n\n* Batch Reload Audio will ignore existing revisions that are not available locally\n\n### Changed\n\n* functions get_animatic_path and get_source_path in the Create_TVPaint_File class are merged since they do the same thing\n\n## [1.0.4] - 2025-04-18\n\n### Fixed\n\n* Keep Tvpaint open when build is finished\n\n## [1.0.3] - 2025-04-18\n\n### Fixed\n\n* Properly packing scripts in extension\n\n## [1.0.2] - 2025-04-18\n\n### Added\n\n* Readable logs in TVPaint script\n\n### Fixed\n\n* Use BG Color group at import\n\n## [1.0.1] - 2025-04-04\n\n### Added\n\n* automatic creation of layer groups\n\n### Fixed\n\n* bg_color layer folder will not be mandatory anymore to build a project\n\n## [1.0.0] - 2025-03-07\n\n### Added\n\n* Extension to build a tv paint project and import the layers from the bg_layout and bg_color tasks\n",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": null,
    "version": "1.0.14",
    "project_urls": {
        "Homepage": "https://gitlab.com/lfs.coop/libreflow/libreflow_launcher"
    },
    "split_keywords": [
        "kabaret",
        "libreflow"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55a1256cb0726d78eed34d909689515e76daabd2b4650be8bddec94d73f64eea",
                "md5": "8554c0cfd9134ffc24c938e73b17f8b4",
                "sha256": "8161ae0a1690c8edaf523566de88559dc8b07218a4d6b13c59c3f4d1d598a02f"
            },
            "downloads": -1,
            "filename": "libreflow_extensions_sk_tvpaint_scene_builder-1.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "8554c0cfd9134ffc24c938e73b17f8b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 33140,
            "upload_time": "2025-09-05T14:31:49",
            "upload_time_iso_8601": "2025-09-05T14:31:49.772858Z",
            "url": "https://files.pythonhosted.org/packages/55/a1/256cb0726d78eed34d909689515e76daabd2b4650be8bddec94d73f64eea/libreflow_extensions_sk_tvpaint_scene_builder-1.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-05 14:31:49",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "lfs.coop",
    "gitlab_project": "libreflow",
    "lcname": "libreflow.extensions.sk.tvpaint-scene-builder"
}
        
Elapsed time: 0.59069s