[Bf-blender-cvs] [4a1df929be1] greasepencil-refactor: GPencil: Fix subversion patch number

Antonio Vazquez noreply at git.blender.org
Fri Jan 17 16:38:21 CET 2020


Commit: 4a1df929be1d5281a0f3445c3f75930f77d0a34a
Author: Antonio Vazquez
Date:   Fri Jan 17 16:38:12 2020 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB4a1df929be1d5281a0f3445c3f75930f77d0a34a

GPencil: Fix subversion patch number

===================================================================

M	source/blender/blenloader/intern/versioning_280.c

===================================================================

diff --git a/source/blender/blenloader/intern/versioning_280.c b/source/blender/blenloader/intern/versioning_280.c
index 4d1375e327e..392aa1e32c7 100644
--- a/source/blender/blenloader/intern/versioning_280.c
+++ b/source/blender/blenloader/intern/versioning_280.c
@@ -4355,7 +4355,7 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
     }
   }
 
-  if (!MAIN_VERSION_ATLEAST(bmain, 283, 1)) {
+  if (!MAIN_VERSION_ATLEAST(bmain, 283, 0)) {
 
     /* Update Grease Pencil after drawing engine refactor. */
     {



More information about the Bf-blender-cvs mailing list