mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #637 from pypeclub/hotfix/harmony-disable-ensure-settings
Harmony: Disable application launch logic
This commit is contained in:
commit
4fe9ca1a90
1 changed files with 4 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue