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:
authorMatt Ebb <matt@mke3.net>2005-11-02 00:28:53 +0300
committerMatt Ebb <matt@mke3.net>2005-11-02 00:28:53 +0300
commitd8f52570013edbaadb93690f5bc4db048dc8ae3b (patch)
treef420dd9fb0eba734076ad3ec13a351afa1f0d183 /source/blender/blenloader/intern/readfile.c
parent4cf3c94958aeecded449078badf42599ea6fca79 (diff)
* made 'innervert' the default subdivide type, for ui backwards
compatibility (knife tool functioning the same way etc.)
Diffstat (limited to 'source/blender/blenloader/intern/readfile.c')
-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 9e9c5d15843..86a5bb5d635 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -5019,6 +5019,9 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
}
while(sce) {
+ /* make 'innervert' the default subdivide type, for backwards compat */
+ sce->toolsettings->cornertype=1;
+
while(cam) {
/* convert the passepartout scene flag to a camera flag */
if(sce->r.scemode & R_PASSEPARTOUT) {