* Refactor necessary for Ayon changes in Setting model
* Removed unnecessary configuration
MongoDB is not a thing in Ayon.
* Changed DL model to use dynamic enum
Enum values are set in Studio Settings, in Project settings will be selected from.
Used this way to be close to OP variant and support both until OP is deprecated.
* Hound
* Refactor with use of AYON_SERVER_ENABLED
This will make it simpler to remove obsolete code in the future.
---------
Co-authored-by: Libor Batek <112623825+LiborBatek@users.noreply.github.com>
* 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>
* copied addons from 'ayon-addon-settings'
* added AE, photoshop and harmony addon
* moved openpype to subfolder
* cleanup repository files
* updated create package script and README.md
* formatting fixes
* added cli flags to be able keep server structure
* print progress and output dir
* another formatting fixes