Blender 2.77: We are now RC2

This commit is contained in:
Sergey Sharybin 2016-03-04 22:08:19 +05:00
parent 1e7458258c
commit 1e1118e7e7
Notes: blender-bot 2023-02-14 08:07:50 +01:00
Referenced by issue #47997, crashe on select
Referenced by issue #47835, Solid Black smoke domain
Referenced by issue #47803, Progressive Render Crash
Referenced by issue #47807, Alt+F9 shortcut doesn't hide the header
Referenced by issue #47794, Point density sometime seems streched when rendered on GPU
Referenced by issue #47796, 2.77 RC2 - Material preview won't update
Referenced by issue #47785, Rendering Crash, Node Connector Crash, Changing Editors Crash
Referenced by issue #47777, Smoke sampling difference on GPU.
Referenced by issue #47748, bug render 2.77 RC2
Referenced by issue #47750, Hair particles lose position data when "Disconnect All" is used the first time from program load
Referenced by issue #47754, Meshes glitch on cycling Viewport Shading mode with Linked Groups and
Referenced by issue #47738, Blender segmentation fault when Right-clicking on any object in 3d view.
Referenced by issue #47718, Too high default strength for hair particle brushes
Referenced by issue #47721, viewport preview bounding box dotted line moves near sculpt brush during sculpting with multiresolution modifier
Referenced by issue #47711, Cloth simulation bug
Referenced by issue #47697, Smoke simulation doesn't work in viewport
1 changed files with 1 additions and 1 deletions

View File

@ -1767,7 +1767,7 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
/* label for 'a' bugfix releases, or 'Release Candidate 1'...
* avoids recreating splash for version updates */
if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "rc")) {
version_suffix = "Release Candidate";
version_suffix = "Release Candidate 2";
}
else if (STREQ(STRINGIFY(BLENDER_VERSION_CYCLE), "release")) {
version_suffix = STRINGIFY(BLENDER_VERSION_CHAR);