Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-06-01 19:10:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-01 19:10:43 +0300
commit297bf7235bc4b2384b99f41676a8c217f2ee3249 (patch)
treefba1635d9910404d3c9043bf7637f39c45031dbe /source/blender/blenloader
parentc0dd355926abd214570add8054e43a51af4e5b28 (diff)
Cleanup: whitespace
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_280.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_280.c b/source/blender/blenloader/intern/versioning_280.c
index ffc078c3061..144b3889d30 100644
--- a/source/blender/blenloader/intern/versioning_280.c
+++ b/source/blender/blenloader/intern/versioning_280.c
@@ -1501,7 +1501,8 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *main)
if (mat->use_nodes) {
if (MAIN_VERSION_ATLEAST(main, 280, 0)) {
mat->roughness = mat->gloss_mir;
- } else {
+ }
+ else {
mat->roughness = 0.25f;
}
}