mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge remote-tracking branch 'origin/2.x/develop' into feature/harmony-refactor
This commit is contained in:
commit
f37eb3e109
197 changed files with 6992 additions and 2101 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue