Revision 48d4b80 by Gaia Clary / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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 |
Revision 8d31c7f by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 11:49 (GMT) |
Use "Release Candidate 2" string on the splash |
Revision ee87056 by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 10:49 (GMT) |
Correct assert |
Revision 9c154d5 by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 10:49 (GMT) |
Fix T43997: Paste fcurve keeps handle selection |
Revision a40d7b9 by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 10:49 (GMT) |
PyAPI: bpy.ops enum error was cut short |
Revision 8c3853a by Campbell Barton / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 17, 2015, 10:49 (GMT) |
Update themes for 2.74 |
Revision b64d3bd by Julian Eisel / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
Revision 931f876 by Jorge Bernal / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
Revision 2d1879b by Antonis Ryakiotakis / Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
Revision 86b862e by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
Revision 651689f by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
Revision f0e37fc by Sergey Sharybin (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
|