BKE: Version Bump to 2.82.3
Needed to avoid double fix of sun lights bias.
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
* \note Use #STRINGIFY() rather than defining with quotes.
|
* \note Use #STRINGIFY() rather than defining with quotes.
|
||||||
*/
|
*/
|
||||||
#define BLENDER_VERSION 283
|
#define BLENDER_VERSION 283
|
||||||
#define BLENDER_SUBVERSION 2
|
#define BLENDER_SUBVERSION 3
|
||||||
/** Several breakages with 280, e.g. collections vs layers. */
|
/** Several breakages with 280, e.g. collections vs layers. */
|
||||||
#define BLENDER_MINVERSION 280
|
#define BLENDER_MINVERSION 280
|
||||||
#define BLENDER_MINSUBVERSION 0
|
#define BLENDER_MINSUBVERSION 0
|
||||||
|
@@ -4379,17 +4379,7 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
if (!MAIN_VERSION_ATLEAST(bmain, 283, 3)) {
|
||||||
* Versioning code until next subversion bump goes here.
|
|
||||||
*
|
|
||||||
* \note Be sure to check when bumping the version:
|
|
||||||
* - "versioning_userdef.c", #BLO_version_defaults_userpref_blend
|
|
||||||
* - "versioning_userdef.c", #do_versions_theme
|
|
||||||
*
|
|
||||||
* \note Keep this message at the bottom of the function.
|
|
||||||
*/
|
|
||||||
{
|
|
||||||
/* Keep this block, even when empty. */
|
|
||||||
|
|
||||||
/* Sequencer Tool region */
|
/* Sequencer Tool region */
|
||||||
do_versions_area_ensure_tool_region(bmain, SPACE_SEQ, RGN_FLAG_HIDDEN);
|
do_versions_area_ensure_tool_region(bmain, SPACE_SEQ, RGN_FLAG_HIDDEN);
|
||||||
@@ -4471,4 +4461,17 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Versioning code until next subversion bump goes here.
|
||||||
|
*
|
||||||
|
* \note Be sure to check when bumping the version:
|
||||||
|
* - "versioning_userdef.c", #BLO_version_defaults_userpref_blend
|
||||||
|
* - "versioning_userdef.c", #do_versions_theme
|
||||||
|
*
|
||||||
|
* \note Keep this message at the bottom of the function.
|
||||||
|
*/
|
||||||
|
{
|
||||||
|
/* Keep this block, even when empty. */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user