diff --git a/pype/hosts/harmony/__init__.py b/pype/hosts/harmony/__init__.py index fbf5ca6f129..910b7ab6aba 100644 --- a/pype/hosts/harmony/__init__.py +++ b/pype/hosts/harmony/__init__.py @@ -155,8 +155,10 @@ def check_inventory(): def application_launch(): - ensure_scene_settings() - check_inventory() + # FIXME: manually invoked because of server <-> client problems. + # ensure_scene_settings() + # check_inventory() + pass def export_template(backdrops, nodes, filepath):