- Use container `_timeline_item` to ensure we act on the expected timeline item - otherwise `lib.get_pype_timeline_item_by_name` can take the wrong one if the same subset is loaded more than once which made update/remove actually pick an unexpected timeline item.
- On update, remove media pool item if previous version now has no usage
- On remove, only remove media pool item if it has no usage
- Don't duplicate logic to define version data to put in tag data, now uses a `get_tag_data` method
- Don't create a `fake context` but use the `get_representation_context` to get the context on load to ensure whatever uses it has the correct context.
* rename 'refresh' to 'set_context' in 'TasksModel'
* implemented 'refresh' for folders and tasks widgets
* propagate refresh to all widgets
* don't use 'clear' of 'QStandardItemModel'
* change lifetime of folders cache to a minute
* added 'refresh_actions' method to launcher to skip clear cache of folders
* shorten line
* sorting is not case sensitive
* OP-6930 - added missing env vars to Fusion Deadline submission
Without this injection of environment variables won't start.
* OP-6930 - removed unnecessary env var
* OP-6930 - removed unnecessary env var
* OP-6971 - changed DL plugin to FusionCmd
Fusion 17 doesn't work in DL 10.3, but FusionCmd does. It might be probably better option as headless variant.
* OP-6971 - added dropdown to Project Settings
* OP-6971 - updated settings for Ayon
* OP-6971 - added default
* OP-6971 - bumped up version
* Update openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
* reverse the boolean to skip last workfile
* remove 'start_last_workfile' key to keep logic based on settings
* change 'skip_last_workfile' for all variants of DCC
* fix context menu on ungrouped items
* better sort of action items