Jakub Jezek
0b3bfe2201
adding deprecation flag on OCIO config override settings
2024-06-17 14:07:27 +02:00
Jakub Trllo
513826d608
remove unused import
2024-06-12 16:52:44 +02:00
Jakub Jezek
c241546842
Refactor media import process in LoadMedia plugin
...
Extracted media import logic to a separate method for clarity. The new method handles importing media to Resolve Media Pool and creating bins if necessary.
2024-06-12 11:31:54 +02:00
Jakub Jezek
7b1c4a8a08
Refactor Resolve media loading logic for single files and sequences.
...
- Refactored file path handling for importing media.
- Updated method to determine if the file is a sequence.
- Improved handling of frame numbers in file paths.
2024-06-12 11:17:29 +02:00
Jakub Jezek
21c86742d4
Bump addon version to 0.2.2
...
Update the addon version from 0.2.1 to 0.2.2 in the codebase.
2024-06-11 14:55:00 +02:00
Jakub Jezek
9e4d1f19eb
Update version to 0.2.2 in package.py
...
Bumped up the version number from 0.2.1 to 0.2.2 in the package.py file for DaVinci Resolve addon.
2024-06-11 14:32:25 +02:00
Roy Nieterau
a51b2b4e3e
Add selected to label
2024-06-11 12:56:13 +02:00
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