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
This commit is contained in:
Jakub Trllo 2023-08-07 18:48:27 +02:00 committed by GitHub
parent ae3eb37776
commit a31b2d9d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 142 additions and 117 deletions

View file

@ -203,8 +203,7 @@ def create_openpype_package(
ignored_modules = [
"ftrack",
"shotgrid",
# Sync server is still expected at multiple places
# "sync_server",
"sync_server",
"example_addons",
"slack"
]