Finally changed the Blender version (BLENDER_VERSION) to 228!
(Some of the audio features do a version check in do_versions (usiblender.c, readfile.c) and depend on this to convert fields in older (<2.28) files). I also removed the "2.27.Newpy.1" line from headerbuttons.c, it now shows "www.blender.org 228" again.
This commit is contained in:
@@ -42,7 +42,7 @@ extern "C" {
|
||||
|
||||
struct ListBase;
|
||||
|
||||
#define BLENDER_VERSION 227
|
||||
#define BLENDER_VERSION 228
|
||||
|
||||
int BKE_read_file(char *dir, void *type_r);
|
||||
int BKE_read_file_from_memory(char* filebuf, int filelength, void *type_r);
|
||||
|
@@ -3436,8 +3436,7 @@ static void info_text(int x, int y)
|
||||
if (g_progress_bar && g_progress_info) {
|
||||
headerstr= g_progress_info;
|
||||
} else {
|
||||
headerstr = "2.27.NewPy1";
|
||||
/* headerstr= versionstr; */
|
||||
headerstr= versionstr;
|
||||
}
|
||||
|
||||
swatch_color= hsv_to_cpack(fac1, fac2, fac3);
|
||||
|
Reference in New Issue
Block a user