forked from bartvdbraak/blender
Corrections to default values for view settings
This commit is contained in:
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));
|
||||
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user