Bump version to Blender2.70rc and new splash

Splash concept art & paint-over: David Revoy. 3D artwork by Mathieu Auvray.
This commit is contained in:
2014-03-06 04:37:14 +11:00
parent deb6f733a6
commit f56a74566a
5 changed files with 8 additions and 7 deletions

View File

@@ -1819,11 +1819,12 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
if (1) {
/* placed after the version number in the image,
* placing y is tricky to match baseline */
int x = 254 - (2 * UI_DPI_WINDOW_FAC);
int y = 244 + (4 * UI_DPI_WINDOW_FAC);
int x = 260 - (2 * UI_DPI_WINDOW_FAC);
int y = 242 + (4 * UI_DPI_WINDOW_FAC);
int w = 240;
const char *version_suffix = "Testing";
const char *version_suffix = "Release Candidate";
/* hack to have text draw 'text_sel' */
uiBlockSetEmboss(block, UI_EMBOSSN);