Skip to content

Commit

Permalink
Merge pull request #1890 from John3/torqueSimViewTool
Browse files Browse the repository at this point in the history
added torque SimView tool
  • Loading branch information
Areloch committed Dec 29, 2016
2 parents 4a84c68 + 260f108 commit 4257d14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Templates/Empty/game/tools/worldEditor/scripts/menus.ed.cs
Expand Up @@ -263,7 +263,8 @@ class = "EditorUtilitiesMenu";

item[0] = "Network Graph" TAB "n" TAB "toggleNetGraph();";
item[1] = "Profiler" TAB "ctrl F2" TAB "showMetrics(true);";
item[2] = "Bake Selected to Mesh" TAB "" TAB "bakeSelectedToMesh();";
item[2] = "Torque SimView" TAB "" TAB "tree();";
item[3] = "Make Selected a Mesh" TAB "" TAB "makeSelectedAMesh();";
};
%this.menuBar.insert(%toolsMenu, %this.menuBar.getCount());

Expand Down
3 changes: 2 additions & 1 deletion Templates/Full/game/tools/worldEditor/scripts/menus.ed.cs
Expand Up @@ -263,7 +263,8 @@ class = "EditorUtilitiesMenu";

item[0] = "Network Graph" TAB "n" TAB "toggleNetGraph();";
item[1] = "Profiler" TAB "ctrl F2" TAB "showMetrics(true);";
item[2] = "Make Selected a Mesh" TAB "" TAB "makeSelectedAMesh();";
item[2] = "Torque SimView" TAB "" TAB "tree();";
item[3] = "Make Selected a Mesh" TAB "" TAB "makeSelectedAMesh();";
};
%this.menuBar.insert(%toolsMenu, %this.menuBar.getCount());

Expand Down

0 comments on commit 4257d14

Please sign in to comment.