Merge remote-tracking branch 'origin/2.x/develop' into feature/harmony-refactor

This commit is contained in:
Ondřej Samohel 2020-10-19 19:19:13 +02:00
commit f37eb3e109
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
197 changed files with 6992 additions and 2101 deletions

View file

@ -130,9 +130,11 @@ def check_inventory():
def application_launch():
"""Set scene settings and check outdated containers on Harmony startup."""
ensure_scene_settings()
check_inventory()
# FIXME: This is breaking server <-> client communication.
# It is now moved so it it manually called.
# ensure_scene_settings()
# check_inventory()
pass
def export_template(backdrops, nodes, filepath):