[Bf-blender-cvs] [4b570f5b575] master: Version bump to 2.81.15

Brecht Van Lommel noreply at git.blender.org
Fri Oct 11 12:18:49 CEST 2019


Commit: 4b570f5b575e5a004326b8a6aa724bb0d26906a3
Author: Brecht Van Lommel
Date:   Fri Oct 11 12:17:32 2019 +0200
Branches: master
https://developer.blender.org/rB4b570f5b575e5a004326b8a6aa724bb0d26906a3

Version bump to 2.81.15

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

M	source/blender/blenkernel/BKE_blender_version.h
M	source/blender/blenloader/intern/versioning_280.c

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

diff --git a/source/blender/blenkernel/BKE_blender_version.h b/source/blender/blenkernel/BKE_blender_version.h
index 5d838917f86..7124d77a2cb 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -27,7 +27,7 @@
  * \note Use #STRINGIFY() rather than defining with quotes.
  */
 #define BLENDER_VERSION 281
-#define BLENDER_SUBVERSION 14
+#define BLENDER_SUBVERSION 15
 /** Several breakages with 280, e.g. collections vs layers. */
 #define BLENDER_MINVERSION 280
 #define BLENDER_MINSUBVERSION 0
diff --git a/source/blender/blenloader/intern/versioning_280.c b/source/blender/blenloader/intern/versioning_280.c
index 58643e34922..9e0d3b7a419 100644
--- a/source/blender/blenloader/intern/versioning_280.c
+++ b/source/blender/blenloader/intern/versioning_280.c
@@ -3871,10 +3871,7 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
         scene->toolsettings->snap_node_mode = SCE_SNAP_MODE_GRID;
       }
     }
-  }
 
-  {
-    /* Versioning code until next subversion bump goes here. */
     if (!DNA_struct_elem_find(
             fd->filesdna, "LayerCollection", "short", "local_collections_bits")) {
       LISTBASE_FOREACH (Scene *, scene, &bmain->scenes) {
@@ -3932,4 +3929,8 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
       }
     }
   }
+
+  {
+    /* Versioning code until next subversion bump goes here. */
+  }
 }



More information about the Bf-blender-cvs mailing list