Skip to content

Commit

Permalink
bug fix (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaylo-matov authored Sep 23, 2024
1 parent b1edd92 commit 5f50398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TuneUp/TuneUpWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion TuneUp/manifests/pkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 5f50398

Please sign in to comment.