mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Converts all game, gui editor, and system classes to utilize assets
Processed core, tools and default modules to utilize assets Converted all console types that were string based, such as TypeImageFilename to utilize const char*/the string table, which avoids a lot of type swapping shenanigans and avoids string corruption Removed unneeded MainEditor mockup module Removed some unused/duplicate image assets from the tools
This commit is contained in:
parent
83b0432283
commit
5525f8ecdd
1708 changed files with 19619 additions and 4596 deletions
|
|
@ -0,0 +1,6 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
scriptFile="@assetFile=WorldEditorTreeWindow.ed.gui"
|
||||
GUIFile="@assetFile=WorldEditorTreeWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="AL_ShadowVizOverlayCtrl"
|
||||
scriptFile="@assetFile=shadowViz.gui"
|
||||
GUIFile="@assetFile=shadowViz.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="AddFMODProjectDlg,EditorGuiGroup"
|
||||
scriptFile="@assetFile=AddFMODProjectDlg.ed.gui"
|
||||
GUIFile="@assetFile=AddFMODProjectDlg.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="AxisGizmoSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=AxisGizmoSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=AxisGizmoSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CameraSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=CameraSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=CameraSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CreateNewTerrainGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiCreateNewTerrainGui.gui"
|
||||
GUIFile="@assetFile=guiCreateNewTerrainGui.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ESelectObjectsWindowContainer,EditorGuiGroup"
|
||||
scriptFile="@assetFile=SelectObjectsWindow.ed.gui"
|
||||
GUIFile="@assetFile=SelectObjectsWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EWTerrainEditToolbar,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainEditToolbar.ed.gui"
|
||||
GUIFile="@assetFile=TerrainEditToolbar.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EWTerrainPainterToolbar,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainPainterToolbar.ed.gui"
|
||||
GUIFile="@assetFile=TerrainPainterToolbar.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EWToolsToolbar"
|
||||
scriptFile="@assetFile=ToolsToolbar.ed.gui"
|
||||
GUIFile="@assetFile=ToolsToolbar.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EWorldEditorToolbar, EditorGuiGroup"
|
||||
scriptFile="@assetFile=WorldEditorToolbar.ed.gui"
|
||||
GUIFile="@assetFile=WorldEditorToolbar.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EditorChooseLevelGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=EditorChooseLevelGui.ed.gui"
|
||||
GUIFile="@assetFile=EditorChooseLevelGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EditorGui,EditorGuiGroup"
|
||||
scriptFile="@assetFile=EditorGui.ed.gui"
|
||||
GUIFile="@assetFile=EditorGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
position = "98 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiBitmapButtonCtrl(EWorldEditorToggleCamera) {
|
||||
|
|
@ -134,7 +134,7 @@
|
|||
Position = getWord(EWorldEditorToggleCamera.extent, 0)-6 SPC getWord(EWorldEditorToggleCamera.extent, 1)-6;
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
new GuiControl(CameraSpeedDropdownContainer, EditorGuiGroup) {
|
||||
|
|
@ -268,7 +268,7 @@
|
|||
Position = getWord(visibilityToggleBtn.extent, 0)-6 SPC getWord(visibilityToggleBtn.extent, 1)-6;
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
position = "303 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiPopUpMenuCtrl(EWorldEditorAlignPopup) {
|
||||
|
|
@ -353,7 +353,7 @@
|
|||
position = "465 8";
|
||||
Extent = "2 18";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiTextCtrl(EWorldEditorStatusBarSelection) {
|
||||
|
|
@ -387,7 +387,7 @@
|
|||
position = "645 8";
|
||||
Extent = "2 18";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiPopUpMenuCtrl(EWorldEditorStatusBarCamera) {
|
||||
|
|
@ -419,7 +419,7 @@
|
|||
position = "800 2";
|
||||
Extent = "2 18";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -483,7 +483,7 @@
|
|||
toggleIgnoreList = "0";
|
||||
selectHandle = "tools/worldEditor/images/SelectHandle.png";
|
||||
defaultHandle = "tools/worldEditor/images/DefaultHandle.png";
|
||||
lockedHandle = "tools/worldEditor/images/LockedHandle.png";
|
||||
lockedHandleAsset = "ToolsModule:LockedHandle_image";
|
||||
};
|
||||
new TerrainEditor(ETerrainEditor) {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -889,7 +889,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Free Camera";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/worldEditor/images/toolbar/camera_n";
|
||||
bitmapAsset = "ToolsModule:camera_n_image";
|
||||
groupNum = "0";
|
||||
text="Free Camera";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -915,7 +915,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle Orbit Cam";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/orbit-cam_n";
|
||||
bitmapAsset = "ToolsModule:orbit_cam_n_image";
|
||||
groupNum = "0";
|
||||
text="Orbit Camera";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -942,7 +942,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Player Camera";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/worldEditor/images/toolbar/player_n";
|
||||
bitmapAsset = "ToolsModule:player_n_image";
|
||||
groupNum = "0";
|
||||
text="Player Camera";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -968,7 +968,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "3rd Person Camera";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/worldEditor/images/toolbar/3rd-person-camera_n";
|
||||
bitmapAsset = "ToolsModule:3rd_person_camera_n_image";
|
||||
groupNum = "0";
|
||||
text="3rd Person Cam";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -994,7 +994,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle Newtonian Cam";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/smooth-cam_n";
|
||||
bitmapAsset = "ToolsModule:smooth_cam_n_image";
|
||||
groupNum = "0";
|
||||
text="Smooth Camera";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -1020,7 +1020,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle Smooth Camera with Smooth Rotation";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/smooth-cam-rot_n";
|
||||
bitmapAsset = "ToolsModule:smooth_cam_rot_n_image";
|
||||
groupNum = "0";
|
||||
text="Smooth Rotate";
|
||||
buttonMargin = "0 4";
|
||||
|
|
@ -1299,4 +1299,4 @@ new GuiMouseEventCtrl(CameraSpeedDropdownCtrlContainer, EditorGuiGroup) {
|
|||
};
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
//--- OBJECT WRITE END ---
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EditorSettingsWindow,EditorGuiGroup"
|
||||
scriptFile="@assetFile=EditorSettingsWindow.ed.gui"
|
||||
GUIFile="@assetFile=EditorSettingsWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="GeneralSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=GeneralSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=GeneralSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="GenericPromptDialog"
|
||||
scriptFile="@assetFile=GenericPromptDialog.ed.gui"
|
||||
GUIFile="@assetFile=GenericPromptDialog.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ManageBookmarksContainer, EditorGuiGroup"
|
||||
scriptFile="@assetFile=ManageBookmarksWindow.ed.gui"
|
||||
GUIFile="@assetFile=ManageBookmarksWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ManageSFXParametersContainer,EditorGuiGroup"
|
||||
scriptFile="@assetFile=ManageSFXParametersWindow.ed.gui"
|
||||
GUIFile="@assetFile=ManageSFXParametersWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ObjectBuilderGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=objectBuilderGui.ed.gui"
|
||||
GUIFile="@assetFile=objectBuilderGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ObjectEditorSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=ObjectEditorSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=ObjectEditorSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ObjectSnapOptionsContainer, EditorGuiGroup"
|
||||
scriptFile="@assetFile=ObjectSnapOptionsWindow.ed.gui"
|
||||
GUIFile="@assetFile=ObjectSnapOptionsWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -213,7 +213,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- X Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-x";
|
||||
bitmapAsset = "ToolsModule:axis_icon__x_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ X Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_x";
|
||||
bitmapAsset = "ToolsModule:axis_icon_x_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -263,7 +263,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- Y Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-y";
|
||||
bitmapAsset = "ToolsModule:axis_icon__y_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -288,7 +288,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ Y Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_y";
|
||||
bitmapAsset = "ToolsModule:axis_icon_y_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -313,7 +313,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- Z Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-z";
|
||||
bitmapAsset = "ToolsModule:axis_icon__z_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -338,7 +338,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ Z Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_z";
|
||||
bitmapAsset = "ToolsModule:axis_icon_z_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -573,7 +573,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- X Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-x";
|
||||
bitmapAsset = "ToolsModule:axis_icon__x_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -598,7 +598,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ X Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_x";
|
||||
bitmapAsset = "ToolsModule:axis_icon_x_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -623,7 +623,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- Y Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-y";
|
||||
bitmapAsset = "ToolsModule:axis_icon__y_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -648,7 +648,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ Y Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_y";
|
||||
bitmapAsset = "ToolsModule:axis_icon_y_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -673,7 +673,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "- Z Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_-z";
|
||||
bitmapAsset = "ToolsModule:axis_icon__z_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -698,7 +698,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
text = "+ Z Axis";
|
||||
iconBitmap = "tools/gui/images/axis-icon_z";
|
||||
bitmapAsset = "ToolsModule:axis_icon_z_image";
|
||||
textMargin = "24";
|
||||
groupNum = "1";
|
||||
buttonType = "RadioButton";
|
||||
|
|
@ -890,4 +890,4 @@
|
|||
useMouseEvents = "0";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ProbeBakeDlg"
|
||||
scriptFile="@assetFile=probeBakeDlg.gui"
|
||||
GUIFile="@assetFile=probeBakeDlg.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ProceduralTerrainPainterGui"
|
||||
scriptFile="@assetFile=ProceduralTerrainPainterGui.gui"
|
||||
GUIFile="@assetFile=ProceduralTerrainPainterGui.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainBrushSoftnessCurveDlg, EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainBrushSoftnessCurveDlg.ed.gui"
|
||||
GUIFile="@assetFile=TerrainBrushSoftnessCurveDlg.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
position = "152 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainBrushSizeTextEditContainer) {
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
position = "272 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainBrushPressureTextEditContainer) {
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
position = "412 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainBrushSoftnessTextEditContainer) {
|
||||
|
|
@ -409,7 +409,7 @@
|
|||
position = "589 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainSetHeightTextEditContainer) {
|
||||
|
|
@ -612,4 +612,4 @@ new GuiMouseEventCtrl(TerrainSetHeightSliderCtrlContainer,EditorGuiGroup) {
|
|||
value = "100";
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
//--- OBJECT WRITE END ---
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainEditorSettingsTab,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainEditorSettingsTab.ed.gui"
|
||||
GUIFile="@assetFile=TerrainEditorSettingsTab.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainEditorValuesSettingsGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainEditorVSettingsGui.ed.gui"
|
||||
GUIFile="@assetFile=TerrainEditorVSettingsGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainExportGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiTerrainExportGui.gui"
|
||||
GUIFile="@assetFile=guiTerrainExportGui.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainImportGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiTerrainImportGui.gui"
|
||||
GUIFile="@assetFile=guiTerrainImportGui.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainMaterialDlg,EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiTerrainMaterialDlg.ed.gui"
|
||||
GUIFile="@assetFile=guiTerrainMaterialDlg.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainPainterContainer,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainPainterWindow.ed.gui"
|
||||
GUIFile="@assetFile=TerrainPainterWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
position = "152 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(PaintBrushSizeTextEditContainer) {
|
||||
|
|
@ -213,7 +213,7 @@
|
|||
position = "230 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(PaintBrushSlopeControl) {
|
||||
|
|
@ -373,7 +373,7 @@
|
|||
position = "445 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(PaintBrushPressureTextEditContainer,EditorGuiGroup) {
|
||||
|
|
@ -461,7 +461,7 @@
|
|||
position = "618 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(TerrainTextureSettingsButtonContainer,EditorGuiGroup) {
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
wrap = "0";
|
||||
bitmap= "tools/materialEditor/gui/unknownImage";
|
||||
bitmapAsset= "ToolsModule:unknownImage_image";
|
||||
};
|
||||
new GuiBitmapCtrl(ETerrainMaterialSelectedBorder) {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
Visible = "1";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/worldEditor/images/terrainpainter/terrain-painter-border-large";
|
||||
bitmapAsset = "ToolsModule:terrain_painter_border_large_image";
|
||||
wrap = "0";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainTextureSettingsDlg, EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiTerrainTextureSettingsDlg.ed.gui"
|
||||
GUIFile="@assetFile=guiTerrainTextureSettingsDlg.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TimeAdjustGui, EditorGuiGroup"
|
||||
scriptFile="@assetFile=TimeAdjustGui.ed.gui"
|
||||
GUIFile="@assetFile=TimeAdjustGui.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ConvexEditorPalette, EditorGuiGroup"
|
||||
scriptFile="@assetFile=ConvexEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=ConvexEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="DecalEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=DecalEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=DecalEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ForestEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=ForestEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=ForestEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="MeshRoadEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=MeshRoadEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=MeshRoadEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="NavEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=NavEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=NavEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="RiverEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=RiverEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=RiverEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="RoadEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=RoadEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=RoadEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="ShapeEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=ShapeEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=ShapeEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainEditorPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainEditPalette.ed.gui"
|
||||
GUIFile="@assetFile=TerrainEditPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TerrainPainterPalette,EditorGuiGroup"
|
||||
scriptFile="@assetFile=TerrainPainterPalette.ed.gui"
|
||||
GUIFile="@assetFile=TerrainPainterPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="WorldEditorInspectorPalette, EditorGuiGroup"
|
||||
scriptFile="@assetFile=WorldEditorPalette.ed.gui"
|
||||
GUIFile="@assetFile=WorldEditorPalette.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="TransformSelectionContainer, EditorGuiGroup"
|
||||
scriptFile="@assetFile=TransformSelectionWindow.ed.gui"
|
||||
GUIFile="@assetFile=TransformSelectionWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -265,7 +265,7 @@
|
|||
position = "0 0";
|
||||
Extent = "100 2";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-v.png";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
};
|
||||
|
||||
new GuiControl() {
|
||||
|
|
@ -459,7 +459,7 @@
|
|||
position = "0 0";
|
||||
Extent = "100 2";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-v.png";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
};
|
||||
|
||||
new GuiTabBookCtrl() {
|
||||
|
|
@ -1023,4 +1023,4 @@
|
|||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="VisibilityLayerContainer, EditorGuiGroup"
|
||||
scriptFile="@assetFile=VisibilityLayerWindow.ed.gui"
|
||||
GUIFile="@assetFile=VisibilityLayerWindow.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<GUIAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="WorldEditorMissionInspector,EditorGuiGroup"
|
||||
scriptFile="@assetFile=guiWorldEditorMissionInspector.ed.gui"
|
||||
GUIFile="@assetFile=guiWorldEditorMissionInspector.ed.gui"
|
||||
VersionId="1" />
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
position = "34 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiTextCtrl() {
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
Position = "23 21";
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -258,7 +258,7 @@
|
|||
position = "269 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiBitmapButtonCtrl() {
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
position = "307 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(ToggleButtonBar){
|
||||
|
|
@ -329,7 +329,7 @@
|
|||
Position = "23 21";
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -361,7 +361,7 @@
|
|||
Position = "23 21";
|
||||
Extent = "4 4";
|
||||
MinExtent = "4 4";
|
||||
bitmap = "tools/gui/images/dropdown-button-arrow";
|
||||
bitmapAsset = "ToolsModule:dropdown_button_arrow_image";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -372,7 +372,7 @@
|
|||
position = "379 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(ToggleNodeBar){
|
||||
|
|
@ -436,7 +436,7 @@
|
|||
position = "379 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
bitmapAsset = "ToolsModule:separator_h_image";
|
||||
};
|
||||
|
||||
new GuiControl(PrefabBar){
|
||||
|
|
@ -569,7 +569,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Use object defined center (O)";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/object-center_n";
|
||||
bitmapAsset = "ToolsModule:object_center_n_image";
|
||||
text = "Object Center";
|
||||
buttonMargin = "0 4";
|
||||
textMargin = "38";
|
||||
|
|
@ -594,7 +594,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Use bounding box center (P)";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/bounds-center_n";
|
||||
bitmapAsset = "ToolsModule:bounds_center_n_image";
|
||||
text = "Bounds Center";
|
||||
buttonMargin = "0 4";
|
||||
textMargin = "38";
|
||||
|
|
@ -641,7 +641,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Use world normal for transformations (L)";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/world-transform_n";
|
||||
bitmapAsset = "ToolsModule:world_transform_n_image";
|
||||
text = "World Transform";
|
||||
buttonMargin = "0 4";
|
||||
textMargin = "38";
|
||||
|
|
@ -667,7 +667,7 @@
|
|||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Use object normal for transformations (K)";
|
||||
hovertime = "1000";
|
||||
iconBitmap = "tools/gui/images/menubar/object-transform_n";
|
||||
bitmapAsset = "ToolsModule:object_transform_n_image";
|
||||
text = "Object Transform";
|
||||
buttonMargin = "0 4";
|
||||
textMargin = "38";
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@
|
|||
Visible = "1";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/separator-v";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
wrap = "0";
|
||||
};
|
||||
new GuiTextCtrl() {
|
||||
|
|
|
|||
|
|
@ -298,7 +298,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/materialEditor/gui/unknownImage";
|
||||
bitmapAsset = "ToolsModule:unknownImage_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "1 1";
|
||||
|
|
@ -486,7 +486,7 @@
|
|||
};
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/gui/images/separator-v";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "6 116";
|
||||
|
|
@ -525,7 +525,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/materialEditor/gui/unknownImage";
|
||||
bitmapAsset = "ToolsModule:unknownImage_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "1 1";
|
||||
|
|
@ -864,7 +864,7 @@
|
|||
};
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/gui/images/separator-v";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "6 222";
|
||||
|
|
@ -903,7 +903,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/materialEditor/gui/unknownImage";
|
||||
bitmapAsset = "ToolsModule:unknownImage_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "1 1";
|
||||
|
|
@ -1080,7 +1080,7 @@
|
|||
};
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/gui/images/separator-v";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "6 299";
|
||||
|
|
@ -1119,7 +1119,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/materialEditor/gui/unknownImage";
|
||||
bitmapAsset = "ToolsModule:unknownImage_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "1 1";
|
||||
|
|
@ -1429,7 +1429,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/materialEditor/gui/unknownImage";
|
||||
bitmapAsset = "ToolsModule:unknownImage_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "1 1";
|
||||
|
|
@ -1565,7 +1565,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/gui/images/separator-v";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "4 51";
|
||||
|
|
@ -1585,7 +1585,7 @@
|
|||
};
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/gui/images/separator-v";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "6 381";
|
||||
|
|
@ -1624,7 +1624,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/materialEditor/gui/unknownImage";
|
||||
bitmapAsset = "ToolsModule:unknownImage_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "1 1";
|
||||
|
|
@ -2039,7 +2039,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
bitmap = "tools/gui/images/inactive-overlay";
|
||||
bitmapAsset = "ToolsModule:inactive_overlay_image";
|
||||
color = "255 255 255 255";
|
||||
wrap = "0";
|
||||
position = "199 23";
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3darrow_image"
|
||||
imageFile="@assetFile=CUR_3darrow.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3ddiagleft_image"
|
||||
imageFile="@assetFile=CUR_3ddiagleft.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3ddiagright_image"
|
||||
imageFile="@assetFile=CUR_3ddiagright.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3dleftright_image"
|
||||
imageFile="@assetFile=CUR_3dleftright.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_3dupdown_image"
|
||||
imageFile="@assetFile=CUR_3dupdown.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_grab_image"
|
||||
imageFile="@assetFile=CUR_grab.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_hand_image"
|
||||
imageFile="@assetFile=CUR_hand.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="CUR_rotate_image"
|
||||
imageFile="@assetFile=CUR_rotate.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="LockedHandle_image"
|
||||
imageFile="@assetFile=LockedHandle.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="SelectHandle_image"
|
||||
imageFile="@assetFile=SelectHandle.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="boxBrush_d_image"
|
||||
imageFile="@assetFile=boxBrush_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="boxBrush_h_image"
|
||||
imageFile="@assetFile=boxBrush_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="boxBrush_n_image"
|
||||
imageFile="@assetFile=boxBrush_n.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushAdjustHeight_d_image"
|
||||
imageFile="@assetFile=brushAdjustHeight_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushAdjustHeight_h_image"
|
||||
imageFile="@assetFile=brushAdjustHeight_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushAdjustHeight_n_image"
|
||||
imageFile="@assetFile=brushAdjustHeight_n.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushPaintNoise_d_image"
|
||||
imageFile="@assetFile=brushPaintNoise_d.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushPaintNoise_h_image"
|
||||
imageFile="@assetFile=brushPaintNoise_h.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushPaintNoise_n_image"
|
||||
imageFile="@assetFile=brushPaintNoise_n.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushThermalErosion_d_image"
|
||||
imageFile="@assetFile=brushThermalErosion_d.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushThermalErosion_h_image"
|
||||
imageFile="@assetFile=brushThermalErosion_h.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="brushThermalErosion_image"
|
||||
imageFile="@assetFile=brushThermalErosion.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="circleBrush_d_image"
|
||||
imageFile="@assetFile=circleBrush_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="circleBrush_h_image"
|
||||
imageFile="@assetFile=circleBrush_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="circleBrush_n_image"
|
||||
imageFile="@assetFile=circleBrush_n.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="clearEmpty_d_image"
|
||||
imageFile="@assetFile=clearEmpty_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="clearEmpty_h_image"
|
||||
imageFile="@assetFile=clearEmpty_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="clearEmpty_n_image"
|
||||
imageFile="@assetFile=clearEmpty_n.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="depthviz_image"
|
||||
imageFile="@assetFile=depthviz.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="flattenHeight_d_image"
|
||||
imageFile="@assetFile=flattenHeight_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="flattenHeight_h_image"
|
||||
imageFile="@assetFile=flattenHeight_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="flattenHeight_n_image"
|
||||
imageFile="@assetFile=flattenHeight_n.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="lowerHeight_d_image"
|
||||
imageFile="@assetFile=lowerHeight_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="lowerHeight_h_image"
|
||||
imageFile="@assetFile=lowerHeight_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="lowerHeight_n_image"
|
||||
imageFile="@assetFile=lowerHeight_n.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="maskBrush_d_image"
|
||||
imageFile="@assetFile=maskBrush_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="maskBrush_h_image"
|
||||
imageFile="@assetFile=maskBrush_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="maskBrush_n_image"
|
||||
imageFile="@assetFile=maskBrush_n.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="raiseHeight_d_image"
|
||||
imageFile="@assetFile=raiseHeight_d.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="raiseHeight_h_image"
|
||||
imageFile="@assetFile=raiseHeight_h.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="raiseHeight_n_image"
|
||||
imageFile="@assetFile=raiseHeight_n.PNG"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="add_mesh_road_d_image"
|
||||
imageFile="@assetFile=add-mesh-road_d.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="add_mesh_road_h_image"
|
||||
imageFile="@assetFile=add-mesh-road_h.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="add_mesh_road_n_image"
|
||||
imageFile="@assetFile=add-mesh-road_n.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<ImageAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="add_point_d_image"
|
||||
imageFile="@assetFile=add-point_d.png"
|
||||
UseMips="true"
|
||||
isHDRImage="false"
|
||||
imageType="Albedo" />
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue