| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929 |
- //--- OBJECT WRITE BEGIN ---
- $guiContent = new GuiDecalEditorCtrl(DecalEditorGui) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "WorldEditorProfile";
- HorizSizing = "width";
- VertSizing = "height";
- Position = "0 0";
- Extent = "800 600";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "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";
- cameraZRot = "0";
- forceFOV = "0";
- renderMissionArea = "0";
- missionAreaFillColor = "255 0 0 20";
- missionAreaFrameColor = "255 0 0 128";
- allowBorderMove = "0";
- borderMovePixelSize = "20";
- borderMoveSpeed = "0.1";
- consoleFrameColor = "255 0 0 255";
- consoleFillColor = "255 0 0 120";
- consoleSphereLevel = "1";
- consoleCircleSegments = "32";
- consoleLineWidth = "1";
- GizmoProfile = "GlobalGizmoProfile";
- currentDecalID = "175";
- Docking = "None";
-
- new GuiWindowCollapseCtrl(DecalEditorWindow) {
- canCollapse = "0";
- canMove = "0";
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiWindowProfile";
- HorizSizing = "windowRelative";
- VertSizing = "windowRelative";
- Position = getWord($pref::Video::mode, 0) - 360
- SPC getWord(EditorGuiToolbar.extent, 1) + 6;
- Extent = "360 300";
- MinExtent = "300 180";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- Margin = "0 0 0 0";
- Padding = "2 2 2 2";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- resizeWidth = "1";
- resizeHeight = "1";
- canClose = "0";
- canMinimize = "0";
- canMaximize = "0";
- minSize = "50 50";
- closeCommand = "EditorGui.setEditor( WorldEditorInspectorPlugin );";
- EdgeSnap = "1";
- text = ":: Decal Editor";
-
- new GuiTabBookCtrl(DecalEditorTabBook) {
- canSaveDynamicFields = "0";
- isContainer = "1";
- Profile = "ToolsGuiTabBookProfile";
- HorizSizing = "width";
- VertSizing = "height";
- position = "0 0";
- Extent = "340 502";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- hovertime = "1000";
- Margin = "3 1 3 3";
- Docking = "client";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- TabPosition = "Top";
- TabMargin = "0";
- MinTabWidth = "64";
-
- new GuiTabPageCtrl(LibraryTabControl) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiEditorTabPage";
- HorizSizing = "width";
- VertSizing = "height";
- position = "0 0";
- Extent = "340 483";
- Docking = "client";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- hovertime = "1000";
- Margin = "-1 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- text = "Library";
- maxLength = "1024";
-
- new GuiContainer() {
- isContainer = "1";
- HorizSizing = "width";
- VertSizing = "height";
- Position = "0 0";
- Extent = "340 483";
- Margin = "0 0 0 0";
- Docking = "client";
- MinExtent = "0 8";
- Profile = "GuiInspectorProfile";
-
- new GuiBitmapBorderCtrl() {
- isContainer = "1";
- HorizSizing = "width";
- VertSizing = "height";
- Position = "0 0";
- Extent = "340 483";
- MinExtent = "0 -500";
- Profile = "ToolsGuiTabBorderProfile";
- };
- };
- new GuiScrollCtrl() {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiScrollProfile";
- HorizSizing = "width";
- VertSizing = "height";
- Position = "0 0";
- Extent = "340 483";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiDefaultProfile";
- hovertime = "1000";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- willFirstRespond = "1";
- hScrollBar = "alwaysOff";
- vScrollBar = "dynamic";
- lockHorizScroll = "true";
- lockVertScroll = "false";
- constantThumbHeight = "0";
- childMargin = "0 0";
- new GuiListBoxCtrl(DecalDataList) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiListBoxProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- Position = "0 0";
- Extent = "340 48";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- AllowMultipleSelections = "0";
- fitParentWidth = "0";
- mirrorSet = "DecalDataSet";
- };
- };
- };
- new GuiTabPageCtrl() {
- canSaveDynamicFields = "0";
- internalName = "instanceTab";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiEditorTabPage";
- HorizSizing = "width";
- VertSizing = "height";
- position = "0 0";
- Extent = "340 483";
- Docking = "client";
- MinExtent = "8 2";
- canSave = "1";
- Visible = "1";
- hovertime = "1000";
- Margin = "-1 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "1";
- AnchorBottom = "0";
- AnchorLeft = "1";
- AnchorRight = "0";
- text = "Instances";
- maxLength = "1024";
-
- new GuiContainer() {
- isContainer = "1";
- HorizSizing = "width";
- VertSizing = "height";
- Position = "0 0";
- Extent = "340 483";
- Margin = "0 0 0 0";
- Docking = "client";
- MinExtent = "0 8";
- Profile = "GuiInspectorProfile";
-
- new GuiBitmapBorderCtrl() {
- isContainer = "1";
- HorizSizing = "width";
- VertSizing = "height";
- Position = "0 0";
- Extent = "340 483";
- MinExtent = "0 -500";
- Profile = "ToolsGuiTabBorderProfile";
- };
- };
- new GuiScrollCtrl() {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiScrollProfile";
- HorizSizing = "width";
- VertSizing = "height";
- Position = "0 0";
- Extent = "340 483";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- Docking = "None";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "0";
- AnchorBottom = "0";
- AnchorLeft = "0";
- AnchorRight = "0";
- willFirstRespond = "1";
- hScrollBar = "alwaysOff";
- vScrollBar = "dynamic";
- lockHorizScroll = "true";
- lockVertScroll = "false";
- constantThumbHeight = "0";
- childMargin = "0 0";
- new GuiTreeViewCtrl(DecalEditorTreeView) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiTreeViewProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "1 1";
- Extent = "336 100";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "1";
- hovertime = "1000";
- tabSize = "16";
- textOffset = "2";
- fullRowSelect = "0";
- itemHeight = "21";
- destroyTreeOnSleep = "1";
- MouseDragging = "0";
- MultipleSelections = "0";
- DeleteObjectAllowed = "1";
- DragToItemAllowed = "0";
- showRoot = "0";
- internalNamesOnly = "0";
- };
- };
- };
- };
-
- new GuiContainer(DecalsButtonsGroup){
- HorizSizing = "left";
- VertSizing = "bottom";
- Position = "240 0";
- Extent = "110 55";
- Docking = "none";
-
- // Save Button
- new GuiBitmapButtonCtrl(SaveDecalsButton) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- position = "37 24";
- Extent = "16 16";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- Command = "DecalPMan.saveDirty(); DecalInspector::removeDirty();";
- hovertime = "1000";
- groupNum = "-1";
- text ="";
- tooltip = "Save All";
- buttonType = "PushButton";
- useMouseEvents = "0";
- bitmapAsset = "ToolsModule:save_icon_n_image";
- };
-
- new GuiBitmapButtonCtrl(RetargetDecalButton) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiButtonProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "57 24";
- Extent = "16 16";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- tooltip = "Retarget missing decals to an existing decal datablock";
- bitmapAsset = "ToolsModule:retarget_btn_n_image";
- buttonType = "PushButton";
- useMouseEvents = "0";
- };
-
- new GuiBitmapButtonCtrl(NewDecalButton) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiButtonProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "76 24";
- Extent = "16 16";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- tooltip = "Create New Decal Template";
- bitmapAsset = "ToolsModule:new_n_image";
- buttonType = "PushButton";
- useMouseEvents = "0";
- };
-
- new GuiBitmapButtonCtrl(DeleteDecalButton) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiButtonProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "92 24";
- Extent = "16 16";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- text = "";
- tooltip = "Delete Selected Decal Template";
- bitmapAsset = "ToolsModule:delete_n_image";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- tabSelected = "0";
- };
- };
-
- // window / panel buttons
- new GuiBitmapButtonCtrl(DecalEditorGui_UnDockBtn) {
- canSaveDynamicFields = "0";
- internalName = "";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiButtonProfile";
- HorizSizing = "left";
- VertSizing = "bottom";
- Position = "330 1";
- Extent = "18 18";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "0";
- Command = "DecalEditorGui.releaseSidePanel();";
- tooltipprofile = "ToolsGuiToolTipProfile";
- ToolTip = "Detach Sidepanel";
- hovertime = "1000";
- bitmapAsset = "ToolsModule:panel_undock_n_image";
- text = "";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- };
- new GuiBitmapButtonCtrl(DecalEditorGui_DockBtn) {
- canSaveDynamicFields = "0";
- internalName = "";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiButtonProfile";
- HorizSizing = "left";
- VertSizing = "bottom";
- Position = "330 1";
- Extent = "18 18";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "0";
- Command = "DecalEditorGui.dockSidePanel();";
- tooltipprofile = "ToolsGuiToolTipProfile";
- ToolTip = "Dock Sidepanel";
- hovertime = "1000";
- bitmapAsset = "ToolsModule:panel_dock_n_image";
- text = "";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- };
- new GuiBitmapButtonCtrl(DecalEditorGui_HideBtn) {
- canSaveDynamicFields = "0";
- internalName = "";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiButtonProfile";
- HorizSizing = "left";
- VertSizing = "bottom";
- Position = "312 1";
- Extent = "18 18";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "1";
- Command = "DecalEditorGui.hideSidePanel();";
- tooltipprofile = "ToolsGuiToolTipProfile";
- ToolTip = "Hide Sidepanel";
- hovertime = "1000";
- bitmapAsset = "ToolsModule:panel_hide_n_image";
- text = "";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- };
- new GuiBitmapButtonCtrl(DecalEditorGui_ShowBtn) {
- canSaveDynamicFields = "0";
- internalName = "";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiButtonProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "4 1";
- Extent = "18 18";
- MinExtent = "8 8";
- canSave = "1";
- Visible = "1";
- Command = "DecalEditorGui.showSidePanel();";
- tooltipprofile = "ToolsGuiToolTipProfile";
- ToolTip = "Show Sidepanel";
- hovertime = "1000";
- bitmapAsset = "ToolsModule:panel_show_n_image";
- text = "";
- groupNum = "-1";
- buttonType = "PushButton";
- useMouseEvents = "0";
- };
- };
- new GuiWindowCollapseCtrl(DecalPreviewWindow) {
- canCollapse = "0";
- canSaveDynamicFields = "0";
- internalName = "";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiWindowProfile";
- HorizSizing = "windowRelative";
- VertSizing = "windowRelative";
- Position = getWord($pref::Video::mode, 0) - 360
- SPC getWord(EditorGuiToolbar.extent, 1) + getWord(DecalEditorWindow.extent, 1) + 6;
- Extent = "360" SPC getWord($pref::Video::mode, 1) - getWord(DecalEditorWindow.extent, 1) - getWord(EditorGuiToolbar.extent, 1) - 65;
- MinExtent = "300 240";
- canSave = "1";
- Visible = "0";
- hovertime = "1000";
- Docking = "None";
- Margin = "0 0 0 0";
- Padding = "0 0 0 0";
- AnchorTop = "0";
- AnchorBottom = "0";
- AnchorLeft = "0";
- AnchorRight = "0";
- resizeWidth = "1";
- resizeHeight = "1";
- canMove = "0";
- canClose = "0";
- canMinimize = "0";
- canMaximize = "0";
- minSize = "152 235";
- closeCommand = "EPainter.parentGroup.setVisible(false);";
- EdgeSnap = "1";
- text = ":: Decal Properties";
-
- new GuiScrollCtrl(DecalEditorTemplateProperties){
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiScrollProfile";
- VertSizing = "bottom";
- HorizSizing = "width";
- Position = "4 24";
- Extent = "340 259";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- AnchorTop = "0";
- AnchorBottom = "0";
- AnchorLeft = "0";
- AnchorRight = "0";
- willFirstRespond = "1";
- Docking = "client";
- Margin = "3 1 3 3";
- hScrollBar = "alwaysOff";
- vScrollBar = "dynamic";
- lockHorizScroll = true;
- lockVertScroll = "false";
- constantThumbHeight = "0";
- childMargin = "0 0";
-
- new GuiStackControl() {
- StackingType = "Vertical";
- HorizStacking = "Left to Right";
- VertStacking = "Top to Bottom";
- Padding = "0";
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "0 0";
- Extent = "340 0";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
-
- new GuiRolloutCtrl() {
- class = "BehaviorQuickEditRollout";
- superclass = LBQuickEditRollout;
- Profile = "GuiRolloutProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- Position = "0 0";
- Extent = "320 0";
- Caption = "Decal Instance Preview";
- Margin = "0 0 0 -3";
- DragSizable = false;
- container = true;
-
- new GuiStackControl() {
- StackingType = "Vertical";
- HorizStacking = "Left to Right";
- VertStacking = "Top to Bottom";
- Padding = "0";
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "0 0";
- Extent = "320 0";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
-
- new GuiContainer(){
- HorizSizing = "width";
- VertSizing = "bottom";
- Position = "-1 0";
- Extent = "320 258";
- Docking = "none";
-
- new GuiBitmapCtrl() {
- canSaveDynamicFields = "0";
- internalName = "instancePreview";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "center";
- VertSizing = "bottom";
- Position = "0 0";
- Extent = "256 256";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- wrap = "0";
- bitmapAsset= "ToolsModule:unknownImage_image";
- };
- new GuiBitmapCtrl() {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "center";
- VertSizing = "bottom";
- Position = "0 0";
- Extent = "257 257";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- bitmapAsset = "ToolsModule:terrain_painter_border_large_image";
- wrap = "0";
- };
- };
- };
- };
- new GuiRolloutCtrl() {
- class = "BehaviorQuickEditRollout";
- superclass = LBQuickEditRollout;
- Profile = "GuiRolloutProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- Position = "0 0";
- Extent = "340 0";
- Caption = "Decal Instance Properties";
- Margin = "0 0 0 0";
- DragSizable = false;
- container = true;
-
- new GuiStackControl() {
- StackingType = "Vertical";
- HorizStacking = "Left to Right";
- VertStacking = "Top to Bottom";
- Padding = "0";
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "0 0";
- Extent = "340 0";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
-
- new GuiContainer(DecalEditorDetailContainer){
- Position = "0 202";
- Extent = "202 79";
- HorizSizing = "width";
- VertSizing = "bottom";
- isContainer = "1";
-
- new GuiTextCtrl(){
- Profile = "ToolsGuiTextRightProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "3 2";
- Extent = "47 16";
- text = "Instance";
- };
- new GuiTextCtrl(){ // instance Name
- Profile = "ToolsGuiTextProfile";
- internalName = "instanceId";
- HorizSizing = "width";
- VertSizing = "bottom";
- Position = "54 2";
- Extent = "128 18";
- text = "";
- };
- new GuiTextCtrl(){
- Profile = "ToolsGuiTextRightProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "3 21";
- Extent = "47 16";
- text = "Translate";
- };
- new GuiTextEditCtrl(){ // instance translate
- Profile = "ToolsGuiTextEditProfile";
- internalName = "nodePosition";
- HorizSizing = "width";
- VertSizing = "bottom";
- AltCommand = "DecalEditorGui.editNodeDetails();";
- Position = "54 20";
- Extent = "128 18";
- text = "";
- };
- new GuiTextCtrl(){
- Profile = "ToolsGuiTextRightProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "3 41";
- Extent = "47 16";
- text = "Tangent";
- };
- new GuiTextEditCtrl(){ // instance rotation
- Profile = "ToolsGuiTextEditProfile";
- internalName = "nodeTangent";
- HorizSizing = "width";
- VertSizing = "bottom";
- AltCommand = "DecalEditorGui.editNodeDetails();";
- Position = "54 40";
- Extent = "128 18";
- text = "";
- };
- new GuiTextCtrl(){
- Profile = "ToolsGuiTextRightProfile";
- HorizSizing = "right";
- VertSizing = "bottom";
- Position = "3 61";
- Extent = "47 16";
- text = "Size";
- };
- new GuiTextEditCtrl(){ // instance scale
- Profile = "ToolsGuiTextEditProfile";
- internalName = "nodeSize";
- HorizSizing = "width";
- VertSizing = "bottom";
- AltCommand = "DecalEditorGui.editNodeDetails();";
- Position = "54 60";
- Extent = "128 18";
- text = "";
- };
- };
- };
- };
- };
- };
-
- new GuiScrollCtrl(DecalEditorLibraryProperties) {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiScrollProfile";
- VertSizing = "bottom";
- HorizSizing = "width";
- Position = "4 24";
- Extent = "340 259";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- AnchorTop = "0";
- AnchorBottom = "0";
- AnchorLeft = "0";
- AnchorRight = "0";
- willFirstRespond = "1";
- Docking = "client";
- Margin = "3 1 3 3";
- hScrollBar = "alwaysOff";
- vScrollBar = "dynamic";
- lockHorizScroll = true;
- lockVertScroll = "false";
- constantThumbHeight = "0";
- childMargin = "0 0";
-
- new GuiStackControl() {
- StackingType = "Vertical";
- HorizStacking = "Left to Right";
- VertStacking = "Top to Bottom";
- Padding = "0";
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "0 0";
- Extent = "320 0";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
-
- new GuiRolloutCtrl() {
- class = "BehaviorQuickEditRollout";
- superclass = LBQuickEditRollout;
- Profile = "GuiRolloutProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- Position = "0 0";
- Extent = "320 0";
- Caption = "Decal Template Preview";
- Margin = "0 0 0 -3";
- DragSizable = false;
- container = true;
-
- new GuiStackControl() {
- StackingType = "Vertical";
- HorizStacking = "Left to Right";
- VertStacking = "Top to Bottom";
- Padding = "0";
- isContainer = "1";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- position = "0 0";
- Extent = "320 0";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
-
- new GuiContainer(){
- HorizSizing = "width";
- VertSizing = "bottom";
- Position = "-1 0";
- Extent = "320 258";
- Docking = "none";
-
- new GuiBitmapCtrl() {
- canSaveDynamicFields = "0";
- internalName = "decalPreview";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "center";
- VertSizing = "bottom";
- Position = "0 0";
- Extent = "256 256";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- wrap = "0";
- bitmapAsset= "ToolsModule:unknownImage_image";
- };
- new GuiBitmapCtrl() {
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "0";
- Profile = "ToolsGuiDefaultProfile";
- HorizSizing = "center";
- VertSizing = "bottom";
- Position = "0 0";
- Extent = "257 257";
- MinExtent = "8 2";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- bitmapAsset = "ToolsModule:terrain_painter_border_large_image";
- wrap = "0";
- };
- };
- };
- };
- new GuiRolloutCtrl() {
- class = "BehaviorQuickEditRollout";
- superclass = LBQuickEditRollout;
- Profile = "GuiRolloutProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- Position = "0 0";
- Extent = "340 0";
- Caption = "Decal Template Properties";
- Margin = "0 0 0 0";
- DragSizable = false;
- container = true;
-
- new GuiInspector(DecalInspector) {
- StackingType = "Vertical";
- HorizStacking = "Left to Right";
- VertStacking = "Top to Bottom";
- Padding = "1";
- canSaveDynamicFields = "0";
- Enabled = "1";
- isContainer = "1";
- Profile = "ToolsGuiTransparentProfile";
- HorizSizing = "width";
- VertSizing = "bottom";
- Position = "1 1";
- Extent = "320 257";
- MinExtent = "16 16";
- canSave = "1";
- isDecoy = "0";
- Visible = "1";
- tooltipprofile = "ToolsGuiToolTipProfile";
- hovertime = "1000";
- dividerMargin = "5";
- groupFilters = "+General,+SimBase,+Decal,+Rendering,+Texturing";
- };
- };
- };
- };
- //----------------------------------
- };
- };
- //--- OBJECT WRITE END ---
|