mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +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
|
|
@ -41,7 +41,7 @@
|
|||
<Setting
|
||||
name="doubleClickAction">Edit Asset</Setting>
|
||||
<Setting
|
||||
name="LastPosExt">0 976 2200 360</Setting>
|
||||
name="LastPosExt">0 634 1560 360</Setting>
|
||||
<Setting
|
||||
name="previewTileSize">1</Setting>
|
||||
<Setting
|
||||
|
|
@ -245,7 +245,7 @@
|
|||
<Setting
|
||||
name="AdvancedWndVisible">1</Setting>
|
||||
<Setting
|
||||
name="backgroundColor">0 0 0 100</Setting>
|
||||
name="backgroundColor">188 188 188 100</Setting>
|
||||
<Setting
|
||||
name="gridDimension">40 40</Setting>
|
||||
<Setting
|
||||
|
|
@ -360,19 +360,17 @@
|
|||
<Group
|
||||
name="WorldEditor">
|
||||
<Setting
|
||||
name="currentEditor">WorldEditorInspectorPlugin</Setting>
|
||||
name="currentEditor">ShapeEditorPlugin</Setting>
|
||||
<Setting
|
||||
name="displayType">6</Setting>
|
||||
<Setting
|
||||
name="dropType">screenCenter</Setting>
|
||||
<Setting
|
||||
name="EditorLayoutMode">Modern</Setting>
|
||||
<Setting
|
||||
name="forceLoadDAE">0</Setting>
|
||||
<Setting
|
||||
name="forceSidebarToSide">1</Setting>
|
||||
<Setting
|
||||
name="orthoFOV">4.60158014</Setting>
|
||||
name="orthoFOV">1.21430779</Setting>
|
||||
<Setting
|
||||
name="orthoShowGrid">1</Setting>
|
||||
<Setting
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@ function ShapeEditorPlugin::initSettings( %this )
|
|||
EditorSettings.beginGroup( "ShapeEditor", true );
|
||||
|
||||
// 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( "ShowNodes", 1 );
|
||||
EditorSettings.setDefaultValue( "ShowBounds", 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue