Commit graph

7 commits

Author SHA1 Message Date
Jakub Trllo
e16ce8f80c fixed imports 2024-05-30 17:37:08 +02:00
Jakub Trllo
e883ac4c81 updated package.py 2024-05-30 17:36:37 +02:00
Jakub Trllo
41bee8c211 move resolve code next to server code 2024-05-30 17:29:22 +02:00
Jakub Trllo
10823b40a9 resolve uses package.py 2024-04-22 14:25:33 +02:00
Roy Nieterau
42e64c7d79 Fix class name typo 2024-04-03 13:09:08 +02:00
Jakub Trllo
3ea4c29d0f use 'SettingsField' from ayon server instead of 'Field' from pydantic
This is preparation for new version of pydantic which will require to customize the field for AYON purposes and raw pydantic Field could not be used.
2024-01-26 12:59:18 +01:00
Jakub Trllo
2b37b8af48
AYON: Addon settings in OpenPype (#5347)
* 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
2023-07-26 14:08:42 +02:00