Releases: ynput/ayon-flame
Releases · ynput/ayon-flame
1.0.0
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.
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
0.2.4
What's Changed
- Refactor folder creation logic in FlameAppFramework by @jakubjezek001 in #4
- Refactor effect creation and logging in flame_export & collect_timeline_instances by @jakubjezek001 in #5
- Settings improvements by @jakubjezek001 in #22
- Respecting source media info resolution attributes by @jakubjezek001 in #7
Full Changelog: 0.2.3...0.2.4
0.2.3
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
What's Changed
- Remove deprecated ImageIOConfigModel and
ocio_config
settings by @BigRoy in #1 - AYON compatibility rewamp by @jakubjezek001 in #2
New Contributors
- @BigRoy made their first contribution in #1
- @jakubjezek001 made their first contribution in #2
Full Changelog: 0.2.1...0.2.2
0.2.1
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