From 5f50398cb0968777973dd3009e20eb27d83dab3a Mon Sep 17 00:00:00 2001 From: Ivo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:45:23 +0100 Subject: [PATCH] bug fix (#59) --- TuneUp/TuneUpWindowViewModel.cs | 2 ++ TuneUp/manifests/pkg.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TuneUp/TuneUpWindowViewModel.cs b/TuneUp/TuneUpWindowViewModel.cs index 4f32150..d12a52f 100644 --- a/TuneUp/TuneUpWindowViewModel.cs +++ b/TuneUp/TuneUpWindowViewModel.cs @@ -1054,6 +1054,8 @@ private void ManageWorkspaceEvents(HomeWorkspaceModel workspace, bool subscribe) // Subscribe from workspace events if (subscribe) { + SwitchToManualMode(); + workspace.NodeAdded += CurrentWorkspaceModel_NodeAdded; workspace.NodeRemoved += CurrentWorkspaceModel_NodeRemoved; workspace.EvaluationStarted += CurrentWorkspaceModel_EvaluationStarted; diff --git a/TuneUp/manifests/pkg.json b/TuneUp/manifests/pkg.json index ea2b588..21e8529 100644 --- a/TuneUp/manifests/pkg.json +++ b/TuneUp/manifests/pkg.json @@ -2,7 +2,7 @@ "license": "", "file_hash": null, "name": "TuneUp", - "version": "1.0.11", + "version": "1.0.12", "description": "*** THE TUNEUP EXTENSION USES NEW API FEATURES THAT ARE ONLY AVAILABLE IN DYNAMO VERSION 2.5 OR ABOVE ***\r\n\r\nTuneUp is in beta and is a view extension for analyzing the performance of Dynamo graphs. TuneUp allows you to see overall graph execution time, per-node execution time, and other helpful information about what's happening under the hood, e.g. nodes run in the current execution v.s. nodes run in the previous execution (which are skipped this run for optimization/ caching). Read more here: https://dynamobim.org/tuneup-extension-explore-your-node-and-graph-execution-times/ \r\n\r\nKnown issues:\r\n1. TuneUp does not work with .dyfs (custom nodes) yet.\r\n2.TuneUp binaries are not semantically versioned and are not intended to be built on top of as an API. Do not treat these binaries like DynamoCore.\r\n3. TuneUp requires Dynamo 3.0 or higher for access to new extension APIs.\r\n4. When user have TuneUp open, after switching workspace in Dynamo, the first graph run does not give execution time and nodes order.", "group": "", "keywords": [