Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/colortools.c
| Context not available. | |||||
| /* TODO(sergey): Find a way to make look query more reliable with non | /* TODO(sergey): Find a way to make look query more reliable with non | ||||
| * default configuration. */ | * default configuration. */ | ||||
| STRNCPY(view_settings->view_transform, view_transform); | STRNCPY(view_settings->view_transform, view_transform); | ||||
| STRNCPY(view_settings->look, "None"); | STRNCPY(view_settings->look, "None (Medium Contrast)"); | ||||
| view_settings->flag = 0; | view_settings->flag = 0; | ||||
| view_settings->gamma = 1.0f; | view_settings->gamma = 1.0f; | ||||
| Context not available. | |||||