Commit graph

9 commits

Author SHA1 Message Date
Jakub Trllo
f2acf10f1b add version to clockify client addon class 2024-06-06 18:45:01 +02:00
Jakub Trllo
a25bda81a1 fix version requirements 2024-05-23 15:01:47 +02:00
Jakub Trllo
2ff8235375 add more information to package.py 2024-05-21 16:03:16 +02:00
Jakub Trllo
5300ea1526 fix imports and naming 2024-05-21 16:01:00 +02:00
Jakub Trllo
d968c36c15 moved clockify code to server addon 2024-05-21 15:18:09 +02:00
Jakub Trllo
35c4176c3d clockify uses package.py 2024-04-22 14:27:13 +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
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