Blender Git Commits

Blender Git commits from all branches.

Page: 2350 / 2888

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.
March 17, 2015, 10:07 (GMT)
Merge branch 'master' into gooseberry

Conflicts:
source/blender/blenloader/intern/versioning_270.c
source/blender/editors/include/ED_view3d.h
March 17, 2015, 08:36 (GMT)
Enable frame updates of duplicache through use of an invalidation flag.
March 17, 2015, 08:09 (GMT)
Cleanup: headers, minor edits
March 17, 2015, 08:06 (GMT)
Support for building without EXR
March 17, 2015, 07:02 (GMT)
Cleanup: minor edits

drawcamera_stereo3d had shadowed 'scale' var, rename to make unique
March 17, 2015, 05:17 (GMT)
stereoimbuf: replace array with struct since index lookups

Index access weren't used anywhere and made it a little harder to follow.
March 17, 2015, 04:59 (GMT)
Correct bool/flag use
March 17, 2015, 04:57 (GMT)
Cleanup: imbuf API

use extra arg for IMB_ImBufFromStereo which used the first argument for both input and output.
also no need to use pointer-to-pointer in function body.
March 17, 2015, 04:35 (GMT)
Cleanup: API naming - use BKE_scene_multiview_*** prefix
March 17, 2015, 02:39 (GMT)
Cleanup: API naming - use BKE_camera_multiview_*** prefix
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021