libreflow.andarta


Namelibreflow.andarta JSON
Version 2.3.1 PyPI version JSON
download
home_pagehttps://gitlab.com/lfs.coop/libreflow/libreflow.andarta
SummaryTailor-made flow for Andarta Pictures productions
upload_time2024-06-06 17:46:36
maintainerNone
docs_urlNone
authorBaptiste Delos, Flavio Perez, Valentin Braem
requires_python>=3.8
licenseLGPLv3+
keywords kabaret cgwire kitsu gazu animation pipeline libreflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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]

## [2.3.1] - 2024-06-06

### Added

* New session option to redefine its home oid. This oid can be provided either using the command line argument `--home-oid` or through the environment using the variable `KABARET_HOME_OID`.

## [2.3.0] - 2024-06-06

2.2.0 is skipped to matching with libreflow.flows

### Added

* Create Shots, Assets from Kitsu: for existing entities, default tasks are now updated, in case new tasks need to be added.
* Creation of shots and assets from Kitsu: an option can be checked to create the task default files enabled by default in the task manager.
* The session provides a new command-line option `--search-auto-indexing` to enable the search engine's automatic indexing. This feature can also be enabled by defining the `SEARCH_AUTO_INDEXING` variable in the environment of the session launch script.
* The session now uses the new Kabaret's layout manager which is enabled by default with the session autosave feature.

### Changed

* The padding of the default sequence and shot name filters in *MyTasks* settings are now 2 and 4 respectively.
* This is now possible to select asset libraries and types to create respectively in the `CreateKitsuAssetLibs` and `CreateKitsuAssetsFromTypes` action dialogs from the available ones in Kitsu.
* Clean and harmonise log messages with the session logger for a better readability.

### Fixed

* A `kitsu_name` parameter has been added to the `AssetLib` and `AssetType` classes. This parameter is hidden and not editable by default, and is used by `CreateKitsuAssetLibs` and `CreateKitsuAssetTypes` actions to retrieve the Kitsu episodes and types assets belong to (instead of relying on the mapped name or code).
* User Tasks
  * Libreflow bookmarks no longer break the interface.
  * Episode name is now passed to `get_shot_data()` to properly retrieve kitsu shot entity.

## [2.1.2] - 2023-10-12

### Added

* Enable the use of flow extensions in the whole project.

### Changed

* Methods `ensure_tasks()` of `Shot` and `Asset` objects are not sensitive to the case of the task template name.

## [2.1.1] - 2023-10-06

### Fixed

* User Tasks: libreflow bookmarks now works according with kitsu episodes

## [2.1.0] - 2023-09-19

### Added

* A hidden parameter to actions for creating films, sequences and shots from Kitsu to filter theses entities by name.
* Two options to the `CreateKitsuFilms` action to create shots and sequences in the created episodes.
* Added the new asset level in the librairies
* Code and display names for specic naming conventions of Andarta
* New backend script for handle installation and updates of Libreflow
* Default dialog size for Import Files

### Changed

* User tasks can now handle episodes and is updated to the new flow
* Versioneer has been updated to 0.28, fixing the version number issues making the install anoying at Andarta
* UI elements in the main project page
* Readme to match new steps for install
* Import Files handle the new asset level

### Fixed

* Upload to Kitsu and create film/sequences/shots now allows to use TVShows kitsu projects
* Get episodes in Kitsu with sufixes in names
* Create assets in the updated lib from Kitsu
* User Tasks: Fallback to the old URL for Kitsu My Tasks page

## [2.0.0] - 2023-07-24

Define a flow up and ready to use.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/lfs.coop/libreflow/libreflow.andarta",
    "name": "libreflow.andarta",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "kabaret cgwire kitsu gazu animation pipeline libreflow",
    "author": "Baptiste Delos, Flavio Perez, Valentin Braem",
    "author_email": "baptiste@les-fees-speciales.coop, flavio@lfs.coop, valentinbraem1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ba/aa/a120ca190eb238ef9bfa468dc43e4df523164f43b5f6b09ebee7118f77b2/libreflow_andarta-2.3.1.tar.gz",
    "platform": null,
    "description": "# 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## [2.3.1] - 2024-06-06\n\n### Added\n\n* New session option to redefine its home oid. This oid can be provided either using the command line argument `--home-oid` or through the environment using the variable `KABARET_HOME_OID`.\n\n## [2.3.0] - 2024-06-06\n\n2.2.0 is skipped to matching with libreflow.flows\n\n### Added\n\n* Create Shots, Assets from Kitsu: for existing entities, default tasks are now updated, in case new tasks need to be added.\n* Creation of shots and assets from Kitsu: an option can be checked to create the task default files enabled by default in the task manager.\n* The session provides a new command-line option `--search-auto-indexing` to enable the search engine's automatic indexing. This feature can also be enabled by defining the `SEARCH_AUTO_INDEXING` variable in the environment of the session launch script.\n* The session now uses the new Kabaret's layout manager which is enabled by default with the session autosave feature.\n\n### Changed\n\n* The padding of the default sequence and shot name filters in *MyTasks* settings are now 2 and 4 respectively.\n* This is now possible to select asset libraries and types to create respectively in the `CreateKitsuAssetLibs` and `CreateKitsuAssetsFromTypes` action dialogs from the available ones in Kitsu.\n* Clean and harmonise log messages with the session logger for a better readability.\n\n### Fixed\n\n* A `kitsu_name` parameter has been added to the `AssetLib` and `AssetType` classes. This parameter is hidden and not editable by default, and is used by `CreateKitsuAssetLibs` and `CreateKitsuAssetTypes` actions to retrieve the Kitsu episodes and types assets belong to (instead of relying on the mapped name or code).\n* User Tasks\n  * Libreflow bookmarks no longer break the interface.\n  * Episode name is now passed to `get_shot_data()` to properly retrieve kitsu shot entity.\n\n## [2.1.2] - 2023-10-12\n\n### Added\n\n* Enable the use of flow extensions in the whole project.\n\n### Changed\n\n* Methods `ensure_tasks()` of `Shot` and `Asset` objects are not sensitive to the case of the task template name.\n\n## [2.1.1] - 2023-10-06\n\n### Fixed\n\n* User Tasks: libreflow bookmarks now works according with kitsu episodes\n\n## [2.1.0] - 2023-09-19\n\n### Added\n\n* A hidden parameter to actions for creating films, sequences and shots from Kitsu to filter theses entities by name.\n* Two options to the `CreateKitsuFilms` action to create shots and sequences in the created episodes.\n* Added the new asset level in the librairies\n* Code and display names for specic naming conventions of Andarta\n* New backend script for handle installation and updates of Libreflow\n* Default dialog size for Import Files\n\n### Changed\n\n* User tasks can now handle episodes and is updated to the new flow\n* Versioneer has been updated to 0.28, fixing the version number issues making the install anoying at Andarta\n* UI elements in the main project page\n* Readme to match new steps for install\n* Import Files handle the new asset level\n\n### Fixed\n\n* Upload to Kitsu and create film/sequences/shots now allows to use TVShows kitsu projects\n* Get episodes in Kitsu with sufixes in names\n* Create assets in the updated lib from Kitsu\n* User Tasks: Fallback to the old URL for Kitsu My Tasks page\n\n## [2.0.0] - 2023-07-24\n\nDefine a flow up and ready to use.\n",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": "Tailor-made flow for Andarta Pictures productions",
    "version": "2.3.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/lfs.coop/libreflow/libreflow.andarta"
    },
    "split_keywords": [
        "kabaret",
        "cgwire",
        "kitsu",
        "gazu",
        "animation",
        "pipeline",
        "libreflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "baaaa120ca190eb238ef9bfa468dc43e4df523164f43b5f6b09ebee7118f77b2",
                "md5": "6da764613714cc2992d6514ceadf8c9f",
                "sha256": "d5716a3313ca8162e6a10c9caa608f3a6c987e7fb6da9c9dd37b22c6f3b3557a"
            },
            "downloads": -1,
            "filename": "libreflow_andarta-2.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6da764613714cc2992d6514ceadf8c9f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 269146,
            "upload_time": "2024-06-06T17:46:36",
            "upload_time_iso_8601": "2024-06-06T17:46:36.837952Z",
            "url": "https://files.pythonhosted.org/packages/ba/aa/a120ca190eb238ef9bfa468dc43e4df523164f43b5f6b09ebee7118f77b2/libreflow_andarta-2.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-06 17:46:36",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "lfs.coop",
    "gitlab_project": "libreflow",
    "lcname": "libreflow.andarta"
}
        
Elapsed time: 0.29585s