Releases: ynput/ayon-aftereffects
0.3.0
Changelog
π Enhancement
ποΈProduct base types: Product types and base types - #67
Use product base types and add support for product types used as aliases.
Load workfiles into an open AEP project - #65
This pull request introduces the functionality to load workfiles within an already open Adobe After Effects (AEP) workfile.
0.2.16
0.2.15
Changelog
π Enhancement
Enhancement: workfile up versioning is optional - #60
Allows artist to disable current opened workfile to be versioned up. By default each successful publish will version up work workfile too.
Now controlled by Context plugin, eg. could be controlled even if workfile instance is disabled. (Artist doesn't want to publish new version of workfile instance, but still might want to version up work workfile.)
0.2.14
Changelog
π Enhancement
ποΈProduct base types: add support to creators - #55
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.
0.2.13
0.2.12
Changelog
π Enhancement
Validator: Fix instance in context validation - #46
- Fix validation when targeting different context
- Make validation optional
- Match logic more with other DCCs (e.g. maya)
- Now it also validates whether task matches
π Bug
CI: Fix Mkdocs Automation - #48
- 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 #31
resolve #47
0.2.11
Changelog
π Enhancement
add ae to hosts in collect_workfile - #44
Add hosts hosts = ["aftereffects"] to client/ayon_aftereffects/plugins/publish/collect_workfile.py
To ensure that this is only run in after effect context.
Create: Use kwargs to call product name functions - #43
Use kwargs to call product name functions and use cached data to call them if possible.
0.2.10
Changelog
π Enhancement
Chore: Use new workfiles api - #40
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.2.9
0.2.8
Changelog
π Feature
Feature/mkdocs setup - #31
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
Create Render: Fix applying setting `force_setting_values` - #30
Apply ayon+settings://aftereffects/create/RenderCreator/force_setting_values setting to Render Creator