* Updated the version number of Blender to display 2.27.NewPy1 in the User
Interface only. Commented the original line. THIS NEEDS TO BE RESTORED TO THE ORIGINAL LINE WHEN A RELEASE IS BUILD!!!
This commit is contained in:
@@ -3426,7 +3426,8 @@ static void info_text(int x, int y)
|
||||
if (g_progress_bar && g_progress_info) {
|
||||
headerstr= g_progress_info;
|
||||
} else {
|
||||
headerstr= versionstr;
|
||||
headerstr = "2.27.NewPy1";
|
||||
/* headerstr= versionstr; */
|
||||
}
|
||||
|
||||
swatch_color= hsv_to_cpack(fac1, fac2, fac3);
|
||||
|
Reference in New Issue
Block a user