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
path: root/source
diff options
context:
space:
mode:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-15 00:16:04 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-15 00:16:04 +0400
commite25c0445f51122af4de9715946c9d5b6fd51d21d (patch)
treeddccd63a19dd70134161742a61ff00ee06352e0c /source
parent7de6a8e1aceaa109cd4c4f9274b25303c7c8a2ba (diff)
* new settings for brushes in do_versions had wrong subversionfile
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 7b29ab2a666..ea05352a73c 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -11020,7 +11020,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
brush->rate = 0.1f;
/* New Settings */
- if (main->versionfile < 252 || (main->versionfile == 252 && main->subversionfile < 6)) {
+ if (main->versionfile < 252 || (main->versionfile == 252 && main->subversionfile < 5)) {
brush->flag |= BRUSH_SPACE_ATTEN; // explicitly enable adaptive space
// spacing was originally in pixels, convert it to percentage for new version