Blender Git Commits

Blender Git commits from all branches.

Page: 2150 / 2888

October 31, 2015, 18:45 (GMT)
BGE: Moto: merge MT_Tuple and MT_Point in MT_Vector.

This commit also replace MT_Tuple and MT_Point in ik solver and BGE with command :

find . -type f -exec sed -i 's/MT_Tuple/MT_Vector/g' {} +
find . -type f -exec sed -i 's/MT_Point/MT_Vector/g' {} +
October 31, 2015, 18:45 (GMT)
BGE: Moto: use templates to avoid duplicated code to convert in double or float arrays.
October 31, 2015, 08:26 (GMT)
Fix T46651: Select linked crash w/ wire seam edges
October 31, 2015, 08:26 (GMT)
Revert "Fix T46494: Can't de-select a face w/ mixed modes"

This reverts commit 381501ab45d63abb1502656c35e01adce36e7e34.
October 31, 2015, 00:25 (GMT)
GPencil: Proper fix for proportional editing not working
October 30, 2015, 23:51 (GMT)
Stop-Gap fix: Proportional editing was broken in new files for GPencil

Looks like my earlier commit wasn't quite right. For now, just reverting these
so that I can use this build for Siggraph; will look into a better fix later.

(The problem seems to be that the gp flag is getting auto-set too late - needs
to be done in initTransInfo() for the prop edit to take hold)
October 30, 2015, 18:12 (GMT)
added basic support to clean up keyframes directly after converting to keyframed objects, but you need cache to bake so the operator can run again (and it will refracture automatically, too)
October 30, 2015, 10:46 (GMT)
optimization: when converting to keyframed objects, do not key passive shards any more (as they dont move anyway)
October 30, 2015, 09:23 (GMT)
Added first procedural texture node (voronoi).
October 30, 2015, 08:43 (GMT)
Fix T46507: Cycles baking re-orders face

Regression in 2.76, order of tessellated vertices needs to follow MFace tessellation.
October 29, 2015, 15:11 (GMT)
Blender 2.76a: Fix CUDA compilation on 32bit platform
October 29, 2015, 14:58 (GMT)
changed volume calculation method for convex hull and triangle meshes, mass fractions should be calculated more accurately now, but note, might change behavior of older simulations !!!
October 29, 2015, 12:26 (GMT)
BLender 2.76a: Update addons submodule
October 29, 2015, 11:31 (GMT)
Texture coordinates node.
October 29, 2015, 11:13 (GMT)
Invalidate the texture bvm program cache when the Tex datablock is updated.
October 29, 2015, 11:08 (GMT)
Set blender version to '2.76a'
October 29, 2015, 10:32 (GMT)
Cleanup: quiet warning

Not cherry picked, just included for release build.
October 29, 2015, 10:19 (GMT)
Start of a texture node replacement using the bvm system.
October 29, 2015, 10:10 (GMT)
Temporary "fix" for crash when saving OpenEXR Multi-View from Image Editor
October 29, 2015, 10:10 (GMT)
Fix T46617 File Output Node seems to save only black images into OpenEXR image data

If the node output had only one layer, it would be detected as singlelayer, and it would miss the blender exr header string
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021