Commit graph

9 commits

Author SHA1 Message Date
Jakub Jezek
09effd30fb
Update column names and add new fields for better data representation in CSV ingest and creator plugins. 2024-03-05 16:16:52 +01:00
Jakub Jezek
b7bd293892
Update addon and plugin files for Ayon Core hosts traypublisher.
- Added import statement for `get_ayon_launcher_args`.
- Renamed function call from `get_subset_name` to `get_product_name`.
- Changed attribute name from `family` to `product_type` in class IngestCSV.
- Updated comments and docstrings in the code.
2024-03-04 17:19:51 +01:00
Jakub Jezek
5595c021e2
Update column attribute names and validation patterns in creator plugins settings. Improve error message for file extension validation. 2024-02-22 22:15:56 +01:00
Jakub Jezek
6274e5259a
Settings models and validators for batch movie creation and CSV ingestion plugins. Update addon version to 0.1.4. 2024-02-22 17:15:20 +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 Jezek
c6d81edc34
ayon settings: trypublisher editorial add task model conversion 2023-11-07 17:28:37 +01:00
Jakub Trllo
cf8919dbc5
AYON: Update settings (#5544)
* added 3dsmax settings conversion

* added conversion of reposition knobs

* fixed matching defaults

* updated core settings

* updated aftereffects settings model
2023-08-31 17:24:52 +02:00
Jakub Trllo
b43cac0b51
AYON: Addons creation enhancements (#5356)
* updated nuke settings

* added addon version to zip filename

* fix Pattern type hint

* added ignored subdirs for openpype

* added titles to addons

* type hint fix - again

* modified settings conversion

* updated aftereffects settings

* updated blender settings

* updated clockify settings

* updated core settings

* updated deadline settings

* updated harmo settings

* updated kistsu settings

* updated maya settings

* updated muster settings

* updated royal render settings

* updated timers manager settings

* updated traypublisher settings

* implemented conversion of rr paths

* formatting fix
2023-07-28 11:51:23 +02: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