Commit graph

21 commits

Author SHA1 Message Date
Roy Nieterau
7a72ecb7fb Fix refactor of imports 2024-06-11 12:53:57 +02:00
Roy Nieterau
14781e795c Cosmetics 2024-06-11 12:51:53 +02:00
Roy Nieterau
d39acab715 Fix usage of undefined variable 2024-06-11 12:51:39 +02:00
Roy Nieterau
f861dfa73d Fix refactor of remove_unused_media_pool_items location 2024-06-11 12:47:49 +02:00
Roy Nieterau
ced0e9f27f Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/AY-2612-resolve-adaptation-colorbleed-plugins
# Conflicts:
#	server_addon/resolve/client/ayon_resolve/plugins/load/load_media.py
2024-06-11 12:46:49 +02:00
Jakub Trllo
2ce77d81ca bump resolve version 2024-06-07 13:44:17 +02:00
Jakub Trllo
4cbbe322b5 mark 'newAssetPublishing' as deprecated since 24/06/06 2024-06-06 17:34:46 +02:00
Jakub Trllo
cfe6ae1c67 use 'newHierarchyIntegration' over 'newAssetPublishing' in hosts 2024-06-04 16:23:14 +02:00
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 Jezek
0ca349aa61
Merge branch 'develop' into enhancement/AY-2612-resolve-adaptation-colorbleed-plugins 2024-04-26 11:37:26 +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
Roy Nieterau
dd399586fc Fix default setting 2024-03-28 12:27:08 +01:00
Roy Nieterau
9b3e4008ed Fix missing bracket 2024-03-28 12:25:54 +01:00
Roy Nieterau
78104de848 Add description 2024-03-28 12:22:02 +01:00
Roy Nieterau
dac1c2ba4c Fix default setting 2024-03-28 12:21:54 +01:00
Jakub Jezek
1f9b9c0362
Update Resolve settings and LoadMedia plugin configurations:
- Refactored clip color variables
- Updated media pool bin path template
- Modified metadata mapping structure for LoadMedia plugin
2024-03-06 22:45:37 +01: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