Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #208 from pypeclub/hotfix/harmony-ensure-scene-set…
Browse files Browse the repository at this point in the history
…tings

Harmony: Disable auto setting of scene
  • Loading branch information
mkolar authored Oct 14, 2020
2 parents 6218700 + 046e1a3 commit eb58620
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions avalon/harmony/TB_sceneOpened.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,18 @@ function start() {
};
}

function ensureSceneSettings() {
var app = QCoreApplication.instance();
app.avalon_client.send(
{
"module": "pype.hosts.harmony",
"method": "ensure_scene_settings",
"args": []
},
false
);
}

function TB_sceneOpened()
{
start();
Expand Down

0 comments on commit eb58620

Please sign in to comment.