Blender Git Commits

Blender Git "blender-v2.74-release" branch commits.

Page: 4 / 4

March 17, 2015, 13:18 (GMT)
Refer to Task 43975: Deleting a Shapekey can break the relative pointers

This patch would reassign the relative of all keyblocks to the relative
of the deleted keyblock. And it fixes the misalignement of the index values
after the keyblock is deleted.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D1176
March 17, 2015, 11:49 (GMT)
Use "Release Candidate 2" string on the splash
March 17, 2015, 10:49 (GMT)
Correct assert
March 17, 2015, 10:49 (GMT)
Fix T43997: Paste fcurve keeps handle selection
March 17, 2015, 10:49 (GMT)
PyAPI: bpy.ops enum error was cut short
March 17, 2015, 10:49 (GMT)
Update themes for 2.74
March 17, 2015, 10:49 (GMT)
Fix T44003: Flatty Light: GPencil vertices and timeline keyframes black

I noticed our version code and subversion got out of sync in the past, maybe
that's what the issue was here.
Deleting the entries from the .xml makes it fall back to the default values.
March 17, 2015, 10:49 (GMT)
BGE: Fix for T43994 Steering actuator bug with Navmesh

Now the facing option is taken into account as before

This is a regression and to be ported to the final release branch.
March 17, 2015, 10:49 (GMT)
Fix T43959 jittering in 2D texture painting.

This is still not perfect,
but should work smoother now. Previously there was visible wobbling
while painting.

This can be included in final release.
March 17, 2015, 10:49 (GMT)
Revert "Fix T43865: Cycles: Watertight rendering produces artifacts on a huge plane"

The fix was really flacky, in terms during speed benchmarks i had
abort() in the fallback block to be sure it never runs in production
scenes, but that affected on the optimization as well. Without this
abort there's quite bad slowdown of 5-7% on the renders even tho
the Pleucker fallback was never run.

This is all weird and for now reverting the change which affects on
all the production scenes and will look into alternative fixes for
the original issue with precision loss on huge planes.

This reverts commit 9489205c5c0b9b432d02be4a3d0d15fc62ee6cb9.
March 17, 2015, 10:49 (GMT)
Fix T43974: Alpha output of movie clip node crashes blender

Issue was caused by a bug in the memory optimization commit,
should be backported to the final release branch.
March 17, 2015, 10:48 (GMT)
Partial fix for T43967: Background is wrong in 2.74

Was missing do-versions code after rotation order change in Cycles.

This is a regression and to be ported to the final release branch.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021