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>2013-04-18 08:24:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-18 08:24:18 +0400
commit8a06acfd7af8800f274e1c4712de1d129ef63e58 (patch)
tree8883f0215dd6fb2e812696f54cd47ecdc31522d5 /source/blender/blenloader
parente7895abb327feda219749120563c50093a4528ff (diff)
add mesh distort display mode (highlights distorted faces)
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index c5b319706e4..09835852c0f 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -9356,6 +9356,9 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
statvis->thickness_max = 0.1f;
statvis->thickness_samples = 1;
+
+ statvis->distort_min = DEG2RADF(5.0f);
+ statvis->distort_max = DEG2RADF(45.0f);
}
}