mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Merge remote-tracking branch 'devhead/Preview4_0' into tsneo
# Conflicts: # Templates/BaseGame/game/data/ui/guis/loadingGui.gui # Templates/BaseGame/game/data/ui/guis/mainMenu.gui # Templates/BaseGame/game/tools/MainEditor/guis/MainEditorWindow.gui # Templates/BaseGame/game/tools/assetBrowser/guis/assetPreviewButtonsTemplate.gui # Templates/BaseGame/game/tools/forestEditor/brushes.tscript
This commit is contained in:
commit
717c7acca9
2266 changed files with 48780 additions and 26034 deletions
|
|
@ -22,4 +22,4 @@ function VerveEditor::InitInspectorFieldScripts()
|
|||
exec( "./TypeVShapeAnimationEnum." @ $TorqueScriptFileExtension );
|
||||
exec( "./TypeToggleEnum." @ $TorqueScriptFileExtension );
|
||||
}
|
||||
VerveEditor::InitInspectorFieldScripts();
|
||||
VerveEditor::InitInspectorFieldScripts();
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ function VerveEditor::InitInspectorScripts()
|
|||
|
||||
exec( "./Fields/main." @ $TorqueScriptFileExtension );
|
||||
}
|
||||
VerveEditor::InitInspectorScripts();
|
||||
VerveEditor::InitInspectorScripts();
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ function VerveEditorPlugin::onWorldEditorStartup( %this )
|
|||
%tooltip = "Verve Editor (" @ %accel @ ")";
|
||||
|
||||
// Add ourselves to the ToolsToolbar
|
||||
EditorGui.addToToolsToolbar( "VerveEditorPlugin", "VerveEditorPluginPalette", expandFilename( "tools/VerveEditor/GUI/Images/btn_Palette" ), %tooltip );
|
||||
EditorGui.addToToolsToolbar( "VerveEditorPlugin", "VerveEditorPluginPalette", "ToolsModule:btn_Palette_n_image", %tooltip );
|
||||
|
||||
// Find and Store the Button.
|
||||
%this.ToolbarButton = ToolsToolbarArray.findObjectByInternalName( "VerveEditorPluginPalette", false );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue