Fix issue with some files having non-unique modifier names
Originally the files are coming from ancient early-2.4x epoch, but in theory such setups might have been re-saved multiple times already with more recent blender versions. So the verisoning code is applied on all the files, including very recent ones. Bumped subversion, because this check si not really cheap.
This commit is contained in:
@@ -42,7 +42,7 @@ extern "C" {
|
||||
* and keep comment above the defines.
|
||||
* Use STRINGIFY() rather than defining with quotes */
|
||||
#define BLENDER_VERSION 273
|
||||
#define BLENDER_SUBVERSION 7
|
||||
#define BLENDER_SUBVERSION 8
|
||||
/* 262 was the last editmesh release but it has compatibility code for bmesh data */
|
||||
#define BLENDER_MINVERSION 270
|
||||
#define BLENDER_MINSUBVERSION 5
|
||||
|
||||
Reference in New Issue
Block a user