|
@@ -1,1922 +1,894 @@
|
|
//--- OBJECT WRITE BEGIN ---
|
|
//--- OBJECT WRITE BEGIN ---
|
|
$guiContent = new GuiControl(TerrainMaterialDlg,EditorGuiGroup) {
|
|
$guiContent = new GuiControl(TerrainMaterialDlg,EditorGuiGroup) {
|
|
- position = "0 0";
|
|
|
|
extent = "1024 768";
|
|
extent = "1024 768";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultNonModalProfile";
|
|
profile = "ToolsGuiDefaultNonModalProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "1";
|
|
isContainer = "1";
|
|
- canSave = "1";
|
|
|
|
canSaveDynamicFields = "1";
|
|
canSaveDynamicFields = "1";
|
|
|
|
|
|
new GuiWindowCtrl() {
|
|
new GuiWindowCtrl() {
|
|
text = "Terrain Materials Editor";
|
|
text = "Terrain Materials Editor";
|
|
- resizeWidth = "1";
|
|
|
|
- resizeHeight = "1";
|
|
|
|
- canMove = "1";
|
|
|
|
- canClose = "1";
|
|
|
|
canMinimize = "0";
|
|
canMinimize = "0";
|
|
canMaximize = "0";
|
|
canMaximize = "0";
|
|
- canCollapse = "0";
|
|
|
|
closeCommand = "TerrainMaterialDlg.dialogCancel();";
|
|
closeCommand = "TerrainMaterialDlg.dialogCancel();";
|
|
edgeSnap = "0";
|
|
edgeSnap = "0";
|
|
docking = "None";
|
|
docking = "None";
|
|
margin = "4 4 4 4";
|
|
margin = "4 4 4 4";
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
- position = "315 118";
|
|
|
|
- extent = "394 532";
|
|
|
|
|
|
+ position = "222 59";
|
|
|
|
+ extent = "457 639";
|
|
minExtent = "358 452";
|
|
minExtent = "358 452";
|
|
horizSizing = "center";
|
|
horizSizing = "center";
|
|
vertSizing = "center";
|
|
vertSizing = "center";
|
|
profile = "ToolsGuiWindowProfile";
|
|
profile = "ToolsGuiWindowProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+
|
|
|
|
+ new GuiSplitContainer() {
|
|
|
|
+ splitPoint = "182 100";
|
|
|
|
+ position = "3 27";
|
|
|
|
+ extent = "450 579";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltipProfile = "GuiToolTipProfile";
|
|
|
|
+
|
|
|
|
+ new GuiPanel() {
|
|
|
|
+ docking = "Client";
|
|
|
|
+ extent = "180 579";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltipProfile = "GuiToolTipProfile";
|
|
|
|
+ internalName = "Panel1";
|
|
|
|
|
|
new GuiContainer() {
|
|
new GuiContainer() {
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "6 25";
|
|
|
|
- extent = "189 64";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ position = "6 -2";
|
|
|
|
+ extent = "179 18";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "inspectorStyleRolloutDarkProfile";
|
|
profile = "inspectorStyleRolloutDarkProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Terrain Materials";
|
|
text = "Terrain Materials";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "5 0";
|
|
position = "5 0";
|
|
extent = "91 18";
|
|
extent = "91 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:new_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "160 2";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:new_n_image";
|
|
|
|
+ position = "150 3";
|
|
extent = "15 15";
|
|
extent = "15 15";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
vertSizing = "top";
|
|
vertSizing = "top";
|
|
profile = "ToolsGuiButtonProfile";
|
|
profile = "ToolsGuiButtonProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.newMat();";
|
|
command = "TerrainMaterialDlg.newMat();";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "173 2";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
+ position = "163 3";
|
|
extent = "15 15";
|
|
extent = "15 15";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
vertSizing = "top";
|
|
vertSizing = "top";
|
|
profile = "ToolsGuiButtonProfile";
|
|
profile = "ToolsGuiButtonProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.deleteMat();";
|
|
command = "TerrainMaterialDlg.deleteMat();";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
+ new GuiControl() {
|
|
|
|
+ position = "6 26";
|
|
|
|
+ extent = "177 545";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ vertSizing = "height";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+
|
|
|
|
+ new GuiScrollCtrl() {
|
|
|
|
+ hScrollBar = "dynamic";
|
|
|
|
+ vScrollBar = "dynamic";
|
|
|
|
+ extent = "174 549";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ vertSizing = "height";
|
|
|
|
+ profile = "ToolsGuiScrollProfile";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+
|
|
|
|
+ new GuiTreeViewCtrl() {
|
|
|
|
+ itemHeight = "21";
|
|
|
|
+ mouseDragging = "0";
|
|
|
|
+ multipleSelections = "0";
|
|
|
|
+ deleteObjectAllowed = "0";
|
|
|
|
+ dragToItemAllowed = "0";
|
|
|
|
+ showRoot = "0";
|
|
|
|
+ showObjectIds = "0";
|
|
|
|
+ showClassNames = "0";
|
|
|
|
+ showObjectNames = "0";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ extent = "224 42";
|
|
|
|
+ profile = "ToolsGuiTreeViewProfile";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ internalName = "matLibTree";
|
|
|
|
+ class = "TerrainMaterialTreeCtrl";
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ new GuiPanel() {
|
|
|
|
+ docking = "Client";
|
|
|
|
+ position = "184 0";
|
|
|
|
+ extent = "266 579";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltipProfile = "GuiToolTipProfile";
|
|
|
|
+ internalName = "panel2";
|
|
|
|
+
|
|
new GuiContainer() {
|
|
new GuiContainer() {
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "202 26";
|
|
|
|
- extent = "185 463";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
|
|
+ position = "-7 0";
|
|
|
|
+ extent = "274 577";
|
|
|
|
+ horizSizing = "width";
|
|
vertSizing = "height";
|
|
vertSizing = "height";
|
|
profile = "inspectorStyleRolloutProfile";
|
|
profile = "inspectorStyleRolloutProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
internalName = "matSettingsParent";
|
|
internalName = "matSettingsParent";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmap = "ToolsModule:separator_v_image";
|
|
|
|
- color = "White";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:separator_v_image";
|
|
position = "1 0";
|
|
position = "1 0";
|
|
- extent = "183 2";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "271 2";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Name";
|
|
text = "Name";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "8 22";
|
|
position = "8 22";
|
|
extent = "44 17";
|
|
extent = "44 17";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "39 21";
|
|
position = "39 21";
|
|
- extent = "143 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
|
|
+ extent = "227 18";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
altCommand = "TerrainMaterialDlg.setMaterialName( $ThisControl.getText() );";
|
|
altCommand = "TerrainMaterialDlg.setMaterialName( $ThisControl.getText() );";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "matNameCtrl";
|
|
internalName = "matNameCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Material Properties";
|
|
text = "Material Properties";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "8 0";
|
|
position = "8 0";
|
|
extent = "117 16";
|
|
extent = "117 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiInspectorTitleTextProfile";
|
|
profile = "ToolsGuiInspectorTitleTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiContainer(DiffuseMapContainer) {
|
|
new GuiContainer(DiffuseMapContainer) {
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "6 43";
|
|
position = "6 43";
|
|
- extent = "185 75";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "261 75";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
new GuiCheckBoxCtrl() {
|
|
new GuiCheckBoxCtrl() {
|
|
text = " Use Side Projection";
|
|
text = " Use Side Projection";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "ToggleButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
position = "55 54";
|
|
position = "55 54";
|
|
extent = "119 16";
|
|
extent = "119 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiCheckBoxProfile";
|
|
profile = "ToolsGuiCheckBoxProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
internalName = "sideProjectionCtrl";
|
|
internalName = "sideProjectionCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:unknownImage_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:unknownImage_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "47 47";
|
|
extent = "47 47";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
internalName = "texDiffuseMap";
|
|
internalName = "texDiffuseMap";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "48 48";
|
|
extent = "48 48";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"DiffuseMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"DiffuseMap\");";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltip = "Change the Active Diffuse Map for this layer";
|
|
tooltip = "Change the Active Diffuse Map for this layer";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Diffuse";
|
|
text = "Diffuse";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 -3";
|
|
position = "56 -3";
|
|
extent = "39 18";
|
|
extent = "39 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "EditorTextProfile";
|
|
profile = "EditorTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "None";
|
|
text = "None";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 16";
|
|
position = "56 16";
|
|
- extent = "116 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "205 17";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "diffuseMapAssetId";
|
|
internalName = "diffuseMapAssetId";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiButtonCtrl() {
|
|
new GuiButtonCtrl() {
|
|
text = "Edit";
|
|
text = "Edit";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "116 0";
|
|
|
|
|
|
+ position = "204 0";
|
|
extent = "40 16";
|
|
extent = "40 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiButtonProfile";
|
|
profile = "ToolsGuiButtonProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"DiffuseMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"DiffuseMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "159 0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
+ position = "247 0";
|
|
extent = "16 16";
|
|
extent = "16 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"DiffuseMap\");";
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"DiffuseMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Size";
|
|
text = "Size";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "132 35";
|
|
position = "132 35";
|
|
extent = "39 16";
|
|
extent = "39 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "200";
|
|
text = "200";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "94 34";
|
|
position = "94 34";
|
|
extent = "34 18";
|
|
extent = "34 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "baseSizeCtrl";
|
|
internalName = "baseSizeCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:separator_v_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:separator_v_image";
|
|
position = "6 116";
|
|
position = "6 116";
|
|
- extent = "175 2";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "266 2";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiContainer(DetailMapContainer) {
|
|
new GuiContainer(DetailMapContainer) {
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "6 122";
|
|
position = "6 122";
|
|
- extent = "185 100";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "261 75";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:unknownImage_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:unknownImage_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "47 47";
|
|
extent = "47 47";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
internalName = "texDetailMap";
|
|
internalName = "texDetailMap";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "48 48";
|
|
extent = "48 48";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"DetailMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"DetailMap\");";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltip = "Change the active Detail Map for this layer.";
|
|
tooltip = "Change the active Detail Map for this layer.";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Detail";
|
|
text = "Detail";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 -3";
|
|
position = "56 -3";
|
|
extent = "30 18";
|
|
extent = "30 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "EditorTextProfile";
|
|
profile = "EditorTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "None";
|
|
text = "None";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 16";
|
|
position = "56 16";
|
|
- extent = "116 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "205 17";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "detailMapAssetId";
|
|
internalName = "detailMapAssetId";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiButtonCtrl() {
|
|
new GuiButtonCtrl() {
|
|
text = "Edit";
|
|
text = "Edit";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "116 0";
|
|
|
|
|
|
+ position = "204 0";
|
|
extent = "40 16";
|
|
extent = "40 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiButtonProfile";
|
|
profile = "ToolsGuiButtonProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"DetailMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"DetailMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "159 0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
+ position = "247 0";
|
|
extent = "16 16";
|
|
extent = "16 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"DetailMap\");";
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"DetailMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Size";
|
|
text = "Size";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "132 33";
|
|
position = "132 33";
|
|
extent = "39 16";
|
|
extent = "39 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "2";
|
|
text = "2";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "94 32";
|
|
position = "94 32";
|
|
extent = "34 18";
|
|
extent = "34 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "detSizeCtrl";
|
|
internalName = "detSizeCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Strength";
|
|
text = "Strength";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "39 54";
|
|
position = "39 54";
|
|
extent = "46 16";
|
|
extent = "46 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "1";
|
|
text = "1";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "1 53";
|
|
position = "1 53";
|
|
extent = "34 18";
|
|
extent = "34 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "detStrengthCtrl";
|
|
internalName = "detStrengthCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Distance";
|
|
text = "Distance";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "132 54";
|
|
position = "132 54";
|
|
extent = "45 16";
|
|
extent = "45 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "50";
|
|
text = "50";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "94 53";
|
|
position = "94 53";
|
|
extent = "34 18";
|
|
extent = "34 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "detDistanceCtrl";
|
|
internalName = "detDistanceCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:separator_v_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:separator_v_image";
|
|
position = "6 198";
|
|
position = "6 198";
|
|
- extent = "175 2";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "266 2";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiContainer(NormalMapContainer) {
|
|
new GuiContainer(NormalMapContainer) {
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "6 205";
|
|
position = "6 205";
|
|
- extent = "185 100";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "261 100";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:unknownImage_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:unknownImage_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "47 47";
|
|
extent = "47 47";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
internalName = "texNormalMap";
|
|
internalName = "texNormalMap";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Normal";
|
|
text = "Normal";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 -3";
|
|
position = "56 -3";
|
|
extent = "39 18";
|
|
extent = "39 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "EditorTextProfile";
|
|
profile = "EditorTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "48 48";
|
|
extent = "48 48";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"NormalMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"NormalMap\");";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltip = "Change the active Normal Map for this layer.";
|
|
tooltip = "Change the active Normal Map for this layer.";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "None";
|
|
text = "None";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 15";
|
|
position = "56 15";
|
|
- extent = "116 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "205 17";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "normalMapAssetId";
|
|
internalName = "normalMapAssetId";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiButtonCtrl() {
|
|
new GuiButtonCtrl() {
|
|
text = "Edit";
|
|
text = "Edit";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "116 0";
|
|
|
|
|
|
+ position = "204 0";
|
|
extent = "40 16";
|
|
extent = "40 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiButtonProfile";
|
|
profile = "ToolsGuiButtonProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"NormalMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"NormalMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "159 0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
+ position = "247 0";
|
|
extent = "16 16";
|
|
extent = "16 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"NormalMap\");";
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"NormalMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Parallax Scale";
|
|
text = "Parallax Scale";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "92 34";
|
|
position = "92 34";
|
|
extent = "77 16";
|
|
extent = "77 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "0";
|
|
text = "0";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "55 33";
|
|
position = "55 33";
|
|
extent = "34 18";
|
|
extent = "34 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "parallaxScaleCtrl";
|
|
internalName = "parallaxScaleCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiSliderCtrl(TerrainMaterialDlgBlendHeightBaseSlider) {
|
|
new GuiSliderCtrl(TerrainMaterialDlgBlendHeightBaseSlider) {
|
|
range = "-0.5 0.5";
|
|
range = "-0.5 0.5";
|
|
ticks = "0";
|
|
ticks = "0";
|
|
- snap = "0";
|
|
|
|
value = "0";
|
|
value = "0";
|
|
- useFillBar = "0";
|
|
|
|
- fillBarColor = "255 255 255 255";
|
|
|
|
- renderTicks = "1";
|
|
|
|
position = "39 61";
|
|
position = "39 61";
|
|
extent = "70 14";
|
|
extent = "70 14";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiSliderProfile";
|
|
profile = "ToolsGuiSliderProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
internalName = "blendHeightBaseSliderCtrl";
|
|
internalName = "blendHeightBaseSliderCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Blend Height";
|
|
text = "Blend Height";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "115 61";
|
|
position = "115 61";
|
|
- extent = "58 15";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
|
|
+ extent = "68 15";
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl(TerrainMaterialDlgBlendHeightBaseTextEdit) {
|
|
new GuiTextEditCtrl(TerrainMaterialDlgBlendHeightBaseTextEdit) {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "0";
|
|
text = "0";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "1 59";
|
|
position = "1 59";
|
|
extent = "35 18";
|
|
extent = "35 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "blendHeightBaseTextEditCtrl";
|
|
internalName = "blendHeightBaseTextEditCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiSliderCtrl(TerrainMaterialDlgBlendHeightContrastSlider) {
|
|
new GuiSliderCtrl(TerrainMaterialDlgBlendHeightContrastSlider) {
|
|
range = "0 5";
|
|
range = "0 5";
|
|
ticks = "0";
|
|
ticks = "0";
|
|
- snap = "0";
|
|
|
|
value = "1";
|
|
value = "1";
|
|
- useFillBar = "0";
|
|
|
|
- fillBarColor = "255 255 255 255";
|
|
|
|
- renderTicks = "1";
|
|
|
|
position = "39 81";
|
|
position = "39 81";
|
|
extent = "70 14";
|
|
extent = "70 14";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiSliderProfile";
|
|
profile = "ToolsGuiSliderProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
internalName = "blendHeightContrastSliderCtrl";
|
|
internalName = "blendHeightContrastSliderCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Blend Contrast";
|
|
text = "Blend Contrast";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "115 81";
|
|
position = "115 81";
|
|
- extent = "58 15";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
|
|
+ extent = "76 15";
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl(TerrainMaterialDlgBlendHeightContrastTextEdit) {
|
|
new GuiTextEditCtrl(TerrainMaterialDlgBlendHeightContrastTextEdit) {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "1";
|
|
text = "1";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "1 79";
|
|
position = "1 79";
|
|
extent = "35 18";
|
|
extent = "35 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "blendHeightContrastTextEditCtrl";
|
|
internalName = "blendHeightContrastTextEditCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:separator_v_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:separator_v_image";
|
|
position = "6 307";
|
|
position = "6 307";
|
|
- extent = "175 2";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "266 2";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiContainer(ORMMapContainer) {
|
|
new GuiContainer(ORMMapContainer) {
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "6 314";
|
|
position = "6 314";
|
|
- extent = "185 64";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "261 64";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:unknownImage_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:unknownImage_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "47 47";
|
|
extent = "47 47";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
internalName = "texORMConfigMap";
|
|
internalName = "texORMConfigMap";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "ORM Config";
|
|
text = "ORM Config";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 -3";
|
|
position = "56 -3";
|
|
extent = "64 18";
|
|
extent = "64 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "EditorTextProfile";
|
|
profile = "EditorTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "48 48";
|
|
extent = "48 48";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"ORMConfigMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"ORMConfigMap\");";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltip = "Change the active ORM Config Map for this layer.";
|
|
tooltip = "Change the active ORM Config Map for this layer.";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "None";
|
|
text = "None";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 15";
|
|
position = "56 15";
|
|
- extent = "116 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "205 17";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "ORMMapAssetId";
|
|
internalName = "ORMMapAssetId";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiButtonCtrl() {
|
|
new GuiButtonCtrl() {
|
|
text = "Edit";
|
|
text = "Edit";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "116 0";
|
|
|
|
|
|
+ position = "205 0";
|
|
extent = "40 16";
|
|
extent = "40 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiButtonProfile";
|
|
profile = "ToolsGuiButtonProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"OrmConfigMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"OrmConfigMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "159 0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
+ position = "248 0";
|
|
extent = "16 16";
|
|
extent = "16 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"ORMConfigMap\");";
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"ORMConfigMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiCheckBoxCtrl() {
|
|
new GuiCheckBoxCtrl() {
|
|
text = " Is sRGB";
|
|
text = " Is sRGB";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "ToggleButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
position = "55 32";
|
|
position = "55 32";
|
|
extent = "119 16";
|
|
extent = "119 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiCheckBoxProfile";
|
|
profile = "ToolsGuiCheckBoxProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "isSRGB";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+ internalName = "IsSRGB";
|
|
};
|
|
};
|
|
new GuiCheckBoxCtrl() {
|
|
new GuiCheckBoxCtrl() {
|
|
text = " Invert Roughness";
|
|
text = " Invert Roughness";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "ToggleButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
position = "55 48";
|
|
position = "55 48";
|
|
extent = "119 16";
|
|
extent = "119 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiCheckBoxProfile";
|
|
profile = "ToolsGuiCheckBoxProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "invertRoughness";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+ internalName = "InvertRoughness";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:separator_v_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:separator_v_image";
|
|
position = "6 381";
|
|
position = "6 381";
|
|
- extent = "175 2";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "266 2";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiContainer(MacroMapContainer) {
|
|
new GuiContainer(MacroMapContainer) {
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "6 388";
|
|
position = "6 388";
|
|
- extent = "185 72";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "261 72";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:unknownImage_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:unknownImage_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "47 47";
|
|
extent = "47 47";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
internalName = "texMacroMap";
|
|
internalName = "texMacroMap";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:cubemapBtnBorder_n_image";
|
|
position = "1 1";
|
|
position = "1 1";
|
|
extent = "48 48";
|
|
extent = "48 48";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"MacroMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"MacroMap\");";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltipProfile = "ToolsGuiDefaultProfile";
|
|
tooltip = "Change the active Macro Map for this layer.";
|
|
tooltip = "Change the active Macro Map for this layer.";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Macro";
|
|
text = "Macro";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 -3";
|
|
position = "56 -3";
|
|
extent = "34 18";
|
|
extent = "34 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "EditorTextProfile";
|
|
profile = "EditorTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "None";
|
|
text = "None";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
position = "56 17";
|
|
position = "56 17";
|
|
- extent = "116 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ extent = "192 17";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "macroMapAssetId";
|
|
internalName = "macroMapAssetId";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiButtonCtrl() {
|
|
new GuiButtonCtrl() {
|
|
text = "Edit";
|
|
text = "Edit";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "116 0";
|
|
|
|
|
|
+ position = "204 0";
|
|
extent = "40 16";
|
|
extent = "40 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiButtonProfile";
|
|
profile = "ToolsGuiButtonProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"MacroMap\");";
|
|
command = "TerrainMaterialDlg.updateTextureMap(\"MacroMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "159 0";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:delete_n_image";
|
|
|
|
+ position = "247 0";
|
|
extent = "16 16";
|
|
extent = "16 16";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"MacroMap\");";
|
|
command = "TerrainMaterialDlg.clearTextureMap(\"MacroMap\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Size";
|
|
text = "Size";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "132 33";
|
|
position = "132 33";
|
|
extent = "39 16";
|
|
extent = "39 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "200";
|
|
text = "200";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "94 32";
|
|
position = "94 32";
|
|
extent = "34 18";
|
|
extent = "34 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "macroSizeCtrl";
|
|
internalName = "macroSizeCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Strength";
|
|
text = "Strength";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "39 54";
|
|
position = "39 54";
|
|
extent = "46 16";
|
|
extent = "46 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "0.7";
|
|
text = "0.7";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "1 53";
|
|
position = "1 53";
|
|
extent = "34 18";
|
|
extent = "34 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "macroStrengthCtrl";
|
|
internalName = "macroStrengthCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Distance";
|
|
text = "Distance";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "132 54";
|
|
position = "132 54";
|
|
extent = "45 16";
|
|
extent = "45 16";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextProfile";
|
|
profile = "ToolsGuiTextProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
text = "500";
|
|
text = "500";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
anchorTop = "0";
|
|
anchorTop = "0";
|
|
- anchorBottom = "0";
|
|
|
|
anchorLeft = "0";
|
|
anchorLeft = "0";
|
|
- anchorRight = "0";
|
|
|
|
position = "94 53";
|
|
position = "94 53";
|
|
extent = "34 18";
|
|
extent = "34 18";
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
profile = "ToolsGuiTextEditProfile";
|
|
profile = "ToolsGuiTextEditProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
internalName = "macroDistanceCtrl";
|
|
internalName = "macroDistanceCtrl";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
+ new GuiContainer(TerrainEffectsContainer) {
|
|
|
|
+ position = "6 460";
|
|
|
|
+ extent = "265 97";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltipProfile = "GuiToolTipProfile";
|
|
|
|
+
|
|
|
|
+ new GuiBitmapCtrl() {
|
|
|
|
+ BitmapAsset = "ToolsModule:separator_v_image";
|
|
|
|
+ position = "2 2";
|
|
|
|
+ extent = "276 2";
|
|
|
|
+ horizSizing = "width";
|
|
|
|
+ profile = "GuiDefaultProfile";
|
|
|
|
+ tooltipProfile = "GuiToolTipProfile";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ text = "Effect Colors[0:1]";
|
|
|
|
+ position = "1 22";
|
|
|
|
+ extent = "86 15";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltipProfile = "GuiToolTipProfile";
|
|
};
|
|
};
|
|
- new GuiControl() {
|
|
|
|
- position = "6 42";
|
|
|
|
- extent = "189 473";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ new GuiSwatchButtonCtrl() {
|
|
|
|
+ position = "89 22";
|
|
|
|
+ extent = "16 16";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ command = "getColorF($ThisControl.color, \"TerrainMaterialDlg.updateEffectColor0\");";
|
|
|
|
+ internalName = "effectColor0Swatch";
|
|
|
|
+ };
|
|
|
|
+ new GuiSwatchButtonCtrl() {
|
|
|
|
+ position = "109 22";
|
|
|
|
+ extent = "16 16";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ command = "getColorF($ThisControl.color, \"TerrainMaterialDlg.updateEffectColor1\");";
|
|
|
|
+ internalName = "effectColor1Swatch";
|
|
|
|
+ };
|
|
|
|
+ new GuiCheckBoxCtrl() {
|
|
|
|
+ text = "Show Footprints";
|
|
|
|
+ position = "1 40";
|
|
|
|
+ extent = "93 16";
|
|
|
|
+ profile = "ToolsGuiCheckBoxProfile";
|
|
|
|
+ tooltipProfile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltip = "Enables Player footprints on surfaces that use this Material.";
|
|
|
|
+ internalName = "showFootprintsCheckbox";
|
|
|
|
+ };
|
|
|
|
+ new GuiCheckBoxCtrl() {
|
|
|
|
+ text = "Show Dust";
|
|
|
|
+ position = "110 40";
|
|
|
|
+ extent = "68 16";
|
|
|
|
+ profile = "ToolsGuiCheckBoxProfile";
|
|
|
|
+ tooltipProfile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltip = "Enables dust particles on surfaces that use this Material.";
|
|
|
|
+ internalName = "showDustCheckbox";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ text = "Footstep sound";
|
|
|
|
+ position = "1 59";
|
|
|
|
+ extent = "77 15";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltipProfile = "GuiToolTipProfile";
|
|
|
|
+ };
|
|
|
|
+ new GuiPopUpMenuCtrl() {
|
|
|
|
+ text = "None";
|
|
|
|
+ position = "80 58";
|
|
|
|
+ extent = "184 18";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "height";
|
|
|
|
|
|
+ profile = "ToolsGuiPopUpMenuProfile";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ tooltip = "Determines the footstep sound to use when the Player walks on this Material.";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ internalName = "footstepSoundPopup";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ text = "Impact sound";
|
|
|
|
+ position = "1 79";
|
|
|
|
+ extent = "64 15";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
-
|
|
|
|
- new GuiScrollCtrl() {
|
|
|
|
- willFirstRespond = "1";
|
|
|
|
- hScrollBar = "dynamic";
|
|
|
|
- vScrollBar = "dynamic";
|
|
|
|
- lockHorizScroll = "0";
|
|
|
|
- lockVertScroll = "0";
|
|
|
|
- constantThumbHeight = "0";
|
|
|
|
- childMargin = "0 0";
|
|
|
|
- mouseWheelScrollSpeed = "-1";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "0 0";
|
|
|
|
- extent = "189 454";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ tooltipProfile = "GuiToolTipProfile";
|
|
|
|
+ };
|
|
|
|
+ new GuiPopUpMenuCtrl() {
|
|
|
|
+ text = "None";
|
|
|
|
+ position = "80 78";
|
|
|
|
+ extent = "184 18";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "height";
|
|
|
|
- profile = "ToolsGuiScrollProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
|
|
+ profile = "ToolsGuiPopUpMenuProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
-
|
|
|
|
- new GuiTreeViewCtrl() {
|
|
|
|
- tabSize = "16";
|
|
|
|
- textOffset = "2";
|
|
|
|
- fullRowSelect = "0";
|
|
|
|
- itemHeight = "21";
|
|
|
|
- destroyTreeOnSleep = "1";
|
|
|
|
- mouseDragging = "0";
|
|
|
|
- multipleSelections = "0";
|
|
|
|
- deleteObjectAllowed = "0";
|
|
|
|
- dragToItemAllowed = "0";
|
|
|
|
- clearAllOnSingleSelection = "1";
|
|
|
|
- showRoot = "0";
|
|
|
|
- useInspectorTooltips = "0";
|
|
|
|
- tooltipOnWidthOnly = "0";
|
|
|
|
- showObjectIds = "0";
|
|
|
|
- showClassNames = "0";
|
|
|
|
- showObjectNames = "0";
|
|
|
|
- showInternalNames = "1";
|
|
|
|
- showClassNameForUnnamedObjects = "0";
|
|
|
|
- compareToObjectID = "1";
|
|
|
|
- canRenameObjects = "1";
|
|
|
|
- renameInternal = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "136 147";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTreeViewProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- internalName = "matLibTree";
|
|
|
|
- class = "TerrainMaterialTreeCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+ tooltip = "Determines the impact sound to use when an object collides with this Material.";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ internalName = "impactSoundPopup";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ text = "Effects";
|
|
|
|
+ position = "2 4";
|
|
|
|
+ extent = "38 18";
|
|
|
|
+ profile = "EditorTextProfile";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ };
|
|
|
|
+ };
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
new GuiButtonCtrl() {
|
|
new GuiButtonCtrl() {
|
|
text = "Apply&Select";
|
|
text = "Apply&Select";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "202 494";
|
|
|
|
|
|
+ position = "269 612";
|
|
extent = "98 22";
|
|
extent = "98 22";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
vertSizing = "top";
|
|
vertSizing = "top";
|
|
profile = "ToolsGuiButtonProfile";
|
|
profile = "ToolsGuiButtonProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.dialogApply();";
|
|
command = "TerrainMaterialDlg.dialogApply();";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiButtonCtrl() {
|
|
new GuiButtonCtrl() {
|
|
text = "Cancel";
|
|
text = "Cancel";
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "307 494";
|
|
|
|
|
|
+ position = "374 612";
|
|
extent = "80 22";
|
|
extent = "80 22";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
vertSizing = "top";
|
|
vertSizing = "top";
|
|
profile = "ToolsGuiButtonProfile";
|
|
profile = "ToolsGuiButtonProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
command = "TerrainMaterialDlg.dialogCancel();";
|
|
command = "TerrainMaterialDlg.dialogCancel();";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapCtrl() {
|
|
new GuiBitmapCtrl() {
|
|
- bitmapAsset = "ToolsModule:inactive_overlay_image";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "199 23";
|
|
|
|
- extent = "190 367";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
|
|
+ BitmapAsset = "ToolsModule:inactive_overlay_image";
|
|
|
|
+ position = "277 23";
|
|
|
|
+ extent = "190 474";
|
|
horizSizing = "left";
|
|
horizSizing = "left";
|
|
vertSizing = "height";
|
|
vertSizing = "height";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
visible = "0";
|
|
visible = "0";
|
|
- active = "1";
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
isContainer = "1";
|
|
isContainer = "1";
|
|
internalName = "inactiveOverlay";
|
|
internalName = "inactiveOverlay";
|
|
hidden = "1";
|
|
hidden = "1";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
new GuiTextCtrl() {
|
|
new GuiTextCtrl() {
|
|
text = "Inactive";
|
|
text = "Inactive";
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "0 151";
|
|
|
|
|
|
+ position = "0 205";
|
|
extent = "190 64";
|
|
extent = "190 64";
|
|
- minExtent = "8 2";
|
|
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
vertSizing = "center";
|
|
vertSizing = "center";
|
|
profile = "ToolsGuiTextCenterProfile";
|
|
profile = "ToolsGuiTextCenterProfile";
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
tooltipProfile = "GuiToolTipProfile";
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
internalName = "inactiveOverlayDlg";
|
|
internalName = "inactiveOverlayDlg";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|