Fix: Missing version bump after previous release branch merge
3a708a27f9andc8e75c03c3include a version bump in the release branch. The main branch should also get a version bump so the same versioning code runs for files saved with main.
This commit is contained in:
@@ -31,7 +31,7 @@ extern "C" {
|
||||
|
||||
/* Blender file format version. */
|
||||
#define BLENDER_FILE_VERSION BLENDER_VERSION
|
||||
#define BLENDER_FILE_SUBVERSION 2
|
||||
#define BLENDER_FILE_SUBVERSION 3
|
||||
|
||||
/* Minimum Blender version that supports reading file written with the current
|
||||
* version. Older Blender versions will test this and cancel loading the file, showing a warning to
|
||||
|
||||
@@ -1064,7 +1064,7 @@ void blo_do_versions_userdef(UserDef *userdef)
|
||||
userdef->sequencer_editor_flag |= USER_SEQ_ED_CONNECT_STRIPS_BY_DEFAULT;
|
||||
}
|
||||
|
||||
if (!USER_VERSION_ATLEAST(403, 32)) {
|
||||
if (!USER_VERSION_ATLEAST(404, 3)) {
|
||||
userdef->uiflag &= ~USER_FILTER_BRUSHES_BY_TOOL;
|
||||
|
||||
BKE_preferences_asset_shelf_settings_ensure_catalog_path_enabled(
|
||||
|
||||
Reference in New Issue
Block a user