mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
* added save button class * added save button to window * workfiles is also part of context in CreateContext to be able check if context changed * window cares about trigger of convertors * use abstractproperty with property and abstractmethod decorators * save changes happens using main window and can be blocked * fix pyside compatibility * use create context to get current context names * Fix docstring label * added shortcuts for save and reset * change control string matching for macos * added 'publish_has_started' property * allow save only if publishing did not start yet * rename 'get_selected_convertors' to 'get_selected_legacy_convertors' and added docstrings * Added Saved changes * disable instances toggle when publishing started * Fix reset button tooltip Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com> * Use QKeySequence to string for tooltips * added example output * use predefined method to emit card message --------- Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com> |
||
|---|---|---|
| .. | ||
| create | ||
| farm | ||
| load | ||
| publish | ||
| workfile | ||
| __init__.py | ||
| actions.py | ||
| anatomy.py | ||
| colorspace.py | ||
| constants.py | ||
| context_tools.py | ||
| delivery.py | ||
| editorial.py | ||
| legacy_io.py | ||
| mongodb.py | ||
| plugin_discover.py | ||
| project_folders.py | ||
| schema.py | ||
| tempdir.py | ||
| template_data.py | ||
| thumbnail.py | ||