Corrections to default values for view settings

This commit is contained in:
Sergey Sharybin 2012-07-03 14:51:54 +00:00
parent d51297421d
commit 3f91437329

@ -1231,7 +1231,9 @@ void BKE_color_managed_view_settings_init(ColorManagedViewSettings *settings)
BLI_strncpy(settings->view_transform, "NONE", sizeof(settings->view_transform)); BLI_strncpy(settings->view_transform, "NONE", sizeof(settings->view_transform));
settings->gamma = 1.0f; settings->gamma = 1.0f;
settings->exposure = 0.5f; settings->exposure = 0.0f;
settings->flag |= COLORMANAGE_VIEW_USE_GLOBAL;
} }
void BKE_color_managed_view_settings_copy(ColorManagedViewSettings *new_settings, void BKE_color_managed_view_settings_copy(ColorManagedViewSettings *new_settings,