mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #1890 from John3/torqueSimViewTool
added torque SimView tool
This commit is contained in:
commit
4257d14ad2
2 changed files with 4 additions and 2 deletions
|
|
@ -263,7 +263,8 @@ function EditorGui::buildMenus(%this)
|
||||||
|
|
||||||
item[0] = "Network Graph" TAB "n" TAB "toggleNetGraph();";
|
item[0] = "Network Graph" TAB "n" TAB "toggleNetGraph();";
|
||||||
item[1] = "Profiler" TAB "ctrl F2" TAB "showMetrics(true);";
|
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());
|
%this.menuBar.insert(%toolsMenu, %this.menuBar.getCount());
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -263,7 +263,8 @@ function EditorGui::buildMenus(%this)
|
||||||
|
|
||||||
item[0] = "Network Graph" TAB "n" TAB "toggleNetGraph();";
|
item[0] = "Network Graph" TAB "n" TAB "toggleNetGraph();";
|
||||||
item[1] = "Profiler" TAB "ctrl F2" TAB "showMetrics(true);";
|
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());
|
%this.menuBar.insert(%toolsMenu, %this.menuBar.getCount());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue