Blender Git Statistics -> Branches -> blender-v2.74-release

"Blender-v2.74-release" branch

Total commits : 72
Total committers : 12
First Commit : March 17, 2015
Latest Commit : March 31, 2015


Commits by Date

DateNumber of Commits
March 31, 201512
March 30, 20150
March 29, 20150
March 28, 20150
March 27, 20150
March 26, 201511
March 25, 20150
March 24, 201535
March 23, 20150
March 22, 20150
March 21, 20150
March 20, 20150
March 19, 20150
March 18, 20150
March 17, 201514

Committers

AuthorNumber of Commits
Sergey Sharybin22
Campbell Barton20
Bastien Montagne10
Antonis Ryakiotakis7
jens verwiebe4
Jorge Bernal2
Lukas Toenne2
Gaia Clary1
Joerg Mueller1
Joshua Leung1
Julian Eisel1
Sybren A. Stüvel1

Popular Files

FilenameTotal Edits
wm_operators.c3
drawobject.c2
COM_NodeOperationBuilder.cpp2
bsdf_reflection.h2
KX_SteeringActuator.cpp2
bsdf_refraction.h2
rct.c2
versioning_270.c2
bsdf_transparent.h2
bssrdf.h2

Latest commits Feed

March 31, 2015, 13:39 (GMT)
Point submodules to the final release tag
March 31, 2015, 13:26 (GMT)
Branch is not really a release state!
March 31, 2015, 13:18 (GMT)
Bugfix: Fix for crash when trying to create new action in Shape Key DopeSheet mode

When the active object had no shapekey data, trying to create a new action from the
Shape Keys mode of the DopeSheet would crash. The segfault here was a silly regression
caused by my earlier Action Stashing work.

However, the old (pre-Action Stashing) code here also wasn't that great either.
While it didn't crash, it would still silently create a new action, even if that
could not get assigned/used anywhere. To prevent both of these problems from
happening again, I've added additional null checks, as well as beefing up the poll
callback here to forbid keyframing
March 31, 2015, 13:18 (GMT)
Fix T44077 material update fails in textured mode when VBOs are off.

The issue has been here since we changed drawing code for meshes to use
vertex arrays instead of immediate mode when VBO was off. Basically we
should now always invalidate the GPU objects regardless of the VBO
setting in the preferences.

The bug has been there since 2.73 at least, but what made it apparent
now is that new version resets preferences and as an extension the VBO
flag.

Should be included in final 2.74 release
March 31, 2015, 13:18 (GMT)
Fix T44201: Crash Deleting Hierarchy in Outliner

Typical error using '->next' member of a freed linked list item. A bit trickier
even here, since we have some recursion...

Trivial fix for nasty crasher, safe for 2.74 imho?
March 31, 2015, 13:18 (GMT)
Remove use_invert_vertex_group use_ prefix

To match other modifiers.
March 31, 2015, 13:18 (GMT)
Fix T41191: Custom Loop Normals Viewport shading not updating when set from py script

Missing update tagging...

Safe for 2.74.
March 31, 2015, 13:18 (GMT)
Fix T44137: bpy.path.is_subdir fails

`bpy.path.is_subdir("/abc/def/ghi","/abc/de")` incorrectly returned True
March 31, 2015, 13:18 (GMT)
Fix T44149: Compositing : Node Groups do not work correctly

Input constants are to be connected before removing proxies,
otherwise node groups might give totally different result.

This is a regression and to be put into final release.
March 31, 2015, 13:18 (GMT)
Fix T44193: Hair intersection with duplis causes flickering

It was an issue with what bounds to use for BVH node during construction.

Also corrected case when there are all 4 primitive types in the range and
also there're objects in the same range.
March 31, 2015, 13:18 (GMT)
Fix for invalid buffer access on zero-face meshes
March 31, 2015, 13:18 (GMT)
Fix T44186: Bezier Bevel facto mapping broken when 'start' was set to 'Resolution' and 'end' was not.

Trivial, we need totla_length in that case too.

Safe to be backported to 2.74.
March 26, 2015, 16:12 (GMT)
Point addons to 2.74-rc4 tag
March 26, 2015, 16:04 (GMT)
Bump splashscreen to rc4
March 26, 2015, 11:18 (GMT)
Fix T44138: Crash in DataTransfer modifier when selecting a source with no loops.

Simply check and early return in case we have no source or destination items
(verts/edges/loops/polys) available...

Also, fix an assert in `BKE_mesh_calc_normals_poly()`, when called with no poly.
March 26, 2015, 11:18 (GMT)
Yet another fix for crashing particles.
March 26, 2015, 11:18 (GMT)
Fix T44133 SSAO in OpenGL rendering from orthographic camera did not
work

Safe to include in final release
March 26, 2015, 11:18 (GMT)
Fix T44118: Rotated background image disappears

Image clipping didn't take rotation into account.
March 26, 2015, 11:18 (GMT)
Fix for crash when using particle emission with clump/roughness curves
in a smoke sim.

This interaction between sims is totally stupid and must be recoded
entirely in some utopian future.
March 26, 2015, 11:18 (GMT)
Fix 2 typos ( shakin' hands )

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021