From 24beb8fb8c9042019827ecfefb05d074083c78b5 Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Tue, 27 Nov 2007 21:50:06 +0000 Subject: Adding spatial symmetry detection limit (used to differentiate between purely topological symmetries and potential spatial symmetries that should be restored by merging symmetric arcs). Also shortening the names in the UI a bit and some rewording or tool tips. --- source/blender/blenloader/intern/readfile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenloader/intern') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 10dbe142016..e3ed6301fe0 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -6780,9 +6780,10 @@ static void do_versions(FileData *fd, Library *lib, Main *main) sce->toolsettings->skgen_length_ratio = 1.3f; sce->toolsettings->skgen_length_limit = 1.5f; sce->toolsettings->skgen_correlation_limit = 0.98f; + sce->toolsettings->skgen_symmetry_limit = 0.1f; sce->toolsettings->skgen_postpro = SKGEN_SMOOTH; sce->toolsettings->skgen_postpro_passes = 1; - sce->toolsettings->skgen_options = SKGEN_FILTER_INTERNAL|SKGEN_FILTER_EXTERNAL|SKGEN_REPOSITION|SKGEN_CUT_LENGTH|SKGEN_SUB_CORRELATION; + sce->toolsettings->skgen_options = SKGEN_FILTER_INTERNAL|SKGEN_FILTER_EXTERNAL|SKGEN_CUT_LENGTH|SKGEN_SUB_CORRELATION; sce->toolsettings->skgen_subdivisions[0] = SKGEN_SUB_LENGTH; sce->toolsettings->skgen_subdivisions[1] = SKGEN_SUB_CORRELATION; sce->toolsettings->skgen_subdivisions[2] = SKGEN_SUB_ANGLE; -- cgit v1.2.3