set object editor previewBackground element to .5s instead of .0s to stop blowing up eye adaption

This commit is contained in:
AzaezelX 2024-02-10 14:41:12 -06:00
parent 359ec3aa43
commit 85e5cfec3c
2 changed files with 5 additions and 7 deletions

View file

@ -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 );