Compatibility error: BLENDER_MINVERSION was set to 2.61, but that should be 2.62.
This define means "the minimum version of Blender that can read the current .blend" In 2.62 there's compatibility code to read BMesh, not in 2.61.
This commit is contained in:
@@ -44,9 +44,8 @@ extern "C" {
|
||||
#define BLENDER_VERSION 264
|
||||
#define BLENDER_SUBVERSION 4
|
||||
|
||||
/* 262 was the last editmesh release but its has compatibility code for bmesh data,
|
||||
* so set the minversion to 2.61 */
|
||||
#define BLENDER_MINVERSION 261
|
||||
/* 262 was the last editmesh release but it has compatibility code for bmesh data */
|
||||
#define BLENDER_MINVERSION 262
|
||||
#define BLENDER_MINSUBVERSION 0
|
||||
|
||||
/* used by packaging tools */
|
||||
|
||||
Reference in New Issue
Block a user