Commit graph

5 commits

Author SHA1 Message Date
Jakub Trllo
28768dc012
AYON: Environment variables and functions (#5361)
* use proper start script

* implemented ayon variants of execute functions

* more suitable names of functions

* use 'PACKAGE_DIR' instead of 'OPENPYPE_REPOS_ROOT' environment variable

* use suitable enviornment variables in ayon mode

* keep sync server in openpype

* Better comment
2023-07-31 18:37:46 +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
Jakub Trllo
0fce4a4a34 added pymongo to requirements 2023-07-11 18:13:54 +02:00
Jakub Trllo
546187e43e AYON: OpenPype as server addon (#5199)
* added openpype server addon creation logic

* Better readme

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>

* added docstring to 'find_files_in_subdir'

* added some type notations

* add whitespace around assignment

* move pyproject toml to client subfolder and fix its location in private dir

* Fix whitespace

---------

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-07-11 18:13:52 +02:00