mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
lotsa fixes.
This commit is contained in:
parent
db047275f1
commit
6f7fdca87d
178 changed files with 230 additions and 245 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(AddFMODProjectDlg,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(AddFMODProjectDlg,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
Profile = "ToolsGuiOverlayProfile";
|
||||
HorizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(AxisGizmoSettingsTab,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(AxisGizmoSettingsTab,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(CameraSettingsTab,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(CameraSettingsTab,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiContainer(EditorChooseLevelGui, EditorGuiGroup) {
|
||||
$guiContent = new GuiContainer(EditorChooseLevelGui, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
%guiContent = new GuiContainer(EditorChooseLevelContainer, EditorGuiGroup) {
|
||||
$guiContent = new GuiContainer(EditorChooseLevelContainer, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
||||
$guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(GeneralSettingsTab,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(GeneralSettingsTab,EditorGuiGroup) {
|
||||
position = "0 0";
|
||||
extent = "1024 768";
|
||||
minExtent = "8 2";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(GenericPromptDialog) {
|
||||
$guiContent = new GuiControl(GenericPromptDialog) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%guiContent = new GuiControl(ManageBookmarksContainer, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(ManageBookmarksContainer, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(ManageSFXParametersContainer,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(ManageSFXParametersContainer,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
Profile = "ToolsGuiModelessDialogProfile";
|
||||
HorizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(ObjectEditorSettingsTab,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(ObjectEditorSettingsTab,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(ObjectSnapOptionsContainer, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
@ -843,7 +843,7 @@
|
|||
password = "0";
|
||||
tabComplete = "0";
|
||||
sinkAllKeyEvents = "0";
|
||||
passwordMask = "•";
|
||||
passwordMask = "<EFBFBD>";
|
||||
text = "2.0";
|
||||
maxLength = "6";
|
||||
margin = "0 0 0 0";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(ProceduralTerrainPainterGui) {
|
||||
$guiContent = new GuiControl(ProceduralTerrainPainterGui) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(ESelectObjectsWindowContainer,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(ESelectObjectsWindowContainer,EditorGuiGroup) {
|
||||
position = "0 0";
|
||||
extent = "1024 768";
|
||||
minExtent = "8 2";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(TerrainBrushSoftnessCurveDlg, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(TerrainBrushSoftnessCurveDlg, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(EWTerrainEditToolbar,EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
internalName = "TerrainEditToolbar";
|
||||
Enabled = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(TerrainEditorSettingsTab,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(TerrainEditorSettingsTab,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(EWTerrainPainterToolbar,EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
internalName = "TerrainPainterToolbar";
|
||||
Enabled = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(TerrainPainterContainer,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(TerrainPainterContainer,EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(TimeAdjustGui, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(TimeAdjustGui, EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
Profile = "ToolsGuiModelessDialogProfile";
|
||||
HorizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl() {
|
||||
$guiContent = new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiContainer(EWToolsToolbar) {
|
||||
$guiContent = new GuiContainer(EWToolsToolbar) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "0";
|
||||
internalName = "ToolsToolbar";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(TransformSelectionContainer, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(TransformSelectionContainer, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(VisibilityLayerContainer, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(VisibilityLayerContainer, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl() {
|
||||
$guiContent = new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(EWorldEditorToolbar, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
internalName = "WorldEditorToolbar";
|
||||
Enabled = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl() {
|
||||
$guiContent = new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(CreateNewTerrainGui, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(CreateNewTerrainGui, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(TerrainExportGui, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(TerrainExportGui, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Profile = "ToolsGuiOverlayProfile";
|
||||
Enabled = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(TerrainImportGui, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(TerrainImportGui, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(TerrainMaterialDlg,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(TerrainMaterialDlg,EditorGuiGroup) {
|
||||
position = "0 0";
|
||||
extent = "1024 768";
|
||||
minExtent = "8 2";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(TerrainTextureSettingsDlg, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(TerrainTextureSettingsDlg, EditorGuiGroup) {
|
||||
position = "0 0";
|
||||
extent = "1024 768";
|
||||
minExtent = "8 2";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(WorldEditorMissionInspector,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(WorldEditorMissionInspector,EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(ObjectBuilderGui, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(ObjectBuilderGui, EditorGuiGroup) {
|
||||
profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(ProbeBakeDlg) {
|
||||
$guiContent = new GuiControl(ProbeBakeDlg) {
|
||||
position = "0 0";
|
||||
extent = "1024 768";
|
||||
minExtent = "8 2";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
//---------------------------------------------------------------------------------------------
|
||||
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(AL_ShadowVizOverlayCtrl) {
|
||||
$guiContent = new GuiControl(AL_ShadowVizOverlayCtrl) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiModelessDialogProfile";
|
||||
|
|
|
|||
|
|
@ -113,9 +113,9 @@ function EditorGui::init(%this)
|
|||
{
|
||||
// Load Terrain Painter GUI
|
||||
exec("~/worldEditor/gui/TerrainPainterWindow.ed.gui");
|
||||
if( isObject( %guiContent ) ){
|
||||
%this.add( %guiContent->TerrainPainter );
|
||||
%this.add( %guiContent->TerrainPainterPreview );
|
||||
if( isObject( $guiContent ) ){
|
||||
%this.add( $guiContent->TerrainPainter );
|
||||
%this.add( $guiContent->TerrainPainterPreview );
|
||||
}
|
||||
|
||||
exec("~/worldEditor/gui/guiTerrainMaterialDlg.ed.gui");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue