Commit graph

10 commits

Author SHA1 Message Date
Jakub Trllo
f78f9c98f3 added harmony and flame to skipped addons 2023-11-21 11:07:10 +01:00
Jakub Trllo
60ddcfe37d
Merge pull request #5828 from ynput/bugfix/skip-kitsu-for-ayon-addon
AYON: Skip kitsu module when creating ayon addons
2023-10-30 12:23:42 +01:00
Jakub Trllo
ec5bc71eb3 skip kitsu module when creating ayon addons 2023-10-27 16:42:56 +02:00
Jakub Trllo
afc980efb3 small cleanup of the code and add option to limit addons creation 2023-10-26 17:07:24 +02:00
Jakub Trllo
a6e72e708b removed debugging prints 2023-10-26 17:03:42 +02:00
Jakub Jezek
3b1b599166
updating create ayon addon script
- adding argparse module
- adding `output` for targeting to specfic folder (ayon-docker/addons)
- adding `dont-clear-output` for avoiding clearing already created folders and versions in addons
2023-10-26 14:18:11 +02:00
Jakub Trllo
a31b2d9d77
SyncServer: Existence of module is optional (#5413)
* 'get_repre_icons' have optional sync server

* local settings have optional sync server

* sync server is optional in sceneinventory

* sync server is optional in loader tool

* sync server is optional in library loader

* sync server is optional in host dirmap

* sync server is optional in nuke cache

* sync server is optional in integrate plugin

* added "sync_server" back to ignored modules for openpype package

* fix missing variable

* mark syncserver command as deprecated

* define 'SYNC_SERVER_ROOT'

* added method to receive icon paths

* use sync server module to receive icons

* fix scene inventory
2023-08-07 18:48:27 +02:00
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