|
@@ -354,7 +354,7 @@ function ShapeEditorPlugin::initSettings( %this )
|
|
|
EditorSettings.beginGroup( "ShapeEditor", true );
|
|
|
|
|
|
// Display options
|
|
|
- EditorSettings.setDefaultValue( "BackgroundColor", "0.5 0.5 0.5 100" );
|
|
|
+ EditorSettings.setDefaultValue( "BackgroundColor", "128 128 128 100" );
|
|
|
EditorSettings.setDefaultValue( "HighlightMaterial", 1 );
|
|
|
EditorSettings.setDefaultValue( "ShowNodes", 1 );
|
|
|
EditorSettings.setDefaultValue( "ShowBounds", 0 );
|