mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
set object editor previewBackground element to .5s instead of .0s to stop blowing up eye adaption
This commit is contained in:
parent
359ec3aa43
commit
85e5cfec3c
2 changed files with 5 additions and 7 deletions
|
|
@ -41,7 +41,7 @@
|
||||||
<Setting
|
<Setting
|
||||||
name="doubleClickAction">Edit Asset</Setting>
|
name="doubleClickAction">Edit Asset</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
name="LastPosExt">0 976 2200 360</Setting>
|
name="LastPosExt">0 634 1560 360</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
name="previewTileSize">1</Setting>
|
name="previewTileSize">1</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
|
|
@ -245,7 +245,7 @@
|
||||||
<Setting
|
<Setting
|
||||||
name="AdvancedWndVisible">1</Setting>
|
name="AdvancedWndVisible">1</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
name="backgroundColor">0 0 0 100</Setting>
|
name="backgroundColor">188 188 188 100</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
name="gridDimension">40 40</Setting>
|
name="gridDimension">40 40</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
|
|
@ -360,19 +360,17 @@
|
||||||
<Group
|
<Group
|
||||||
name="WorldEditor">
|
name="WorldEditor">
|
||||||
<Setting
|
<Setting
|
||||||
name="currentEditor">WorldEditorInspectorPlugin</Setting>
|
name="currentEditor">ShapeEditorPlugin</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
name="displayType">6</Setting>
|
name="displayType">6</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
name="dropType">screenCenter</Setting>
|
name="dropType">screenCenter</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
name="EditorLayoutMode">Modern</Setting>
|
name="EditorLayoutMode">Modern</Setting>
|
||||||
<Setting
|
|
||||||
name="forceLoadDAE">0</Setting>
|
|
||||||
<Setting
|
<Setting
|
||||||
name="forceSidebarToSide">1</Setting>
|
name="forceSidebarToSide">1</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
name="orthoFOV">4.60158014</Setting>
|
name="orthoFOV">1.21430779</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
name="orthoShowGrid">1</Setting>
|
name="orthoShowGrid">1</Setting>
|
||||||
<Setting
|
<Setting
|
||||||
|
|
|
||||||
|
|
@ -354,7 +354,7 @@ function ShapeEditorPlugin::initSettings( %this )
|
||||||
EditorSettings.beginGroup( "ShapeEditor", true );
|
EditorSettings.beginGroup( "ShapeEditor", true );
|
||||||
|
|
||||||
// Display options
|
// Display options
|
||||||
EditorSettings.setDefaultValue( "BackgroundColor", "0 0 0 100" );
|
EditorSettings.setDefaultValue( "BackgroundColor", "0.5 0.5 0.5 100" );
|
||||||
EditorSettings.setDefaultValue( "HighlightMaterial", 1 );
|
EditorSettings.setDefaultValue( "HighlightMaterial", 1 );
|
||||||
EditorSettings.setDefaultValue( "ShowNodes", 1 );
|
EditorSettings.setDefaultValue( "ShowNodes", 1 );
|
||||||
EditorSettings.setDefaultValue( "ShowBounds", 0 );
|
EditorSettings.setDefaultValue( "ShowBounds", 0 );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue