Skip to content

Releases: ynput/ayon-aftereffects

0.3.0

04 Mar 09:56

Choose a tag to compare

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

17 Feb 10:20

Choose a tag to compare

Changelog

πŸ’š Enhancement

Chore: Initial product base type usage - #62

Use product base type in the create and publish logic.


Chore: Product name signatures - #61

Add product_type to get_dynamic_data.


0.2.15

14 Jan 15:00

Choose a tag to compare

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.)


Add Python Script Editor - #56

Add Python script editor


0.2.14

15 Dec 10:32

Choose a tag to compare

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

28 Nov 10:01

Choose a tag to compare

Changelog

πŸ’š Enhancement

Optimize loading - #51

Loading process was unrolling deeper folder structure of folders unnecessary.


0.2.12

21 Oct 14:58

Choose a tag to compare

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 a dummy-build version that will be deleted as soon as a tag is created.
  • Remove pyproject.toml from #31

resolve #47


0.2.11

30 Sep 12:40

Choose a tag to compare

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.


Chore: Allow per project addon version - #41

Addon can be used in per-project bundles.


0.2.10

29 Jul 10:06

Choose a tag to compare

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.


use data['workfile_startup'] for workfile tool - #39

This pull request is with regards to this issue report #34


0.2.9

07 Jul 08:11

Choose a tag to compare

Changelog

πŸ’š Enhancement

Support multiple running After Effects instances at the same time - #35

Find a free available port for the websocket server on launch so that multiple After Effects instances can be launched at the same time.


0.2.8

23 Apr 12:20

Choose a tag to compare

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