Blender 2.73 release candidate commit

This commit contains:

- Subversion bump to 2.73
- Release cycle is set to "rc"
- Submodules are pointed to appropriate tag now
  (addons contrib just points to the latest contrib repo)
- New shiny splash screen!
This commit is contained in:
Sergey Sharybin 2014-12-23 20:03:27 +05:00
parent e483a21ce6
commit 273fa0a4ef
Notes: blender-bot 2023-02-14 09:41:23 +01:00
Referenced by issue #43911, Cloth Physics Bending
Referenced by issue #43149, Grease Pencil fill areas look divided by multiples ray lines
Referenced by issue #43131, vertices, edges or faces cannot be selected on dense mesh from distance point
Referenced by issue #43139, Calling bpy.ops.screen.screen_full_area() multiple times in python console causes Blender to crash
Referenced by issue #43076, Knife tool problem with Maya Preset - Blender 2.73
Referenced by issue #43063, CUDA error: Launch failed in cuMemcpy2D(&param)
Referenced by issue #43065, Dissolve edge delete vertices.
Referenced by issue #43026, HDRI in viewport   not working
Referenced by issue #43010, 3d viewport shadeless material flag no longer working as expected in edit mode.
6 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit c980697651ad7f21a7cd8ad23dc26e482b5fa752
Subproject commit ca3f663ff4ac139f36f43647dc5cf481132fbed7

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 569 KiB

After

Width:  |  Height:  |  Size: 857 KiB

@ -1 +1 @@
Subproject commit c210f87f12929bbd0884db7bf76baa3f1eed7b02
Subproject commit e22da49ade4789cc6c39a78cc8fb0504ededa791

@ -1 +1 @@
Subproject commit 8f33ffcebed445755d3453b8f486306bcf2b142a
Subproject commit 50818bacafb949385027b6c13a3f63ed8302899e

View File

@ -41,8 +41,8 @@ extern "C" {
/* these lines are grep'd, watch out for our not-so-awesome regex
* and keep comment above the defines.
* Use STRINGIFY() rather than defining with quotes */
#define BLENDER_VERSION 272
#define BLENDER_SUBVERSION 3
#define BLENDER_VERSION 273
#define BLENDER_SUBVERSION 0
/* 262 was the last editmesh release but it has compatibility code for bmesh data */
#define BLENDER_MINVERSION 270
#define BLENDER_MINSUBVERSION 5
@ -51,7 +51,7 @@ extern "C" {
/* can be left blank, otherwise a,b,c... etc with no quotes */
#define BLENDER_VERSION_CHAR
/* alpha/beta/rc/release, docs use this */
#define BLENDER_VERSION_CYCLE alpha
#define BLENDER_VERSION_CYCLE rc
extern char versionstr[]; /* from blender.c */