Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@ynbot ynbot released this 05 Dec 15:08

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