0.4.3
What's Changed
Upload reviewables to AYON server during publishing
- To enabled this feature just add
"webreview"
tag inExtractReview
settings (ayon+settings://core/publish/ExtractReview/profiles
) for outputs you'd like to upload to AYON server. You don't have to change anything if you don't have settings overrides for ExtractReview plugin. - Add
-movflags faststart
to output ffmpeg arguments for smoother web preview. - If your output ffmpeg arguments still contain
-intra
please replace it with-g 1
. - We do recommend to look at default settings . WARNING discard of settings overrides in AYON web is not reversible action.
Only one tray process can be running per AYON server and settings variant.
- This is new feature that allows us reduce number of running tray processes on artist machines.
- For possibly stuck tray processes was added backdoor argument
--force
which tries to kill existing tray process and starts new one.
Features
- AYON Review: Upload reviewables to AYON server @iLLiCiTiT in #790
- Tray: Singleton @iLLiCiTiT in #794
- Farm: replace in environment values requires a value by @kalisp in #793
- Update opencolorio version to ^2.3.2 in pyproject.toml by @jakubjezek001 in #833
Bugfixes
- Loader tool: Fix filtering by @iLLiCiTiT in #783
- Bugfix: loader support product type filter profiles by @BigRoy in #792
- Tweak grammar for "Addon is not available" due to outdated version for moved addon from core by @BigRoy in #832
Enhancements
- Enable Validate Outdated Containers by default for Fusion by @BigRoy in #775
- Chore: Faster cli initalization by @iLLiCiTiT in #795
- Tray: Force start tray by @iLLiCiTiT in #798
- Tray: Make starting tray check faster by @iLLiCiTiT in #799
- Tray: Helper to make sure it is running by @iLLiCiTiT in #800
- Tray: Add username to info by @iLLiCiTiT in #797
- Tray: Send messages to tray by @iLLiCiTiT in #801
- Chore: Merge cli and cli_commands by @iLLiCiTiT in #802
Full Changelog: 0.4.2...0.4.3