Changelog
π Feature
AY-971 Custom staging dir functionality migration - #887
The functionality of the staging directory has exceeded its original purpose of publishing. Considering its increased usage in the creation process, we need to migrate it to a dedicated module within the pipeline parent.
resolve ynput/ayon-nuke#21
π Enhancement
Add houdini to thumbnail extraction - #1048
resolve #1049
Add missing houdini host to thumbnail extraction
Push to library project: Error UX improvements - #1045
Capture TaskNotSetError
to raise artist friendly message. Any unhandled exception will show generic message and button to show error detail dialog.
Move actions from modules to tray - #1044
Moved Launcher
, Loader
and Console
directly to tray actions and removed ayon_core.modules
. Also added Publish report viewer
action to Admin
section.
π Bug
Replace with published path, avoid changing the instance data - #1043
Make sure to operate on copy of data and leave workfile instance data unaffected
Chore: Workfile template name filters by correct task type - #1042
Use taskType
instead of type
key from task entity.
AY-7222 Fix otio_review no handles and tempdir for Resolve - #1041
Resolve ynput/ayon-resolve#44
-
Ensure
ayon-core.pipeline.tempdir.create_custom_tempdir
is still exposed but flagged as backward compatible.
This function is not officially exposed in the__init__.py
but directly called from within resolve:
https://github.com/search?q=org%3Aynput+create_custom_tempdir&type=code -
Ensure extract OTIO review does not expect handle values when no otioClip is set
Attribute definitions: Fix context menu on sequence items - #1033
Fix issue with sequence item context menu button in FileDef widget.