disable auto ensure_scene_settings

This commit is contained in:
Ondrej Samohel 2020-10-14 13:53:24 +02:00
parent 5c4f9c1ca9
commit b1687b86ed
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -155,8 +155,11 @@ def check_inventory():
def application_launch():
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):