Skip to content

Releases: ynput/ayon-premiere

0.1.7

15 Dec 11:03

Choose a tag to compare

Changelog

💚 Enhancement

🏛️Product base types: add support to creators - #35

This is adding product base types support to existing creators. In this stage, it only mimics the product types. This has to be done in all DCC before further changes can be done in https://github.com/ynput/ayon-core to finalize the support.


🐛 Bug

CI: Fix Mkdocs Automation - #33
  • Add a CI action to trigger MK Docs deployment on creating new tags.
    when testing the CI action manually (trigger from Action tab manually on GH), it will generate a dummy-build version that will be deleted as soon as a tag is created.
  • Remove pyproject.toml from #19

resolve #32


0.1.6

30 Sep 09:30

Choose a tag to compare

Changelog

💚 Enhancement

Create: Use kwargs to call product name functions - #31

Use kwargs to call product name functions and use cached data to call them if possible.


Chore: Allow per project addon version - #30

Addon can be used in per-project bundles.


0.1.5

29 Jul 10:12

Choose a tag to compare

Changelog

💚 Enhancement

Chore: Use new workfiles API to increment current workfile. - #29

When incrementing the workfile during publish, use the new context-based workfile API so that the current author information is stored with the saved file.


0.1.4

07 May 09:04

Choose a tag to compare

Changelog

🐛 Bug

Fix: update AE composition is possible even with text/effects in timeline - #24

This handle issue where loaded AE composition cannot be updated when text layer or effect is added into Timeline.


0.1.3

31 Mar 12:50

Choose a tag to compare

Changelog

🎉 Feature

Automated mkdocs setup - #19

Brief description of the solution this PR is implementing. This should be only a few sentences and it will be publicly visible in the changelog. You can highlight importance of the change and add links to further information or supporting documentation


🐛 Bug

Fix loaded items are not showing in deeper levels - #20

Loaded container in level 2 didn't show up in Manage...


0.1.2

25 Mar 14:57

Choose a tag to compare

Changelog

💚 Enhancement

Set auto install On by default - #18

Premiere implementation is new, there is very small chance that anyone installed extension manually.


Enhancement: implement version changes in scene inventory - #17

This PR provides full functionality of update operations in Manage ... tool.

It moves loaded compositions into separate Bins which allows to update them separately.

It should work on previously loaded containers with ONLY single compositions! It is recommended to test it on freshly loaded containers.


🐛 Bug

Fix: container bins are pushed back to root during update - #16

Artist might want to organize loaded containers in deeper hierarchy (eg. additional Bins like Video, Images etc).
Without this PR any update to loaded container moved that bin back to root. Now it updated bin keeps its position.

It was additionally implemented placing loaded container (bin) into deepest selected Bin. (Eg. artist have bin hierarchy Videos > HD - selects HD bin, uses Loader to load footage as new Bin. That bin should appear directly in Videos > HD bin.


0.1.1

12 Mar 09:15

Choose a tag to compare

Changelog

🎉 Feature

Feature: loader for AfterEffects compositions - #14

Added loader which allows to load AE workfiles and theirs compositions. It provides options to select one or multiple compositions, or it allows to import all compositions in the workfile.

It doesn't support updating of loaded workfile as there is no UI in Manage tool to select composition to load (as old Bin will be removed, new load needs to happen.)

For now artist should remove and load again if necessary.


0.1.0

22 Jan 10:08

Choose a tag to compare

Initial release of Premiere addon.

What's Changed

  • First implemenation by @kalisp in #4
  • Removed forgotten development creation of dummy sequence by @kalisp in #5
  • Implemented Loader functionality by @kalisp in #7
  • Fix moving loaded bins into hierarchy by @kalisp in #8
  • Fix: container update affects other clips by @kalisp in #9
  • pre launch hook for installing AYON extension by @Sponge96 in #6

New Contributors

Full Changelog: https://github.com/ynput/ayon-premiere/commits/0.1.0