|
@@ -1,239 +1,637 @@
|
|
//--- OBJECT WRITE BEGIN ---
|
|
//--- OBJECT WRITE BEGIN ---
|
|
-%guiContent = new GuiControl(TerrainMaterialDlg,EditorGuiGroup) {
|
|
|
|
- position = "0 0";
|
|
|
|
- extent = "1024 768";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
|
|
+%guiContent = new GuiControl(TerrainMaterialDlg, EditorGuiGroup) {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
isContainer = "1";
|
|
isContainer = "1";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "0 0";
|
|
|
|
+ Extent = "800 768";
|
|
|
|
+ MinExtent = "8 2";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
- canSaveDynamicFields = "1";
|
|
|
|
- activeMat = "17411";
|
|
|
|
- matIndex = "0";
|
|
|
|
- onApplyCallback = "EPainter_TerrainMaterialUpdateCallback";
|
|
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
|
|
new GuiWindowCtrl() {
|
|
new GuiWindowCtrl() {
|
|
- text = "Terrain Materials Editor";
|
|
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ Profile = "ToolsGuiWindowProfile";
|
|
|
|
+ HorizSizing = "center";
|
|
|
|
+ VertSizing = "center";
|
|
|
|
+ position = "221 151";
|
|
|
|
+ Extent = "394 432";
|
|
|
|
+ MinExtent = "358 432";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Docking = "None";
|
|
|
|
+ Margin = "4 4 4 4";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
resizeWidth = "1";
|
|
resizeWidth = "1";
|
|
resizeHeight = "1";
|
|
resizeHeight = "1";
|
|
canMove = "1";
|
|
canMove = "1";
|
|
canClose = "1";
|
|
canClose = "1";
|
|
canMinimize = "0";
|
|
canMinimize = "0";
|
|
canMaximize = "0";
|
|
canMaximize = "0";
|
|
- canCollapse = "0";
|
|
|
|
|
|
+ minSize = "50 50";
|
|
closeCommand = "TerrainMaterialDlg.dialogCancel();";
|
|
closeCommand = "TerrainMaterialDlg.dialogCancel();";
|
|
- edgeSnap = "0";
|
|
|
|
- docking = "None";
|
|
|
|
- margin = "4 4 4 4";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "315 168";
|
|
|
|
- extent = "394 432";
|
|
|
|
- minExtent = "358 432";
|
|
|
|
- horizSizing = "center";
|
|
|
|
- vertSizing = "center";
|
|
|
|
- profile = "ToolsGuiWindowProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
-
|
|
|
|
- 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";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "inspectorStyleRolloutDarkProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "GuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
|
|
+ EdgeSnap = "0";
|
|
|
|
+ text = "Terrain Materials Editor";
|
|
|
|
+ new GuiContainer(){ //Node Properties
|
|
isContainer = "1";
|
|
isContainer = "1";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
-
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
|
|
+ Profile = "inspectorStyleRolloutDarkProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ Position = "6 25";
|
|
|
|
+ Extent = "189 64";
|
|
|
|
+
|
|
|
|
+ new GuiTextCtrl(){
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ Position = "5 0";
|
|
|
|
+ Extent = "91 18";
|
|
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";
|
|
|
|
- extent = "91 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "GuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmap = "tools/gui/images/new";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiButtonProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "top";
|
|
|
|
+ position = "160 2";
|
|
|
|
+ Extent = "15 15";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.newMat();";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
groupNum = "-1";
|
|
groupNum = "-1";
|
|
buttonType = "PushButton";
|
|
buttonType = "PushButton";
|
|
useMouseEvents = "0";
|
|
useMouseEvents = "0";
|
|
- position = "160 2";
|
|
|
|
- extent = "15 15";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "top";
|
|
|
|
- profile = "ToolsGuiButtonProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.newMat();";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+ bitmap = "tools/gui/images/new";
|
|
};
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
new GuiBitmapButtonCtrl() {
|
|
- bitmap = "tools/gui/images/delete";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiButtonProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "top";
|
|
|
|
+ position = "173 2";
|
|
|
|
+ Extent = "15 15";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.deleteMat();";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
groupNum = "-1";
|
|
groupNum = "-1";
|
|
buttonType = "PushButton";
|
|
buttonType = "PushButton";
|
|
useMouseEvents = "0";
|
|
useMouseEvents = "0";
|
|
- position = "173 2";
|
|
|
|
- extent = "15 15";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "top";
|
|
|
|
- profile = "ToolsGuiButtonProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.deleteMat();";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+ bitmap = "tools/gui/images/delete";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
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 363";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "height";
|
|
|
|
- profile = "inspectorStyleRolloutProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
internalName = "matSettingsParent";
|
|
internalName = "matSettingsParent";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ Profile = "inspectorStyleRolloutProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "height";
|
|
|
|
+ position = "202 26";
|
|
|
|
+ Extent = "185 363";
|
|
|
|
+ MinExtent = "8 2";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "44 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiDefaultProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
|
|
+ new GuiBitmapCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "1 0";
|
|
|
|
+ Extent = "183 2";
|
|
|
|
+ MinExtent = "8 2";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ bitmap = "core/art/gui/images/separator-v";
|
|
|
|
+ wrap = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "8 22";
|
|
|
|
+ Extent = "44 17";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiDefaultProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Name";
|
|
|
|
+ maxLength = "1024";
|
|
};
|
|
};
|
|
new GuiTextEditCtrl() {
|
|
new GuiTextEditCtrl() {
|
|
|
|
+ internalName = "matNameCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextEditProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "39 21";
|
|
|
|
+ Extent = "143 18";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ maxLength = "1024";
|
|
historySize = "0";
|
|
historySize = "0";
|
|
|
|
+ password = "0";
|
|
tabComplete = "0";
|
|
tabComplete = "0";
|
|
sinkAllKeyEvents = "0";
|
|
sinkAllKeyEvents = "0";
|
|
- password = "0";
|
|
|
|
passwordMask = "*";
|
|
passwordMask = "*";
|
|
- text = "sand";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "39 21";
|
|
|
|
- extent = "143 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextEditProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
altCommand = "TerrainMaterialDlg.setMaterialName( $ThisControl.getText() );";
|
|
altCommand = "TerrainMaterialDlg.setMaterialName( $ThisControl.getText() );";
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiInspectorTitleTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "8 0";
|
|
|
|
+ Extent = "117 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Material Properties";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiContainer() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "6 43";
|
|
|
|
+ Extent = "185 75";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+
|
|
|
|
+ new GuiCheckBoxCtrl() {
|
|
|
|
+ internalName = "sideProjectionCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiCheckBoxProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "55 54";
|
|
|
|
+ Extent = "119 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ text = " Use Side Projection";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "ToggleButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ useInactiveState = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapCtrl() {
|
|
|
|
+ internalName = "baseTexCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ Extent = "47 47";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ bitmap = "tools/materialEditor/gui/unknownImage";
|
|
|
|
+ wrap = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ Extent = "48 48";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.changeBase();";
|
|
|
|
+ tooltipprofile = "ToolsGuiDefaultProfile";
|
|
|
|
+ ToolTip = "Change the Active Diffuse Map for this layer";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ bitmap = "tools/materialEditor/gui/cubemapBtnBorder";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "EditorTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "56 -3";
|
|
|
|
+ Extent = "39 18";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Diffuse";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "56 16";
|
|
|
|
+ Extent = "116 17";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "None";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiButtonProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "116 0";
|
|
|
|
+ Extent = "40 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.changeBase();";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ text = "Edit";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "159 0";
|
|
|
|
+ Extent = "16 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg-->baseTexCtrl.setBitmap(\"tools/materialEditor/gui/unknownImage\");";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ bitmap = "tools/gui/images/delete";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "132 35";
|
|
|
|
+ Extent = "39 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Size";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextEditCtrl() {
|
|
|
|
+ internalName = "baseSizeCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextEditProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "94 34";
|
|
|
|
+ Extent = "34 18";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ historySize = "0";
|
|
|
|
+ password = "0";
|
|
|
|
+ tabComplete = "0";
|
|
|
|
+ sinkAllKeyEvents = "0";
|
|
|
|
+ passwordMask = "*";
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
isContainer = "0";
|
|
isContainer = "0";
|
|
- internalName = "matNameCtrl";
|
|
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "6 116";
|
|
|
|
+ Extent = "175 2";
|
|
|
|
+ MinExtent = "8 2";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ bitmap = "tools/gui/images/separator-v";
|
|
|
|
+ wrap = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiContainer() {
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "6 295";
|
|
|
|
+ Extent = "185 50";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+
|
|
|
|
+ new GuiBitmapCtrl() {
|
|
|
|
+ internalName = "normTexCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ Extent = "47 47";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ bitmap = "tools/materialEditor/gui/unknownImage";
|
|
|
|
+ wrap = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "EditorTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "56 -3";
|
|
|
|
+ Extent = "39 18";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Normal";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ Extent = "48 48";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.changeNormal();";
|
|
|
|
+ tooltipprofile = "ToolsGuiDefaultProfile";
|
|
|
|
+ ToolTip = "Change the active Normal Map for this layer.";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ bitmap = "tools/materialEditor/gui/cubemapBtnBorder";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "56 15";
|
|
|
|
+ Extent = "116 17";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "None";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiButtonProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "116 0";
|
|
|
|
+ Extent = "40 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.changeNormal();";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ text = "Edit";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "159 0";
|
|
|
|
+ Extent = "16 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg-->normTexCtrl.setBitmap(\"tools/materialEditor/gui/unknownImage\");";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ bitmap = "tools/gui/images/delete";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "92 34";
|
|
|
|
+ Extent = "77 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Parallax Scale";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextEditCtrl() {
|
|
|
|
+ internalName = "parallaxScaleCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextEditProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "55 33";
|
|
|
|
+ Extent = "34 18";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "0.00";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ historySize = "0";
|
|
|
|
+ password = "0";
|
|
|
|
+ tabComplete = "0";
|
|
|
|
+ sinkAllKeyEvents = "0";
|
|
|
|
+ passwordMask = "*";
|
|
|
|
+ };
|
|
};
|
|
};
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "117 16";
|
|
|
|
|
|
+
|
|
|
|
+ new GuiBitmapCtrl() {
|
|
|
|
+ bitmap = "tools/gui/images/separator-v";
|
|
|
|
+ wrap = "0";
|
|
|
|
+ position = "6 288";
|
|
|
|
+ extent = "175 2";
|
|
minExtent = "8 2";
|
|
minExtent = "8 2";
|
|
- horizSizing = "right";
|
|
|
|
|
|
+ horizSizing = "width";
|
|
vertSizing = "bottom";
|
|
vertSizing = "bottom";
|
|
- profile = "ToolsGuiInspectorTitleTextProfile";
|
|
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
visible = "1";
|
|
visible = "1";
|
|
active = "1";
|
|
active = "1";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
@@ -242,27 +640,19 @@
|
|
canSave = "1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
};
|
|
};
|
|
- new GuiScrollCtrl() {
|
|
|
|
- willFirstRespond = "1";
|
|
|
|
- hScrollBar = "dynamic";
|
|
|
|
- vScrollBar = "dynamic";
|
|
|
|
- lockHorizScroll = "1";
|
|
|
|
- lockVertScroll = "0";
|
|
|
|
- constantThumbHeight = "0";
|
|
|
|
- childMargin = "0 0";
|
|
|
|
- mouseWheelScrollSpeed = "-1";
|
|
|
|
|
|
+ new GuiContainer() {
|
|
margin = "0 0 0 0";
|
|
margin = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
anchorTop = "1";
|
|
anchorTop = "1";
|
|
anchorBottom = "0";
|
|
anchorBottom = "0";
|
|
anchorLeft = "1";
|
|
anchorLeft = "1";
|
|
anchorRight = "0";
|
|
anchorRight = "0";
|
|
- position = "0 45";
|
|
|
|
- extent = "189 329";
|
|
|
|
|
|
+ position = "6 122";
|
|
|
|
+ extent = "185 72";
|
|
minExtent = "8 2";
|
|
minExtent = "8 2";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
- vertSizing = "height";
|
|
|
|
- profile = "ToolsGuiScrollProfile";
|
|
|
|
|
|
+ vertSizing = "bottom";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
visible = "1";
|
|
visible = "1";
|
|
active = "1";
|
|
active = "1";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
@@ -271,1473 +661,730 @@
|
|
canSave = "1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
|
|
|
|
- new GuiContainer() {
|
|
|
|
|
|
+ new GuiBitmapCtrl() {
|
|
|
|
+ bitmap = "tools/materialEditor/gui/unknownImage";
|
|
|
|
+ wrap = "0";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ extent = "47 47";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "right";
|
|
|
|
+ vertSizing = "bottom";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ internalName = "macroTexCtrl";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapButtonCtrl() {
|
|
|
|
+ bitmap = "tools/materialEditor/gui/cubemapBtnBorder";
|
|
|
|
+ bitmapMode = "Stretched";
|
|
|
|
+ autoFitExtents = "0";
|
|
|
|
+ useModifiers = "0";
|
|
|
|
+ useStates = "1";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ extent = "48 48";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "right";
|
|
|
|
+ vertSizing = "bottom";
|
|
|
|
+ profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ command = "TerrainMaterialDlg.changeMacro();";
|
|
|
|
+ tooltipProfile = "ToolsGuiDefaultProfile";
|
|
|
|
+ tooltip = "Change the active Macro Map for this layer.";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ text = "Macro";
|
|
|
|
+ maxLength = "1024";
|
|
margin = "0 0 0 0";
|
|
margin = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
anchorTop = "1";
|
|
anchorTop = "1";
|
|
anchorBottom = "0";
|
|
anchorBottom = "0";
|
|
anchorLeft = "1";
|
|
anchorLeft = "1";
|
|
anchorRight = "0";
|
|
anchorRight = "0";
|
|
- position = "1 1";
|
|
|
|
- extent = "174 73";
|
|
|
|
|
|
+ position = "56 -3";
|
|
|
|
+ extent = "34 18";
|
|
minExtent = "8 2";
|
|
minExtent = "8 2";
|
|
- horizSizing = "width";
|
|
|
|
|
|
+ horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
vertSizing = "bottom";
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
|
|
+ profile = "EditorTextProfile";
|
|
visible = "1";
|
|
visible = "1";
|
|
active = "1";
|
|
active = "1";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
- isContainer = "1";
|
|
|
|
|
|
+ isContainer = "0";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
-
|
|
|
|
- new GuiCheckBoxCtrl() {
|
|
|
|
- text = " Use Side Projection";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "ToggleButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "55 54";
|
|
|
|
- extent = "119 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiCheckBoxProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "sideProjectionCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "art/terrains/Example/sand";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "47 47";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "baseTexCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/materialEditor/gui/cubemapBtnBorder";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "48 48";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changeBase();";
|
|
|
|
- tooltipProfile = "ToolsGuiDefaultProfile";
|
|
|
|
- tooltip = "Change the Active Diffuse Map for this layer";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "39 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "EditorTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "79 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiButtonCtrl() {
|
|
|
|
- text = "Edit";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "110 0";
|
|
|
|
- extent = "40 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiButtonProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changeBase();";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/gui/images/delete";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "153 0";
|
|
|
|
- extent = "16 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg-->baseTexCtrl.setBitmap(\"tools/materialEditor/gui/unknownImage\");";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- text = "Size";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "132 35";
|
|
|
|
- extent = "39 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextEditCtrl() {
|
|
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
- text = "200";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "94 34";
|
|
|
|
- extent = "34 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextEditProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "baseSizeCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "tools/gui/images/separator-v";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "1 71";
|
|
|
|
- extent = "148 2";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
};
|
|
};
|
|
- new GuiContainer() {
|
|
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ text = "None";
|
|
|
|
+ maxLength = "1024";
|
|
margin = "0 0 0 0";
|
|
margin = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
anchorTop = "1";
|
|
anchorTop = "1";
|
|
anchorBottom = "0";
|
|
anchorBottom = "0";
|
|
anchorLeft = "1";
|
|
anchorLeft = "1";
|
|
anchorRight = "0";
|
|
anchorRight = "0";
|
|
- position = "4 78";
|
|
|
|
- extent = "174 76";
|
|
|
|
|
|
+ position = "56 17";
|
|
|
|
+ extent = "116 17";
|
|
minExtent = "8 2";
|
|
minExtent = "8 2";
|
|
horizSizing = "width";
|
|
horizSizing = "width";
|
|
vertSizing = "bottom";
|
|
vertSizing = "bottom";
|
|
|
|
+ profile = "ToolsGuiTextProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiButtonCtrl() {
|
|
|
|
+ text = "Edit";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ position = "116 0";
|
|
|
|
+ extent = "40 16";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "left";
|
|
|
|
+ vertSizing = "bottom";
|
|
|
|
+ profile = "ToolsGuiButtonProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ command = "TerrainMaterialDlg.changeMacro();";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapButtonCtrl() {
|
|
|
|
+ bitmap = "tools/gui/images/delete";
|
|
|
|
+ bitmapMode = "Stretched";
|
|
|
|
+ autoFitExtents = "0";
|
|
|
|
+ useModifiers = "0";
|
|
|
|
+ useStates = "1";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ position = "159 0";
|
|
|
|
+ extent = "16 16";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "left";
|
|
|
|
+ vertSizing = "bottom";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
profile = "ToolsGuiDefaultProfile";
|
|
visible = "1";
|
|
visible = "1";
|
|
active = "1";
|
|
active = "1";
|
|
|
|
+ command = "TerrainMaterialDlg-->macroTexCtrl.setBitmap(\"tools/materialEditor/gui/unknownImage\");";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
- isContainer = "1";
|
|
|
|
|
|
+ isContainer = "0";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
-
|
|
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "art/terrains/Example/sand_d";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "47 47";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "detailTexCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/materialEditor/gui/cubemapBtnBorder";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "48 48";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changeDetail();";
|
|
|
|
- tooltipProfile = "ToolsGuiDefaultProfile";
|
|
|
|
- tooltip = "Change the active Detail Map for this layer.";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "30 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "EditorTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "79 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiButtonCtrl() {
|
|
|
|
- text = "Edit";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "111 0";
|
|
|
|
- extent = "40 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiButtonProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changeDetail();";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/gui/images/delete";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "154 0";
|
|
|
|
- extent = "16 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg-->detailTexCtrl.setBitmap(\"tools/materialEditor/gui/unknownImage\");";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- text = "Size";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "132 33";
|
|
|
|
- extent = "39 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextEditCtrl() {
|
|
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
- text = "10";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "94 32";
|
|
|
|
- extent = "34 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextEditProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "detSizeCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- text = "Strength";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "39 54";
|
|
|
|
- extent = "46 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextEditCtrl() {
|
|
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
- text = "1";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "1 53";
|
|
|
|
- extent = "34 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextEditProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "detStrengthCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- text = "Distance";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "132 54";
|
|
|
|
- extent = "45 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextEditCtrl() {
|
|
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
- text = "100";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "94 53";
|
|
|
|
- extent = "34 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextEditProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "detDistanceCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "core/art/gui/images/separator-v";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "1 73";
|
|
|
|
- extent = "148 2";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
};
|
|
};
|
|
- new GuiContainer() {
|
|
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ text = "Size";
|
|
|
|
+ maxLength = "1024";
|
|
margin = "0 0 0 0";
|
|
margin = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
- anchorTop = "1";
|
|
|
|
|
|
+ anchorTop = "0";
|
|
anchorBottom = "0";
|
|
anchorBottom = "0";
|
|
- anchorLeft = "1";
|
|
|
|
|
|
+ anchorLeft = "0";
|
|
anchorRight = "0";
|
|
anchorRight = "0";
|
|
- position = "6 158";
|
|
|
|
- extent = "174 54";
|
|
|
|
|
|
+ position = "132 33";
|
|
|
|
+ extent = "39 16";
|
|
minExtent = "8 2";
|
|
minExtent = "8 2";
|
|
- horizSizing = "width";
|
|
|
|
|
|
+ horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
vertSizing = "bottom";
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
|
|
+ profile = "ToolsGuiTextProfile";
|
|
visible = "1";
|
|
visible = "1";
|
|
active = "1";
|
|
active = "1";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
- isContainer = "1";
|
|
|
|
|
|
+ isContainer = "0";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
-
|
|
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "tools/materialEditor/gui/unknownImage";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "47 47";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "normTexCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "39 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "EditorTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/materialEditor/gui/cubemapBtnBorder";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "48 48";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changeNormal();";
|
|
|
|
- tooltipProfile = "ToolsGuiDefaultProfile";
|
|
|
|
- tooltip = "Change the active Normal Map for this layer.";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "79 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiButtonCtrl() {
|
|
|
|
- text = "Edit";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "111 0";
|
|
|
|
- extent = "40 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiButtonProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changeNormal();";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/gui/images/delete";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "154 0";
|
|
|
|
- extent = "16 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg-->normTexCtrl.setBitmap(\"tools/materialEditor/gui/unknownImage\");";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "77 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextEditCtrl() {
|
|
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
- text = "0";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "55 33";
|
|
|
|
- extent = "34 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextEditProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "parallaxScaleCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "tools/gui/images/separator-v";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "-10 53";
|
|
|
|
- extent = "148 2";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
};
|
|
};
|
|
- new GuiContainer() {
|
|
|
|
|
|
+ new GuiTextEditCtrl() {
|
|
|
|
+ historySize = "0";
|
|
|
|
+ tabComplete = "0";
|
|
|
|
+ sinkAllKeyEvents = "0";
|
|
|
|
+ password = "0";
|
|
|
|
+ passwordMask = "*";
|
|
|
|
+ maxLength = "1024";
|
|
margin = "0 0 0 0";
|
|
margin = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
- anchorTop = "1";
|
|
|
|
|
|
+ anchorTop = "0";
|
|
anchorBottom = "0";
|
|
anchorBottom = "0";
|
|
- anchorLeft = "1";
|
|
|
|
|
|
+ anchorLeft = "0";
|
|
anchorRight = "0";
|
|
anchorRight = "0";
|
|
- position = "6 216";
|
|
|
|
- extent = "174 53";
|
|
|
|
|
|
+ position = "94 32";
|
|
|
|
+ extent = "34 18";
|
|
minExtent = "8 2";
|
|
minExtent = "8 2";
|
|
- horizSizing = "width";
|
|
|
|
|
|
+ horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
vertSizing = "bottom";
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
|
|
+ profile = "ToolsGuiTextEditProfile";
|
|
visible = "1";
|
|
visible = "1";
|
|
active = "1";
|
|
active = "1";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
- isContainer = "1";
|
|
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ internalName = "macroSizeCtrl";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
-
|
|
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "tools/materialEditor/gui/unknownImage";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "47 47";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "compositeTexCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/materialEditor/gui/cubemapBtnBorder";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "48 48";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changecomposite();";
|
|
|
|
- tooltipProfile = "ToolsGuiDefaultProfile";
|
|
|
|
- tooltip = "Change the active composite Map for this layer.";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- text = "Composite";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "56 -3";
|
|
|
|
- extent = "61 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "EditorTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "79 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiButtonCtrl() {
|
|
|
|
- text = "Edit";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "111 0";
|
|
|
|
- extent = "40 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiButtonProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changecomposite();";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/gui/images/delete";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "154 0";
|
|
|
|
- extent = "16 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg-->compositeTexCtrl.setBitmap(\"tools/materialEditor/gui/unknownImage\");";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "tools/gui/images/separator-v";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "4 51";
|
|
|
|
- extent = "148 2";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
};
|
|
};
|
|
- new GuiContainer() {
|
|
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ text = "Strength";
|
|
|
|
+ maxLength = "1024";
|
|
margin = "0 0 0 0";
|
|
margin = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
padding = "0 0 0 0";
|
|
- anchorTop = "1";
|
|
|
|
|
|
+ anchorTop = "0";
|
|
anchorBottom = "0";
|
|
anchorBottom = "0";
|
|
- anchorLeft = "1";
|
|
|
|
|
|
+ anchorLeft = "0";
|
|
anchorRight = "0";
|
|
anchorRight = "0";
|
|
- position = "6 272";
|
|
|
|
- extent = "174 71";
|
|
|
|
|
|
+ position = "39 54";
|
|
|
|
+ extent = "46 16";
|
|
minExtent = "8 2";
|
|
minExtent = "8 2";
|
|
- horizSizing = "width";
|
|
|
|
|
|
+ horizSizing = "right";
|
|
vertSizing = "bottom";
|
|
vertSizing = "bottom";
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
|
|
+ profile = "ToolsGuiTextProfile";
|
|
visible = "1";
|
|
visible = "1";
|
|
active = "1";
|
|
active = "1";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
tooltipProfile = "ToolsGuiToolTipProfile";
|
|
hovertime = "1000";
|
|
hovertime = "1000";
|
|
- isContainer = "1";
|
|
|
|
|
|
+ isContainer = "0";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
canSaveDynamicFields = "0";
|
|
canSaveDynamicFields = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextEditCtrl() {
|
|
|
|
+ historySize = "0";
|
|
|
|
+ tabComplete = "0";
|
|
|
|
+ sinkAllKeyEvents = "0";
|
|
|
|
+ password = "0";
|
|
|
|
+ passwordMask = "*";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ margin = "0 0 0 0";
|
|
|
|
+ padding = "0 0 0 0";
|
|
|
|
+ anchorTop = "0";
|
|
|
|
+ anchorBottom = "0";
|
|
|
|
+ anchorLeft = "0";
|
|
|
|
+ anchorRight = "0";
|
|
|
|
+ position = "1 53";
|
|
|
|
+ extent = "34 18";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "right";
|
|
|
|
+ vertSizing = "bottom";
|
|
|
|
+ profile = "ToolsGuiTextEditProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ internalName = "macroStrengthCtrl";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ text = "Distance";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ margin = "0 0 0 0";
|
|
|
|
+ padding = "0 0 0 0";
|
|
|
|
+ anchorTop = "0";
|
|
|
|
+ anchorBottom = "0";
|
|
|
|
+ anchorLeft = "0";
|
|
|
|
+ anchorRight = "0";
|
|
|
|
+ position = "132 54";
|
|
|
|
+ extent = "45 16";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "right";
|
|
|
|
+ vertSizing = "bottom";
|
|
|
|
+ profile = "ToolsGuiTextProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextEditCtrl() {
|
|
|
|
+ historySize = "0";
|
|
|
|
+ tabComplete = "0";
|
|
|
|
+ sinkAllKeyEvents = "0";
|
|
|
|
+ password = "0";
|
|
|
|
+ passwordMask = "*";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ margin = "0 0 0 0";
|
|
|
|
+ padding = "0 0 0 0";
|
|
|
|
+ anchorTop = "0";
|
|
|
|
+ anchorBottom = "0";
|
|
|
|
+ anchorLeft = "0";
|
|
|
|
+ anchorRight = "0";
|
|
|
|
+ position = "94 53";
|
|
|
|
+ extent = "34 18";
|
|
|
|
+ minExtent = "8 2";
|
|
|
|
+ horizSizing = "right";
|
|
|
|
+ vertSizing = "bottom";
|
|
|
|
+ profile = "ToolsGuiTextEditProfile";
|
|
|
|
+ visible = "1";
|
|
|
|
+ active = "1";
|
|
|
|
+ tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ internalName = "macroDistanceCtrl";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ new GuiBitmapCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "6 200";
|
|
|
|
+ Extent = "175 2";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ bitmap = "tools/gui/images/separator-v";
|
|
|
|
+ wrap = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiContainer() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "6 206";
|
|
|
|
+ Extent = "185 72";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "tools/materialEditor/gui/unknownImage";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "47 47";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "macroTexCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/materialEditor/gui/cubemapBtnBorder";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "1 1";
|
|
|
|
- extent = "48 48";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changeMacro();";
|
|
|
|
- tooltipProfile = "ToolsGuiDefaultProfile";
|
|
|
|
- tooltip = "Change the active Macro Map for this layer.";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "34 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "EditorTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- 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";
|
|
|
|
- extent = "111 17";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiButtonCtrl() {
|
|
|
|
- text = "Edit";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "111 0";
|
|
|
|
- extent = "40 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiButtonProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.changeMacro();";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiBitmapButtonCtrl() {
|
|
|
|
- bitmap = "tools/gui/images/delete";
|
|
|
|
- bitmapMode = "Stretched";
|
|
|
|
- autoFitExtents = "0";
|
|
|
|
- useModifiers = "0";
|
|
|
|
- useStates = "1";
|
|
|
|
- masked = "0";
|
|
|
|
- groupNum = "-1";
|
|
|
|
- buttonType = "PushButton";
|
|
|
|
- useMouseEvents = "0";
|
|
|
|
- position = "154 0";
|
|
|
|
- extent = "16 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg-->macroTexCtrl.setBitmap(\"tools/materialEditor/gui/unknownImage\");";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- text = "Size";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "132 33";
|
|
|
|
- extent = "39 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextEditCtrl() {
|
|
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
- text = "200";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "94 32";
|
|
|
|
- extent = "34 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextEditProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "macroSizeCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- text = "Strength";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "39 54";
|
|
|
|
- extent = "46 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextEditCtrl() {
|
|
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
- text = "0.7";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "1 53";
|
|
|
|
- extent = "34 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextEditProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "macroStrengthCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- text = "Distance";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "132 54";
|
|
|
|
- extent = "45 16";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
- new GuiTextEditCtrl() {
|
|
|
|
- historySize = "0";
|
|
|
|
- tabComplete = "0";
|
|
|
|
- sinkAllKeyEvents = "0";
|
|
|
|
- password = "0";
|
|
|
|
- passwordMask = "*";
|
|
|
|
- text = "500";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "0";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "0";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "94 53";
|
|
|
|
- extent = "34 18";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "right";
|
|
|
|
- vertSizing = "bottom";
|
|
|
|
- profile = "ToolsGuiTextEditProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- internalName = "macroDistanceCtrl";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
- };
|
|
|
|
|
|
+ new GuiBitmapCtrl() {
|
|
|
|
+ internalName = "detailTexCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ Extent = "47 47";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ bitmap = "tools/materialEditor/gui/unknownImage";
|
|
|
|
+ wrap = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ Extent = "48 48";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.changeDetail();";
|
|
|
|
+ tooltipprofile = "ToolsGuiDefaultProfile";
|
|
|
|
+ ToolTip = "Change the active Detail Map for this layer.";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ bitmap = "tools/materialEditor/gui/cubemapBtnBorder";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "EditorTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "56 -3";
|
|
|
|
+ Extent = "30 18";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Detail";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "56 16";
|
|
|
|
+ Extent = "116 17";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "None";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiButtonProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "116 0";
|
|
|
|
+ Extent = "40 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.changeDetail();";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ text = "Edit";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ };
|
|
|
|
+ new GuiBitmapButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "159 0";
|
|
|
|
+ Extent = "16 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg-->detailTexCtrl.setBitmap(\"tools/materialEditor/gui/unknownImage\");";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ groupNum = "-1";
|
|
|
|
+ buttonType = "PushButton";
|
|
|
|
+ useMouseEvents = "0";
|
|
|
|
+ bitmap = "tools/gui/images/delete";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "132 33";
|
|
|
|
+ Extent = "39 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Size";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextEditCtrl() {
|
|
|
|
+ internalName = "detSizeCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextEditProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "94 32";
|
|
|
|
+ Extent = "34 18";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ historySize = "0";
|
|
|
|
+ password = "0";
|
|
|
|
+ tabComplete = "0";
|
|
|
|
+ sinkAllKeyEvents = "0";
|
|
|
|
+ passwordMask = "*";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "39 54";
|
|
|
|
+ Extent = "46 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Strength";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextEditCtrl() {
|
|
|
|
+ internalName = "detStrengthCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextEditProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "1 53";
|
|
|
|
+ Extent = "34 18";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ historySize = "0";
|
|
|
|
+ password = "0";
|
|
|
|
+ tabComplete = "0";
|
|
|
|
+ sinkAllKeyEvents = "0";
|
|
|
|
+ passwordMask = "*";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "132 54";
|
|
|
|
+ Extent = "45 16";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ text = "Distance";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ };
|
|
|
|
+ new GuiTextEditCtrl() {
|
|
|
|
+ internalName = "detDistanceCtrl";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiTextEditProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "94 53";
|
|
|
|
+ Extent = "34 18";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "0";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "0";
|
|
|
|
+ AnchorRight = "0";
|
|
|
|
+ maxLength = "1024";
|
|
|
|
+ historySize = "0";
|
|
|
|
+ password = "0";
|
|
|
|
+ tabComplete = "0";
|
|
|
|
+ sinkAllKeyEvents = "0";
|
|
|
|
+ passwordMask = "*";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
new GuiControl() {
|
|
new GuiControl() {
|
|
- position = "6 42";
|
|
|
|
- extent = "189 373";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "height";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
isContainer = "1";
|
|
isContainer = "1";
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "height";
|
|
|
|
+ position = "6 42";
|
|
|
|
+ Extent = "189 373";
|
|
|
|
+ MinExtent = "8 2";
|
|
canSave = "1";
|
|
canSave = "1";
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
|
|
new GuiScrollCtrl() {
|
|
new GuiScrollCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ Profile = "ToolsGuiScrollProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "height";
|
|
|
|
+ position = "0 0";
|
|
|
|
+ Extent = "189 374";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
|
|
+ Margin = "0 0 0 0";
|
|
|
|
+ Padding = "0 0 0 0";
|
|
|
|
+ AnchorTop = "1";
|
|
|
|
+ AnchorBottom = "0";
|
|
|
|
+ AnchorLeft = "1";
|
|
|
|
+ AnchorRight = "0";
|
|
willFirstRespond = "1";
|
|
willFirstRespond = "1";
|
|
hScrollBar = "dynamic";
|
|
hScrollBar = "dynamic";
|
|
vScrollBar = "dynamic";
|
|
vScrollBar = "dynamic";
|
|
- lockHorizScroll = "0";
|
|
|
|
- lockVertScroll = "0";
|
|
|
|
|
|
+ lockHorizScroll = "false";
|
|
|
|
+ lockVertScroll = "false";
|
|
constantThumbHeight = "0";
|
|
constantThumbHeight = "0";
|
|
childMargin = "0 0";
|
|
childMargin = "0 0";
|
|
mouseWheelScrollSpeed = "-1";
|
|
mouseWheelScrollSpeed = "-1";
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "0 -1";
|
|
|
|
- extent = "189 374";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "height";
|
|
|
|
- profile = "ToolsGuiScrollProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
|
|
new GuiTreeViewCtrl() {
|
|
new GuiTreeViewCtrl() {
|
|
|
|
+ internalName = "matLibTree";
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ class = "TerrainMaterialTreeCtrl";
|
|
|
|
+ className = "TerrainMaterialTreeCtrl";
|
|
|
|
+ isContainer = "1";
|
|
|
|
+ Profile = "ToolsGuiTreeViewProfile";
|
|
|
|
+ HorizSizing = "right";
|
|
|
|
+ VertSizing = "bottom";
|
|
|
|
+ position = "1 1";
|
|
|
|
+ Extent = "125 84";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
tabSize = "16";
|
|
tabSize = "16";
|
|
textOffset = "2";
|
|
textOffset = "2";
|
|
fullRowSelect = "0";
|
|
fullRowSelect = "0";
|
|
itemHeight = "21";
|
|
itemHeight = "21";
|
|
destroyTreeOnSleep = "1";
|
|
destroyTreeOnSleep = "1";
|
|
- mouseDragging = "0";
|
|
|
|
- multipleSelections = "0";
|
|
|
|
- deleteObjectAllowed = "0";
|
|
|
|
- dragToItemAllowed = "0";
|
|
|
|
- clearAllOnSingleSelection = "1";
|
|
|
|
|
|
+ MouseDragging = "0";
|
|
|
|
+ MultipleSelections = "0";
|
|
|
|
+ DeleteObjectAllowed = "0";
|
|
|
|
+ DragToItemAllowed = "0";
|
|
|
|
+ ClearAllOnSingleSelection = "1";
|
|
showRoot = "0";
|
|
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 = "109 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";
|
|
|
|
|
|
+ internalNamesOnly = "1";
|
|
|
|
+ objectNamesOnly = "0";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
new GuiButtonCtrl() {
|
|
new GuiButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiButtonProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "top";
|
|
|
|
+ position = "202 394";
|
|
|
|
+ Extent = "98 22";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.dialogApply();";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
text = "Apply&Select";
|
|
text = "Apply&Select";
|
|
groupNum = "-1";
|
|
groupNum = "-1";
|
|
buttonType = "PushButton";
|
|
buttonType = "PushButton";
|
|
useMouseEvents = "0";
|
|
useMouseEvents = "0";
|
|
- position = "202 394";
|
|
|
|
- extent = "98 22";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "top";
|
|
|
|
- profile = "ToolsGuiButtonProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.dialogApply();";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
new GuiButtonCtrl() {
|
|
new GuiButtonCtrl() {
|
|
|
|
+ canSaveDynamicFields = "0";
|
|
|
|
+ isContainer = "0";
|
|
|
|
+ Profile = "ToolsGuiButtonProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "top";
|
|
|
|
+ position = "307 394";
|
|
|
|
+ Extent = "80 22";
|
|
|
|
+ MinExtent = "8 2";
|
|
|
|
+ canSave = "1";
|
|
|
|
+ Visible = "1";
|
|
|
|
+ Command = "TerrainMaterialDlg.dialogCancel();";
|
|
|
|
+ tooltipprofile = "ToolsGuiToolTipProfile";
|
|
|
|
+ hovertime = "1000";
|
|
text = "Cancel";
|
|
text = "Cancel";
|
|
groupNum = "-1";
|
|
groupNum = "-1";
|
|
buttonType = "PushButton";
|
|
buttonType = "PushButton";
|
|
useMouseEvents = "0";
|
|
useMouseEvents = "0";
|
|
- position = "307 394";
|
|
|
|
- extent = "80 22";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "top";
|
|
|
|
- profile = "ToolsGuiButtonProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- command = "TerrainMaterialDlg.dialogCancel();";
|
|
|
|
- tooltipProfile = "ToolsGuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "0";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
};
|
|
};
|
|
- new GuiBitmapCtrl() {
|
|
|
|
- bitmap = "tools/gui/images/inactive-overlay";
|
|
|
|
- color = "255 255 255 255";
|
|
|
|
- wrap = "0";
|
|
|
|
- position = "199 23";
|
|
|
|
- extent = "190 267";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "left";
|
|
|
|
- vertSizing = "height";
|
|
|
|
- profile = "ToolsGuiDefaultProfile";
|
|
|
|
- visible = "0";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "GuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
|
|
+
|
|
|
|
+ new GuiBitmapCtrl() { // inactive overlay
|
|
internalName = "inactiveOverlay";
|
|
internalName = "inactiveOverlay";
|
|
- hidden = "1";
|
|
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
-
|
|
|
|
- new GuiTextCtrl() {
|
|
|
|
- text = "Inactive";
|
|
|
|
- maxLength = "1024";
|
|
|
|
- margin = "0 0 0 0";
|
|
|
|
- padding = "0 0 0 0";
|
|
|
|
- anchorTop = "1";
|
|
|
|
- anchorBottom = "0";
|
|
|
|
- anchorLeft = "1";
|
|
|
|
- anchorRight = "0";
|
|
|
|
- position = "0 104";
|
|
|
|
- extent = "190 64";
|
|
|
|
- minExtent = "8 2";
|
|
|
|
- horizSizing = "width";
|
|
|
|
- vertSizing = "center";
|
|
|
|
- profile = "ToolsGuiTextCenterProfile";
|
|
|
|
- visible = "1";
|
|
|
|
- active = "1";
|
|
|
|
- tooltipProfile = "GuiToolTipProfile";
|
|
|
|
- hovertime = "1000";
|
|
|
|
- isContainer = "1";
|
|
|
|
|
|
+ Profile = "ToolsGuiDefaultProfile";
|
|
|
|
+ HorizSizing = "left";
|
|
|
|
+ VertSizing = "height";
|
|
|
|
+ position = "199 23";
|
|
|
|
+ Extent = "190 267";
|
|
|
|
+ isContainer = true;
|
|
|
|
+ Visible = false;
|
|
|
|
+ bitmap = "tools/gui/images/inactive-overlay";
|
|
|
|
+
|
|
|
|
+ new GuiTextCtrl(){
|
|
internalName = "inactiveOverlayDlg";
|
|
internalName = "inactiveOverlayDlg";
|
|
- canSave = "1";
|
|
|
|
- canSaveDynamicFields = "0";
|
|
|
|
|
|
+ Profile = "ToolsGuiTextCenterProfile";
|
|
|
|
+ HorizSizing = "width";
|
|
|
|
+ VertSizing = "center";
|
|
|
|
+ position = "0 104";
|
|
|
|
+ Extent = "190 64";
|
|
|
|
+ text = "Inactive";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|