* Change defaults for handleStart so if it returns 0 it doesn't fallback to the context data
* Update get fallbacks for the rest of arguments
* Create context variable to shorten lines
* Add step to TimeData object
* Feature: Copy resources when downloading workfile
* Fixed resources dir var name
* Removing prints
* Fix wrong resources path
* Fixed workfile copied to resources folder + lint
* Added comments
* Handling resource already exists
* linting
* more linting
* Bugfix: copy resources backslash in main path
* linting
* Using more continue statements, and more comments
---------
Co-authored-by: Petr Kalis <petr.kalis@gmail.com>
* 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>