Skip to content
Snippets Groups Projects
Commit f56a7456 authored by Campbell Barton's avatar Campbell Barton
Browse files

Bump version to Blender2.70rc and new splash

Splash concept art & paint-over: David Revoy. 3D artwork by Mathieu Auvray.
parent deb6f733
No related branches found
No related tags found
No related merge requests found
.TH "BLENDER" "1" "February 14, 2013" "Blender Blender 2\&.66" .TH "BLENDER" "1" "March 6, 2014" "Blender Blender 2\&.70"
.SH NAME .SH NAME
blender \- a 3D modelling and rendering package blender \- a 3D modelling and rendering package
......
release/datafiles/splash.png

216 KiB | W: | H:

release/datafiles/splash.png

202 KiB | W: | H:

release/datafiles/splash.png
release/datafiles/splash.png
release/datafiles/splash.png
release/datafiles/splash.png
  • 2-up
  • Swipe
  • Onion skin
release/datafiles/splash_2x.png

685 KiB | W: | H:

release/datafiles/splash_2x.png

645 KiB | W: | H:

release/datafiles/splash_2x.png
release/datafiles/splash_2x.png
release/datafiles/splash_2x.png
release/datafiles/splash_2x.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -41,8 +41,8 @@ extern "C" { ...@@ -41,8 +41,8 @@ extern "C" {
/* these lines are grep'd, watch out for our not-so-awesome regex /* these lines are grep'd, watch out for our not-so-awesome regex
* and keep comment above the defines. * and keep comment above the defines.
* Use STRINGIFY() rather than defining with quotes */ * Use STRINGIFY() rather than defining with quotes */
#define BLENDER_VERSION 269 #define BLENDER_VERSION 270
#define BLENDER_SUBVERSION 11 #define BLENDER_SUBVERSION 0
/* 262 was the last editmesh release but it has compatibility code for bmesh data */ /* 262 was the last editmesh release but it has compatibility code for bmesh data */
#define BLENDER_MINVERSION 262 #define BLENDER_MINVERSION 262
#define BLENDER_MINSUBVERSION 0 #define BLENDER_MINSUBVERSION 0
...@@ -51,7 +51,7 @@ extern "C" { ...@@ -51,7 +51,7 @@ extern "C" {
/* can be left blank, otherwise a,b,c... etc with no quotes */ /* can be left blank, otherwise a,b,c... etc with no quotes */
#define BLENDER_VERSION_CHAR #define BLENDER_VERSION_CHAR
/* alpha/beta/rc/release, docs use this */ /* alpha/beta/rc/release, docs use this */
#define BLENDER_VERSION_CYCLE alpha #define BLENDER_VERSION_CYCLE rc
extern char versionstr[]; /* from blender.c */ extern char versionstr[]; /* from blender.c */
......
...@@ -1819,11 +1819,12 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar ...@@ -1819,11 +1819,12 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
if (1) { if (1) {
/* placed after the version number in the image, /* placed after the version number in the image,
* placing y is tricky to match baseline */ * placing y is tricky to match baseline */
int x = 254 - (2 * UI_DPI_WINDOW_FAC); int x = 260 - (2 * UI_DPI_WINDOW_FAC);
int y = 244 + (4 * UI_DPI_WINDOW_FAC); int y = 242 + (4 * UI_DPI_WINDOW_FAC);
int w = 240; int w = 240;
const char *version_suffix = "Testing"; const char *version_suffix = "Release Candidate";
/* hack to have text draw 'text_sel' */ /* hack to have text draw 'text_sel' */
uiBlockSetEmboss(block, UI_EMBOSSN); uiBlockSetEmboss(block, UI_EMBOSSN);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment