Releases: ynput/ayon-premiere
0.1.7
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 adummy-buildversion that will be deleted as soon as a tag is created. - Remove
pyproject.tomlfrom #19
resolve #32
0.1.6
0.1.5
0.1.4
0.1.3
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
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
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
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