Mirror of ayon core so that FrameWork can fork it.
Find a file
Jakub Jezek b3a39ddcc3
feat: Copy ACES input transform from timeline clip to new media item
This commit adds functionality to copy the ACES input transform from a timeline clip to a new media item. It retrieves the IDT (Input Device Transform) property from the timeline clip and sets it on the new media item.

Also, it updates the ClipLoader class in plugin.py to read trimming information from the timeline item instead of using "Start" and "End" properties. The start time is calculated as the left offset of the timeline item, and the end time is calculated by adding the duration of the timeline item to its start time.

These changes improve compatibility and ensure accurate copying of clips in Ayon Core Resolve API.
2024-02-13 10:55:17 +01:00
.github adding workflow pr-labeler missing config 2024-02-12 23:02:52 +01:00
client feat: Copy ACES input transform from timeline clip to new media item 2024-02-13 10:55:17 +01:00
server Merge branch 'develop' into enhancement/OP-8103_thumbnail_subset_filtering 2024-02-09 08:40:57 +00:00
server_addon rearrange deadline settings 2024-02-09 11:02:59 +02:00
.all-contributorsrc update .all-contributorsrc [skip ci] 2023-06-01 07:23:27 +00:00
.dockerignore changes in ignore files 2021-06-23 10:50:47 +02:00
.gitattributes Merge remote-tracking branch 'origin/develop' into 3.0/refactoring 2020-11-18 15:19:17 +01:00
.gitignore clean more lines from gitignore 2024-02-05 15:09:29 +01:00
.gitmodules rename openpype > ayon_core 2024-02-05 15:26:43 +01:00
.hound.yml hound flake8 config moved to setup.cfg 2020-09-10 00:17:41 +02:00
.pre-commit-config.yaml 🎨 allow underscore in branch names 2023-02-07 19:37:11 +01:00
.prettierrc add prettier config 2020-12-15 15:43:55 +01:00
create_package.py use new addon structure with 'package.py' 2024-02-08 17:00:21 +01:00
LICENSE change licence to apache 2024-02-05 14:07:48 +01:00
package.py bump version to '0.2.1-dev.1' 2024-02-08 17:34:23 +01:00
README.md Update README.md 2024-02-08 15:32:57 +01:00
setup.cfg cleanup root of repository 2024-02-05 14:17:58 +01:00

AYON Core addon

AYON core provides the base building blocks for all other AYON addons and integrations and is responsible for discovery and initialization of other addons.

  • Some of its key functions include:
  • It is used as the main command line handler in ayon-launcher application.
  • Provides publishing plugins that are available to all AYON integrations.
  • Defines the base classes for new pipeline integrations
  • Provides global hooks
  • Provides universally available loaders and launcher actions
  • Defines pipeline API used by other integrations
  • Provides all graphical tools for artists
  • Defines AYON QT styling
  • A bunch more things

Together with ayon-launcher , they form the base of AYON pipeline and is one of few compulsory addons for AYON pipeline to be useful in a meaningful way.

AYON-core is a successor to OpenPype repository (minus all the addons) and still in the process of cleaning up of all references. Please bear with us during this transitional phase.