mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Tools GuiProfile Separation.
This effectively duplicates (where necessary) and moves tools specific GuiProfiles out of the core and into the tools. This will allow future modifications to either the game guis or tools guis that use these profiles to not conflict with each other.
This commit is contained in:
parent
17c750b19a
commit
ceff8d72e0
375 changed files with 8124 additions and 8134 deletions
|
|
@ -32,7 +32,7 @@ singleton GuiControlProfile(GuiShapeEdScrollProfile : GuiEditorScrollProfile)
|
|||
category = "Editor";
|
||||
};
|
||||
|
||||
singleton GuiControlProfile(GuiShapeEdTextListProfile : GuiTextListProfile)
|
||||
singleton GuiControlProfile(GuiShapeEdTextListProfile : ToolsGuiTextListProfile)
|
||||
{
|
||||
// Customise the not-active font used for the header row
|
||||
fontColorNA = "75 75 75";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(ShapeEditorSettingsTab,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "0 0";
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiSolidDefaultProfile";
|
||||
Profile = "ToolsGuiSolidDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
position = "0 0";
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiScrollProfile";
|
||||
Profile = "ToolsGuiScrollProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
position = "0 0";
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
VertStacking = "Top to Bottom";
|
||||
Padding = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "1 1";
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
canSave = "1";
|
||||
isDecoy = "0";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiRolloutCtrl() {
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
VertStacking = "Top to Bottom";
|
||||
Padding = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "0 0";
|
||||
|
|
@ -108,13 +108,13 @@
|
|||
canSave = "1";
|
||||
isDecoy = "0";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
padding = "3";
|
||||
|
||||
new GuiControl() {
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "5 10";
|
||||
|
|
@ -122,7 +122,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
class = "ESettingsWindowColor";
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "0 1";
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
};
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "80 0";
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
internalName = "ColorEdit";
|
||||
canSaveDynamicFields = "1";
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "left";
|
||||
vertSizing = "bottom";
|
||||
position = "188 2";
|
||||
|
|
@ -196,7 +196,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
internalName = "ColorButton";
|
||||
canSaveDynamicFields = "1";
|
||||
|
|
@ -206,7 +206,7 @@
|
|||
};
|
||||
new GuiControl() {
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "5 30";
|
||||
|
|
@ -214,7 +214,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
class = "ESettingsWindowColor";
|
||||
|
|
@ -233,7 +233,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "0 1";
|
||||
|
|
@ -241,7 +241,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
};
|
||||
|
|
@ -259,7 +259,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "80 0";
|
||||
|
|
@ -267,7 +267,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
internalName = "ColorEdit";
|
||||
canSaveDynamicFields = "1";
|
||||
|
|
@ -280,7 +280,7 @@
|
|||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "left";
|
||||
vertSizing = "bottom";
|
||||
position = "188 2";
|
||||
|
|
@ -288,7 +288,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
internalName = "ColorButton";
|
||||
canSaveDynamicFields = "1";
|
||||
|
|
@ -298,7 +298,7 @@
|
|||
};
|
||||
new GuiControl() {
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "5 50";
|
||||
|
|
@ -306,7 +306,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
class = "ESettingsWindowColor";
|
||||
|
|
@ -325,7 +325,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "0 2";
|
||||
|
|
@ -333,7 +333,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
};
|
||||
|
|
@ -351,7 +351,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "80 0";
|
||||
|
|
@ -359,7 +359,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
internalName = "ColorEdit";
|
||||
canSaveDynamicFields = "1";
|
||||
|
|
@ -372,7 +372,7 @@
|
|||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
horizSizing = "left";
|
||||
vertSizing = "bottom";
|
||||
position = "188 2";
|
||||
|
|
@ -380,7 +380,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
internalName = "ColorButton";
|
||||
canSaveDynamicFields = "1";
|
||||
|
|
@ -407,7 +407,7 @@
|
|||
VertStacking = "Top to Bottom";
|
||||
Padding = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "0 0";
|
||||
|
|
@ -416,7 +416,7 @@
|
|||
canSave = "1";
|
||||
isDecoy = "0";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
padding = "3";
|
||||
|
||||
|
|
@ -436,7 +436,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "5 1";
|
||||
|
|
@ -444,7 +444,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
|
|
@ -462,7 +462,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditNumericProfile";
|
||||
Profile = "ToolsGuiNumericTextEditProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "81 0";
|
||||
|
|
@ -470,7 +470,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
class = "ESettingsWindowTextEdit";
|
||||
|
|
@ -496,7 +496,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "5 1";
|
||||
|
|
@ -504,7 +504,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
|
|
@ -522,7 +522,7 @@
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "81 0";
|
||||
|
|
@ -530,7 +530,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
class = "ESettingsWindowTextEdit";
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
internalName = "";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "102 0";
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
hovertime = "1000";
|
||||
|
||||
new GuiTextCtrl() {
|
||||
profile = "GuiTextProfile";
|
||||
profile = "ToolsGuiTextProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "5 7";
|
||||
|
|
@ -48,17 +48,17 @@
|
|||
helpTag = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
position = "94 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "core/art/gui/images/separator-h.png";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
internalName = "showGridBtn";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "100 3";
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdShapeView.renderGrid = $ThisControl.getValue();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Show grid";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/show-grid";
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
internalName = "fitToShapeBtn";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "134 3";
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdShapeView.fitToShape();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Fit Camera to Shape (F)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/fit-selection";
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
canSaveDynamicFields = "0";
|
||||
internalName = "orbitNodeBtn";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "168 3";
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdShapeView.orbitNode = $ThisControl.getValue();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Orbit the selected node";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/gui/images/menubar/orbit-cam";
|
||||
|
|
@ -121,17 +121,17 @@
|
|||
useMouseEvents = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
position = "202 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "core/art/gui/images/separator-h.png";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
internalName = "showNodes";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "210 3";
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdShapeView.renderNodes = $ThisControl.getValue();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Show Nodes (N)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/shapeEditor/images/shownodes_btn";
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
internalName = "ghostMode";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "243 3";
|
||||
|
|
@ -161,7 +161,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdShapeView.renderGhost = $ThisControl.getValue();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle shape transparency in the preview window (T)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/shapeEditor/images/ghost_btn";
|
||||
|
|
@ -173,7 +173,7 @@
|
|||
internalName = "wireframeMode";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "276 3";
|
||||
|
|
@ -182,7 +182,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "shapeEditorWireframeMode();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle shape wireframe in the preview window (R)";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/shapeEditor/images/show-wireframe";
|
||||
|
|
@ -191,18 +191,18 @@
|
|||
useMouseEvents = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
position = "309 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "core/art/gui/images/separator-h.png";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
internalName = "showBounds";
|
||||
Enabled = "1";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "315 3";
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdShapeView.renderbounds = $ThisControl.getValue();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle shape bounding box in the preview window";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/shapeEditor/images/object-bounds";
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
internalName = "showObjBox";
|
||||
Enabled = "1";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "348 3";
|
||||
|
|
@ -233,7 +233,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdShapeView.renderObjBox = $ThisControl.getValue();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle selected object bounding box in the preview window";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/shapeEditor/images/object-fit-bounds";
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
internalName = "renderColMeshes";
|
||||
Enabled = "1";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "381 3";
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "shapeEdShapeView.renderColMeshes = $ThisControl.getValue();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle rendering of collision meshes in the preview window";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/shapeEditor/images/collision-shape";
|
||||
|
|
@ -264,17 +264,17 @@
|
|||
useMouseEvents = "0";
|
||||
};
|
||||
new GuiBitmapCtrl() {
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
position = "415 3";
|
||||
Extent = "2 26";
|
||||
MinExtent = "1 1";
|
||||
bitmap = "core/art/gui/images/separator-h.png";
|
||||
bitmap = "tools/gui/images/separator-h.png";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
internalName = "showAdvanced";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "423 3";
|
||||
|
|
@ -283,7 +283,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdAdvancedWindow.setVisible( $ThisControl.getValue() );";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle Advanced Properties Window";
|
||||
hovertime = "1000";
|
||||
bitmap = "tools/shapeEditor/images/detail-levels_btn";
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -2,7 +2,7 @@
|
|||
%guiContent = new GuiWindowCtrl(ShapeEdAnimWindow) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiToolbarWindowProfile";
|
||||
Profile = "ToolsGuiToolbarWindowProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "top";
|
||||
Position = -1 SPC getWord(ShapeEdPreviewGui.extent,0)-94;
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
MinExtent = "475 53";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "4 4 4 4";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
new GuiContainer() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "top";
|
||||
Position = "5 10";
|
||||
|
|
@ -40,14 +40,14 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
// Sequence playback controls
|
||||
new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "top";
|
||||
Position = "0 3";
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiTextCtrl() {
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
new GuiTextCtrl() {
|
||||
HorizSizing = "left";
|
||||
VertSizing = "top";
|
||||
Profile = "GuiTextProfile";
|
||||
Profile = "ToolsGuiTextProfile";
|
||||
position = "778 19";
|
||||
Extent = "26 18";
|
||||
Variable = "$ShapeEdCurrentFrame";
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
internalName = "seqIn";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "0 0";
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
AltCommand = "ShapeEdSequences.onEditSeqInOut(\"in\", $ThisControl.getText());";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Set the In Point to the Current Frame";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
new GuiSliderCtrl(ShapeEdSeqSlider) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiSliderProfile";
|
||||
Profile = "ToolsGuiSliderProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "35 4";
|
||||
|
|
@ -115,7 +115,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
range = "0 255";
|
||||
ticks = "0";
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
internalName = "seqOut";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "778 0";
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
AltCommand = "ShapeEdSequences.onEditSeqInOut(\"out\", $ThisControl.getText());";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Set the Out Point to the Current Frame";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "center";
|
||||
VertSizing = "top";
|
||||
position = "194 17";
|
||||
|
|
@ -165,13 +165,13 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "0 0";
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdSequences.onEditSeqInOut(\"in\", ShapeEdSeqSlider.getValue());";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Set the in position to the current frame (I)";
|
||||
hovertime = "1000";
|
||||
text = "in";
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "48 0";
|
||||
|
|
@ -200,7 +200,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdAnimWindow.setKeyframe( ShapeEdAnimWindow-->seqIn.getText() );";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Skip to in frame (SHIFT -)";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "76 0";
|
||||
|
|
@ -220,7 +220,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdAnimWindow.setKeyframe( mCeil(ShapeEdSeqSlider.getValue() - 1) );";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Previous frame (-)";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -232,7 +232,7 @@
|
|||
new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "114 0";
|
||||
|
|
@ -240,14 +240,14 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiBitmapButtonCtrl() {
|
||||
internalName = "playBkwdBtn";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "0 0";
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdAnimWindow.setNoProxySequence(); ShapeEdAnimWindow.setThreadDirection( -1 );";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Play sequence in reverse";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -268,7 +268,7 @@
|
|||
internalName = "pauseBtn";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "38 0";
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdAnimWindow.setThreadDirection( 0 );";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle pause (SPACE)";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -289,7 +289,7 @@
|
|||
internalName = "playFwdBtn";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "76 0";
|
||||
|
|
@ -298,7 +298,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdAnimWindow.setNoProxySequence(); ShapeEdAnimWindow.setThreadDirection( 1 );";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Play sequence";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "228 0";
|
||||
|
|
@ -319,7 +319,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdAnimWindow.setKeyframe( mFloor(ShapeEdSeqSlider.getValue() + 1) );";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Next frame (+)";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -331,7 +331,7 @@
|
|||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "266 0";
|
||||
|
|
@ -340,7 +340,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdAnimWindow.setKeyframe( ShapeEdAnimWindow-->seqOut.getText() );";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Skip to out frame (SHIFT +)";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -351,7 +351,7 @@
|
|||
new GuiButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
horizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "306 0";
|
||||
|
|
@ -360,7 +360,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdSequences.onEditSeqInOut(\"out\", ShapeEdSeqSlider.getValue());";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Set the out position to the current frame (O)";
|
||||
hovertime = "1000";
|
||||
text = "out";
|
||||
|
|
@ -372,7 +372,7 @@
|
|||
internalName = "pingpong";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
horizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
position = "365 0";
|
||||
|
|
@ -381,7 +381,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdAnimWindow.togglePingPong();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle 'pingpong' mode on the current thread";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -391,7 +391,7 @@
|
|||
};
|
||||
new GuiTextEditCtrl() {
|
||||
internalName = "timeScale";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
horizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
position = "390 0";
|
||||
|
|
@ -401,7 +401,7 @@
|
|||
Visible = "1";
|
||||
Text = "1.0";
|
||||
AltCommand = "ShapeEdShapeView.setTimeScale( $ThisControl.getText() );";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Edit this value to change the playback speed for all threads";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -410,7 +410,7 @@
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
internalName = "seqInBar";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "39 0";
|
||||
|
|
@ -422,7 +422,7 @@
|
|||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
internalName = "seqOutBar";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
position = "765 0";
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%guiContent = new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "0 0";
|
||||
|
|
@ -10,13 +10,13 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiContainer(ShapeEdPreviewGui) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0" SPC (getWord(EditorGuiToolbar.extent, 1)-1);
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiSwatchButtonCtrl() {
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
new GuiShapeEdPreview(ShapeEdShapeView) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "-209 -90";
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%guiContent = new GuiWindowCollapseCtrl(ShapeEdPropWindow) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiWindowProfile";
|
||||
Profile = "ToolsGuiWindowProfile";
|
||||
HorizSizing = "windowRelative";
|
||||
VertSizing = "windowRelative";
|
||||
Position = getWord($pref::Video::mode, 0) - 209
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
MinExtent = "210 352";
|
||||
canSave = "1";
|
||||
Visible = "0";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "4 4 4 4";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
new GuiTabBookCtrl(ShapeEdSeqNodeTabBook) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabBookProfile";
|
||||
Profile = "ToolsGuiTabBookProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
position = "4 42";
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Docking = "client";
|
||||
Margin = "3 1 3 3";
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
new GuiTabPageCtrl(ShapeEdSequences) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabPageProfile";
|
||||
Profile = "ToolsGuiTabPageProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 19";
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
MinExtent = "0 -500";
|
||||
canSave = "1";
|
||||
Visible = "0";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
};
|
||||
new GuiBitmapBorderCtrl() {
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabBorderProfile";
|
||||
Profile = "ToolsGuiTabBorderProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 0";
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 0";
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiScrollCtrl() {
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
MinExtent = "8 25";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdPropWindow.update_onSeqSelectionChanged();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
enumerate = "0";
|
||||
resizeCell = "1";
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "top";
|
||||
Position = "0 210";
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
MinExtent = "8 11";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiContainer(){ // Sequence Properties Container
|
||||
|
|
@ -214,7 +214,7 @@
|
|||
internalName = "seqName";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "46 21";
|
||||
|
|
@ -223,7 +223,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
AltCommand = "ShapeEdSequences.onEditName();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Name of the selected sequence (edit to rename)";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
|
|
@ -241,7 +241,7 @@
|
|||
};
|
||||
// animation dropdown
|
||||
new GuiTextCtrl() {
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "-5 42";
|
||||
|
|
@ -250,7 +250,7 @@
|
|||
tooltip = "Animation source data";
|
||||
};
|
||||
new GuiPopUpMenuCtrl(ShapeEdSeqFromMenu) {
|
||||
Profile = "GuiPopUpMenuProfile";
|
||||
Profile = "ToolsGuiPopUpMenuProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "46 41";
|
||||
|
|
@ -258,7 +258,7 @@
|
|||
};
|
||||
// Start Frame
|
||||
new GuiTextCtrl() {
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "32 62";
|
||||
|
|
@ -267,7 +267,7 @@
|
|||
};
|
||||
new GuiTextEditCtrl() {
|
||||
internalName = "startFrame";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "46 61";
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
};
|
||||
// End frame
|
||||
new GuiTextCtrl() {
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "85 62";
|
||||
|
|
@ -286,7 +286,7 @@
|
|||
};
|
||||
new GuiTextEditCtrl() {
|
||||
internalName = "endFrame";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "105 61";
|
||||
|
|
@ -297,20 +297,20 @@
|
|||
// Cyclic flag
|
||||
new GuiCheckBoxCtrl() {
|
||||
internalName = "cyclicFlag";
|
||||
Profile = "GuiCheckBoxProfile";
|
||||
Profile = "ToolsGuiCheckBoxProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "143 43";
|
||||
Extent = "39 13";
|
||||
Command = "ShapeEdSequences.onToggleCyclic();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Loop Animation. Toggles the cyclic flag.";
|
||||
hovertime = "1000";
|
||||
text = "Loop";
|
||||
};
|
||||
// Priority
|
||||
new GuiTextCtrl() {
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
position = "136 62";
|
||||
|
|
@ -321,7 +321,7 @@
|
|||
internalName = "priority";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "179 61";
|
||||
|
|
@ -330,7 +330,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
AltCommand = "ShapeEdSequences.onEditPriority();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Priority of the selected sequence";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
|
|
@ -349,20 +349,20 @@
|
|||
// Blend animation dropdown
|
||||
new GuiCheckBoxCtrl() {
|
||||
internalName = "blendFlag";
|
||||
Profile = "GuiCheckBoxProfile";
|
||||
Profile = "ToolsGuiCheckBoxProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "2 82";
|
||||
Extent = "45 16";
|
||||
Command = "ShapeEdSequences.onEditBlend();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Toggle the blend flag for the selected sequence";
|
||||
hovertime = "1000";
|
||||
text = "Blend";
|
||||
};
|
||||
new GuiPopUpMenuCtrl() {
|
||||
internalName = "blendSeq";
|
||||
Profile = "GuiPopUpMenuProfile";
|
||||
Profile = "ToolsGuiPopUpMenuProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "46 81";
|
||||
|
|
@ -373,7 +373,7 @@
|
|||
|
||||
// Blend frame
|
||||
new GuiTextCtrl() {
|
||||
Profile = "GuiTextRightProfile";
|
||||
Profile = "ToolsGuiTextRightProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "142 81";
|
||||
|
|
@ -382,7 +382,7 @@
|
|||
};
|
||||
new GuiTextEditCtrl() {
|
||||
internalName = "blendFrame";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "173 81";
|
||||
|
|
@ -412,7 +412,7 @@
|
|||
internalName = "addTriggerBtn";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "170 2";
|
||||
|
|
@ -421,19 +421,19 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdSequences.onAddTrigger();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Add a new trigger";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "core/art/gui/images/new";
|
||||
bitmap = "tools/gui/images/new";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
internalName = "deleteTriggerBtn";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "185 2";
|
||||
|
|
@ -442,7 +442,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdTriggerList.onDeleteSelection();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Delete the selected trigger";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -454,7 +454,7 @@
|
|||
new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiScrollProfile";
|
||||
Profile = "ToolsGuiScrollProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 17";
|
||||
|
|
@ -462,7 +462,7 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiScrollCtrl() {
|
||||
|
|
@ -476,7 +476,7 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -511,7 +511,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdPropWindow.onTriggerSelectionChanged();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
enumerate = "0";
|
||||
resizeCell = "1";
|
||||
|
|
@ -530,7 +530,7 @@
|
|||
};
|
||||
new GuiTextEditCtrl() {
|
||||
internalName = "triggerFrame";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "36 85";
|
||||
|
|
@ -547,7 +547,7 @@
|
|||
};
|
||||
new GuiTextEditCtrl() {
|
||||
internalName = "triggerNum";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "110 85";
|
||||
|
|
@ -557,7 +557,7 @@
|
|||
};
|
||||
new GuiCheckBoxCtrl() {
|
||||
internalName = "triggerOnOff";
|
||||
Profile = "GuiCheckBoxProfile";
|
||||
Profile = "ToolsGuiCheckBoxProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "152 87";
|
||||
|
|
@ -574,7 +574,7 @@
|
|||
new GuiTabPageCtrl(ShapeEdNodes) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabPageProfile";
|
||||
Profile = "ToolsGuiTabPageProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 19";
|
||||
|
|
@ -582,7 +582,7 @@
|
|||
MinExtent = "0 -500";
|
||||
canSave = "1";
|
||||
Visible = "0";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -595,7 +595,7 @@
|
|||
|
||||
new GuiBitmapBorderCtrl() {
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabBorderProfile";
|
||||
Profile = "ToolsGuiTabBorderProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 0";
|
||||
|
|
@ -614,7 +614,7 @@
|
|||
MinExtent = "8 0";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -634,7 +634,7 @@
|
|||
new GuiTreeViewCtrl(ShapeEdNodeTreeView) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTreeViewProfile";
|
||||
Profile = "ToolsGuiTreeViewProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "height";
|
||||
Position = "1 1";
|
||||
|
|
@ -642,7 +642,7 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
tabSize = "16";
|
||||
textOffset = "2";
|
||||
|
|
@ -676,7 +676,7 @@
|
|||
new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "top";
|
||||
Position = "6 18";
|
||||
|
|
@ -684,13 +684,13 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiTextCtrl() {
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
profile = "GuiTextRightProfile";
|
||||
profile = "ToolsGuiTextRightProfile";
|
||||
position = "9 6";
|
||||
Extent = "40 16";
|
||||
text = "Name";
|
||||
|
|
@ -698,7 +698,7 @@
|
|||
new GuiTextCtrl() {
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
profile = "GuiTextRightProfile";
|
||||
profile = "ToolsGuiTextRightProfile";
|
||||
position = "10 26";
|
||||
Extent = "40 16";
|
||||
text = "Parent";
|
||||
|
|
@ -706,7 +706,7 @@
|
|||
new GuiTextCtrl() {
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
profile = "GuiTextRightProfile";
|
||||
profile = "ToolsGuiTextRightProfile";
|
||||
position = "-5 49";
|
||||
Extent = "54 16";
|
||||
text = "Transform";
|
||||
|
|
@ -714,7 +714,7 @@
|
|||
new GuiTextCtrl() {
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
profile = "GuiTextRightProfile";
|
||||
profile = "ToolsGuiTextRightProfile";
|
||||
position = "11 73";
|
||||
Extent = "39 16";
|
||||
text = "Position";
|
||||
|
|
@ -722,7 +722,7 @@
|
|||
new GuiTextCtrl() {
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
profile = "GuiTextRightProfile";
|
||||
profile = "ToolsGuiTextRightProfile";
|
||||
position = "8 93";
|
||||
Extent = "42 16";
|
||||
text = "Rotation";
|
||||
|
|
@ -733,7 +733,7 @@
|
|||
new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "top";
|
||||
Position = "49 16";
|
||||
|
|
@ -741,14 +741,14 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiTextEditCtrl() {
|
||||
internalName = "nodeName";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "12 5";
|
||||
|
|
@ -757,7 +757,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
AltCommand = "ShapeEdNodes.onEditName();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Name of the selected node (edit to rename)";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
|
|
@ -774,7 +774,7 @@
|
|||
passwordMask = "*";
|
||||
};
|
||||
new GuiPopUpMenuCtrl(ShapeEdNodeParentMenu) {
|
||||
Profile = "GuiPopUpMenuProfile";
|
||||
Profile = "ToolsGuiPopUpMenuProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "12 25";
|
||||
|
|
@ -785,7 +785,7 @@
|
|||
internalName = "worldTransform";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiIconButtonProfile";
|
||||
Profile = "ToolsGuiIconButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "12 45";
|
||||
|
|
@ -794,7 +794,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdPropWindow.update_onNodeTransformChanged();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "View global node transform";
|
||||
hovertime = "1000";
|
||||
text = "World";
|
||||
|
|
@ -809,7 +809,7 @@
|
|||
internalName = "objectTransform";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiIconButtonProfile";
|
||||
Profile = "ToolsGuiIconButtonProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "84 45";
|
||||
|
|
@ -818,7 +818,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdPropWindow.update_onNodeTransformChanged();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "View local node transform (relative to parent)";
|
||||
hovertime = "1000";
|
||||
text = "Object";
|
||||
|
|
@ -833,7 +833,7 @@
|
|||
internalName = "nodePosition";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "12 72";
|
||||
|
|
@ -842,7 +842,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
AltCommand = "ShapeEdNodes.onEditTransform();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Node position (x y z)";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
|
|
@ -862,7 +862,7 @@
|
|||
internalName = "nodeRotation";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "12 92";
|
||||
|
|
@ -871,7 +871,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
AltCommand = "ShapeEdNodes.onEditTransform();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Node rotation (axis.x axis.y axis.z angle)";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
|
|
@ -908,9 +908,9 @@
|
|||
MinExtent = "0 -500";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Profile = "GuiTabPageProfile";
|
||||
Profile = "ToolsGuiTabPageProfile";
|
||||
Visible = "0";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
isContainer = "1";
|
||||
|
||||
|
|
@ -929,7 +929,7 @@
|
|||
minExtent = "0 8";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Profile = "GuiTabBorderProfile";
|
||||
Profile = "ToolsGuiTabBorderProfile";
|
||||
isContainer = "1";
|
||||
};
|
||||
|
||||
|
|
@ -940,9 +940,9 @@
|
|||
MinExtent = "8 8";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
isContainer = "1";
|
||||
canSave = "1";
|
||||
|
|
@ -970,7 +970,7 @@
|
|||
VertSizing = "height";
|
||||
Profile = "GuiShapeEdScrollProfile";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
isContainer = "1";
|
||||
canSave = "1";
|
||||
|
|
@ -992,9 +992,9 @@
|
|||
MinExtent = "8 8";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "height";
|
||||
Profile = "GuiTreeViewProfile";
|
||||
Profile = "ToolsGuiTreeViewProfile";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
isContainer = "1";
|
||||
canSave = "1";
|
||||
|
|
@ -1010,9 +1010,9 @@
|
|||
MinExtent = "8 8";
|
||||
HorizSizing = "width";
|
||||
vertSizing = "top";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
isContainer = "1";
|
||||
canSave = "1";
|
||||
|
|
@ -1039,10 +1039,10 @@
|
|||
MinExtent = "8 2";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
Visible = "1";
|
||||
AltCommand = "ShapeEdDetails.onEditName();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Edit this value to rename the current object or detail";
|
||||
hovertime = "1000";
|
||||
internalName = "meshName";
|
||||
|
|
@ -1055,10 +1055,10 @@
|
|||
MinExtent = "8 2";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Profile = "GuiTextEditProfile";
|
||||
Profile = "ToolsGuiTextEditProfile";
|
||||
Visible = "1";
|
||||
AltCommand = "ShapeEdDetails.onEditSize();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Edit this value to change the size of the current mesh or detail";
|
||||
hovertime = "1000";
|
||||
internalName = "meshSize";
|
||||
|
|
@ -1077,7 +1077,7 @@
|
|||
extent = "109 18";
|
||||
HorizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
Profile = "GuiPopUpMenuProfile";
|
||||
Profile = "ToolsGuiPopUpMenuProfile";
|
||||
Command = "ShapeEdDetails.onEditBBType();";
|
||||
ToolTip = "The type of billboarding used by the mesh";
|
||||
internalName = "bbType";
|
||||
|
|
@ -1094,13 +1094,13 @@
|
|||
extent = "109 18";
|
||||
HorizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
Profile = "GuiPopUpMenuProfile";
|
||||
Profile = "ToolsGuiPopUpMenuProfile";
|
||||
Command = "ShapeEdDetails.onSetObjectNode();";
|
||||
ToolTip = "The node this object is attached to (all detail levels)";
|
||||
internalName = "objectNode";
|
||||
};
|
||||
new GuiBitmapCtrl(){
|
||||
bitmap = "core/art/gui/images/inactive-overlay";
|
||||
bitmap = "tools/gui/images/inactive-overlay";
|
||||
position = "4 45";
|
||||
extent = "193 42";
|
||||
tooltip = "A mesh must be selected to edit these properties";
|
||||
|
|
@ -1118,10 +1118,10 @@
|
|||
MinExtent = "8 2";
|
||||
HorizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdDetails.onAddMeshFromFile(\"\");";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Add geometry from a different model file into the current shape";
|
||||
hovertime = "1000";
|
||||
isContainer = "0";
|
||||
|
|
@ -1133,7 +1133,7 @@
|
|||
extent = "85 18";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
Profile = "GuiPopUpMenuProfile";
|
||||
Profile = "ToolsGuiPopUpMenuProfile";
|
||||
tooltip = "Select which detail level new geometry will be added to";
|
||||
internalName = "addGeomTo";
|
||||
};
|
||||
|
|
@ -1147,10 +1147,10 @@
|
|||
MinExtent = "8 2";
|
||||
HorizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
Visible = "1";
|
||||
Command = "ShapeEditor.doSetBounds();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Recompute the shape bounding box using the geometry in the current detail level";
|
||||
hovertime = "1000";
|
||||
isContainer = "0";
|
||||
|
|
@ -1166,7 +1166,7 @@
|
|||
new GuiTabPageCtrl(ShapeEdMaterials) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabPageProfile";
|
||||
Profile = "ToolsGuiTabPageProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 19";
|
||||
|
|
@ -1174,7 +1174,7 @@
|
|||
MinExtent = "0 -500";
|
||||
canSave = "1";
|
||||
Visible = "0";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -1196,7 +1196,7 @@
|
|||
};
|
||||
new GuiBitmapBorderCtrl() {
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabBorderProfile";
|
||||
Profile = "ToolsGuiTabBorderProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 0";
|
||||
|
|
@ -1208,7 +1208,7 @@
|
|||
new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 0";
|
||||
|
|
@ -1216,7 +1216,7 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
new GuiScrollCtrl() {
|
||||
|
|
@ -1230,7 +1230,7 @@
|
|||
MinExtent = "8 25";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -1268,7 +1268,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdMaterials.updateSelectedMaterial(ShapeEdMaterials-->highlightMaterial.getValue());";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
enumerate = "0";
|
||||
resizeCell = "1";
|
||||
|
|
@ -1298,7 +1298,7 @@
|
|||
new GuiIconButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiIconButtonProfile";
|
||||
Profile = "ToolsGuiIconButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "0 21";
|
||||
|
|
@ -1307,7 +1307,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdMaterials.editSelectedMaterial();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Open the Material Editor to edit the selected material";
|
||||
hovertime = "1000";
|
||||
text = "Edit the selected Material";
|
||||
|
|
@ -1320,13 +1320,13 @@
|
|||
};
|
||||
new GuiCheckBoxCtrl() {
|
||||
internalName = "highlightMaterial";
|
||||
Profile = "GuiCheckBoxProfile";
|
||||
Profile = "ToolsGuiCheckBoxProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = "7 52";
|
||||
Extent = "150 13";
|
||||
Command = "ShapeEdMaterials.updateSelectedMaterial($ThisControl.getValue());";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Highlight the primitives that use the selected Material";
|
||||
hovertime = "1000";
|
||||
text = "Highlight selected Material";
|
||||
|
|
@ -1340,7 +1340,7 @@
|
|||
internalName = "saveBtn";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "154 25";
|
||||
|
|
@ -1349,7 +1349,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEditor.saveChanges();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Save the current shape";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -1361,7 +1361,7 @@
|
|||
internalName = "newBtn";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "176 25";
|
||||
|
|
@ -1370,19 +1370,19 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
buttonType = "PushButton";
|
||||
useMouseEvents = "0";
|
||||
bitmap = "core/art/gui/images/new";
|
||||
bitmap = "tools/gui/images/new";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
internalName = "deleteBtn";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "190 25";
|
||||
|
|
@ -1391,7 +1391,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
|
|
@ -1404,7 +1404,7 @@
|
|||
|
||||
new GuiControl(GenImposterGui,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
Profile = "GuiOverlayProfile";
|
||||
Profile = "ToolsGuiOverlayProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "0 0";
|
||||
|
|
@ -1412,7 +1412,7 @@ new GuiControl(GenImposterGui,EditorGuiGroup) {
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "1";
|
||||
|
||||
|
|
@ -1426,7 +1426,7 @@ new GuiControl(GenImposterGui,EditorGuiGroup) {
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
internalName = "Dialog";
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
@ -1441,7 +1441,7 @@ new GuiControl(GenImposterGui,EditorGuiGroup) {
|
|||
AnchorLeft = "1";
|
||||
AnchorRight = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiTextBoldCenterProfile";
|
||||
Profile = "ToolsGuiTextBoldCenterProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "center";
|
||||
position = "5 19";
|
||||
|
|
@ -1449,7 +1449,7 @@ new GuiControl(GenImposterGui,EditorGuiGroup) {
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
canSaveDynamicFields = "0";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%guiContent = new GuiControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 0";
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
new GuiWindowCollapseCtrl(ShapeEdSelectWindow) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiWindowProfile";
|
||||
Profile = "ToolsGuiWindowProfile";
|
||||
HorizSizing = "windowRelative";
|
||||
VertSizing = "windowRelative";
|
||||
Position = getWord($pref::Video::mode, 0) - 209
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
MinExtent = "210 114";
|
||||
canSave = "1";
|
||||
Visible = "0";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "4 4 4 4";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
internalName = "tabBook";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabBookProfile";
|
||||
Profile = "ToolsGuiTabBookProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
position = "4 24";
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
MinExtent = "8 -500";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
docking = "client";
|
||||
Margin = "3 1 3 3";
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
new GuiTabPageCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabPageProfile";
|
||||
Profile = "ToolsGuiTabPageProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
Position = "0 19";
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
MinExtent = "0 -500";
|
||||
canSave = "1";
|
||||
Visible = "0";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
new GuiScrollCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiScrollProfile";
|
||||
Profile = "ToolsGuiScrollProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
position = "0 0";
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
MinExtent = "8 -500";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
new GuiTreeViewCtrl(ShapeEdShapeTreeView) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTreeViewProfile";
|
||||
Profile = "ToolsGuiTreeViewProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "1 1";
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
new GuiTabPageCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabPageProfile";
|
||||
Profile = "ToolsGuiTabPageProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
position = "0 19";
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
MinExtent = "0 -500";
|
||||
canSave = "1";
|
||||
Visible = "0";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -194,12 +194,12 @@
|
|||
position = "0 0";
|
||||
Extent = "202 146";
|
||||
MinExtent = "0 -500";
|
||||
Profile = "GuiTabBorderProfile";
|
||||
Profile = "ToolsGuiTabBorderProfile";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiButtonProfile";
|
||||
Profile = "ToolsGuiButtonProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "3 4";
|
||||
|
|
@ -208,7 +208,7 @@
|
|||
canSave = "1";
|
||||
Visible = "1";
|
||||
Command = "ShapeEdSelectWindow.navigateUp();";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
groupNum = "0";
|
||||
buttonType = "PushButton";
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
new GuiPopUpMenuCtrl(ShapeEdSelectMenu) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiPopUpMenuProfile";
|
||||
Profile = "ToolsGuiPopUpMenuProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "26 4";
|
||||
|
|
@ -226,7 +226,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -244,7 +244,7 @@
|
|||
new GuiScrollCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiScrollProfile";
|
||||
Profile = "ToolsGuiScrollProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
position = "0 24";
|
||||
|
|
@ -252,7 +252,7 @@
|
|||
MinExtent = "8 -500";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -273,7 +273,7 @@
|
|||
internalName = "shapeLibrary";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTransparentProfile";
|
||||
Profile = "ToolsGuiTransparentProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "1 1";
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
MinExtent = "8 11";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
colCount = "1";
|
||||
colSize = "64";
|
||||
|
|
@ -302,7 +302,7 @@
|
|||
new GuiTabPageCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTabPageProfile";
|
||||
Profile = "ToolsGuiTabPageProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
position = "0 19";
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
MinExtent = "0 -500";
|
||||
canSave = "1";
|
||||
Visible = "0";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -337,12 +337,12 @@
|
|||
position = "0 0";
|
||||
Extent = "202 146";
|
||||
MinExtent = "0 -500";
|
||||
Profile = "GuiTabBorderProfile";
|
||||
Profile = "ToolsGuiTabBorderProfile";
|
||||
};
|
||||
new GuiScrollCtrl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiScrollProfile";
|
||||
Profile = "ToolsGuiScrollProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "height";
|
||||
position = "0 24";
|
||||
|
|
@ -350,7 +350,7 @@
|
|||
MinExtent = "8 -500";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -370,7 +370,7 @@
|
|||
new GuiStackControl() {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTransparentProfile";
|
||||
Profile = "ToolsGuiTransparentProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "0 1";
|
||||
|
|
@ -378,7 +378,7 @@
|
|||
MinExtent = "8 8";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
StackingType = "Vertical";
|
||||
HorizStacking = "Left to Right";
|
||||
|
|
@ -400,7 +400,7 @@
|
|||
internalName = "nodeHints";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTransparentProfile";
|
||||
Profile = "ToolsGuiTransparentProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "0 24";
|
||||
|
|
@ -408,7 +408,7 @@
|
|||
MinExtent = "8 -500";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
StackingType = "Vertical";
|
||||
HorizStacking = "Left to Right";
|
||||
|
|
@ -432,7 +432,7 @@
|
|||
internalName = "sequenceHints";
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "GuiTransparentProfile";
|
||||
Profile = "ToolsGuiTransparentProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "0 0";
|
||||
|
|
@ -440,7 +440,7 @@
|
|||
MinExtent = "8 -500";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
StackingType = "Vertical";
|
||||
HorizStacking = "Left to Right";
|
||||
|
|
@ -458,7 +458,7 @@
|
|||
new GuiPopUpMenuCtrl(ShapeEdHintMenu) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "0";
|
||||
Profile = "GuiPopUpMenuProfile";
|
||||
Profile = "ToolsGuiPopUpMenuProfile";
|
||||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "66 4";
|
||||
|
|
@ -466,7 +466,7 @@
|
|||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
hovertime = "1000";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
@ -486,14 +486,14 @@
|
|||
|
||||
// Force load DAEs
|
||||
new GuiCheckBoxCtrl() {
|
||||
Profile = "GuiCheckBoxProfile";
|
||||
Profile = "ToolsGuiCheckBoxProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "135 27";
|
||||
Extent = "72 13";
|
||||
Variable = "EWorldEditor.forceLoadDAE";
|
||||
Command = "EWorldEditor.forceLoadDAE = $ThisControl.getValue(); EditorSettings.setValue(\"forceLoadDAE\", EWorldEditor.forceLoadDAE);";
|
||||
tooltipprofile = "GuiToolTipProfile";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Forces loading of DAE files (ignores cached.dts if present)";
|
||||
hovertime = "1000";
|
||||
text = " Force DAE";
|
||||
|
|
|
|||
|
|
@ -524,7 +524,7 @@ function ShapeEdSelectWindow::addFolderIcon( %this, %text )
|
|||
%ctrl = %this.createIcon();
|
||||
|
||||
%ctrl.altCommand = "ShapeEdSelectWindow.navigateDown( \"" @ %text @ "\" );";
|
||||
%ctrl.iconBitmap = "core/art/gui/images/folder.png";
|
||||
%ctrl.iconBitmap = "tools/gui/images/folder.png";
|
||||
%ctrl.text = %text;
|
||||
%ctrl.tooltip = %text;
|
||||
%ctrl.class = "CreatorFolderIconBtn";
|
||||
|
|
@ -1910,7 +1910,7 @@ function ShapeEdShapeView::onThreadPosChanged( %this, %pos, %inTransition )
|
|||
if ( %inTransition )
|
||||
ShapeEdThreadSlider.profile = GuiShapeEdTransitionSliderProfile;
|
||||
else
|
||||
ShapeEdThreadSlider.profile = GuiSliderProfile;
|
||||
ShapeEdThreadSlider.profile = ToolsGuiSliderProfile;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2142,7 +2142,7 @@ function ShapeEdTriggerList::addItem( %this, %frame, %state )
|
|||
%ctrl = new GuiBitmapCtrl()
|
||||
{
|
||||
internalName = "trigger" @ %this.triggerId;
|
||||
Profile = "GuiDefaultProfile";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = %pos SPC "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue