mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 08:15:44 +00:00
Fixes opening of Gui Asset from AB so it correctly opens the GUI editor, making the toolbar appear
Fixes typo'd name for material-editor menubar image Adds probe menubar images Adds setting menubar images Adds probe and settings buttons to menubar Removes unneeded tab from class visibility window popup
This commit is contained in:
parent
d18721d78e
commit
b0f977b810
16 changed files with 60 additions and 125 deletions
|
|
@ -42,7 +42,7 @@ function initializeMaterialEditor()
|
|||
//exec("./gui/profiles.ed.cs");
|
||||
|
||||
MaterialEditorPreviewWindow.setVisible( false );
|
||||
matEd_cubemapEditor.setVisible( false );
|
||||
//matEd_cubemapEditor.setVisible( false );
|
||||
matEd_addCubemapWindow.setVisible( false );
|
||||
MaterialEditorPropertiesWindow.setVisible( false );
|
||||
|
||||
|
|
@ -64,7 +64,7 @@ function MaterialEditorPlugin::onWorldEditorStartup( %this )
|
|||
|
||||
// Add ourselves to the ToolsToolbar
|
||||
%tooltip = "Material Editor (" @ %accel @ ")";
|
||||
EditorGui.addToToolsToolbar( "MaterialEditorPlugin", "MaterialEditorPalette", expandFilename("tools/worldEditor/images/toolbar/matterial-editor"), %tooltip );
|
||||
EditorGui.addToToolsToolbar( "MaterialEditorPlugin", "MaterialEditorPalette", expandFilename("tools/worldEditor/images/toolbar/material-editor"), %tooltip );
|
||||
|
||||
//connect editor windows
|
||||
GuiWindowCtrl::attach( MaterialEditorPropertiesWindow, MaterialEditorPreviewWindow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue