Skip to content

Releases: ynput/ayon-flame

1.0.0

05 Dec 15:08
Compare
Choose a tag to compare

Changelog

💚 Enhancement

Adding ruff toml with code fixes - #37
Implement audio support for OTIO export - #35

When working with the new publisher, I realized we do not export audio tracks in OTIO.
This changes enable it in the AYON OTIO exporter for Flame, this allow to publish "audio" product from Flame.

Also ensure that we can imediatly query current selected sequence without using "Create".

from ayon_flame.api import lib
seq = lib.get_current_sequence(lib.CTX.selection)  # work even is selection is not initialized

AY-6253_Convert Flame creators to new publisher - #33

resolve #10
Make flame creators use the Creator API and new widget. Publishable products are now listed as individual instances following a similar logic than Hiero and Resolve.

flame_ayon

Done:

  • Convert existing creators to new Creator
  • Redirect widget to new Creator widget
  • Rework collectors to work with instances and sub-instances
  • Ensure backward compatibility with legacy creators
  • Check vertical align and review features
  • Adjust colorspace data following ynput/ayon-hiero#23
  • Finalize workfile instance data serialization
  • report review adjustements ynput/ayon-hiero#24

0.2.5

18 Nov 10:33
Compare
Choose a tag to compare

Changelog

0.2.4

24 Sep 14:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

13 Aug 11:26
55c12d6
Compare
Choose a tag to compare

What's Changed

  • Refactor exception handling in io_preferences_file function by @jakubjezek001 in #3

Full Changelog: 0.2.2...0.2.3

0.2.2

25 Jul 14:18
8653b0e
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated ImageIOConfigModel and ocio_config settings by @BigRoy in #1
  • AYON compatibility rewamp by @jakubjezek001 in #2

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1

27 Jun 09:19
Compare
Choose a tag to compare

Description

Initial release of ayon-flame addon. Code was moved from ayon-core repository.

Full Changelog: https://github.com/ynput/ayon-flame/commits/0.2.1