Blender Git Commits

Blender Git commits from all branches.

Page: 2533 / 2888

October 3, 2014, 13:09 (GMT)
Cycles: Correct object flags bitfield, was missing negative scale there

It's quite a few of circumstances to be met to hit the case when render
wouldn't be correct.

Better to be ported to the final release.
October 3, 2014, 13:09 (GMT)
Fix T41974: blender ships vulnerable minilzo version

Update lzo library due to security issue

Update lzo to latest version. This fixes a security issue (reported in T41974)

This also fixes some (false-positive) valgrind warnings.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D803
October 3, 2014, 13:09 (GMT)
Fix View3d background image display aspect
October 3, 2014, 13:09 (GMT)
Fix T41956, Soften brush does not work

Disallow blur radius zero (versioning error).

Also fix gaussian distibution for blurring

This is to be included in the final release.
October 3, 2014, 13:09 (GMT)
Fix T41962: Command-line without specified filename doesn't renders

Issue was caused by the launcher not dealing with slashes in the way
windows expects them to be handled -- last slash of the path considered
an escape character for the following qoute.

This is definitely to be ported to the 2.72 release.
October 3, 2014, 13:09 (GMT)
Tracking: Some minor improvements to copy-paste

- Deselect all existing tracks when pasteing, makes it
easier to tweak stuff after the paste.

- Make first of the pasted tracks active.
October 3, 2014, 13:09 (GMT)
Tracking: Add shortcuts for the copy-paste as well
October 3, 2014, 13:09 (GMT)
Fix for missing shortcuts for mask copy/paste

It's a safe fix and would be real cool to have in final release,
it makes roto even easier than mentioned in the previous commit.
October 3, 2014, 13:09 (GMT)
Fix T41961: Crash by Copy n Paste splines to new mask without layer

It makes much more sense to ensure layer before pasteing, makes roto
as easy as it has never been before!
October 3, 2014, 13:09 (GMT)
Fix for missing initialization of Freestyle RenderData parameters for new scenes.
October 3, 2014, 13:09 (GMT)
OpenNL: modify SuperLU to use doubles rather than floats, for better precision.

This helps to improve the accuracy of UV unwrapping and laplacian deform for
high poly meshes, which could get warped quite badly. It's not much slower,
doubles are pretty fast on modern CPUs, but it does double memory usage. This
seems acceptable as otherwise high poly meshes would not work correctly anyway.

Fixes T39004.
October 3, 2014, 13:09 (GMT)
Fix use of uninitialized variable in mesh_get_mapped_verts_coords.

It did not cause an actual bug, this code path is never executed at the moment.
October 3, 2014, 13:09 (GMT)
OpenGL fix: GL_COLOR_ARRAY is client state
October 3, 2014, 13:09 (GMT)
Cycles: Better feedback about experimental features being used

Instead of having a label which basically duplicated the information
about experimental feature set being used (which had a bug because
it claimed experimental GPU kernel is used even if compute device is
CPU btw) now we've got an enum item icon.

So once you switched to experimental feature set you'll see an
exclamation mark icon in the enum, so you know something might be
unstable or slow.
October 3, 2014, 13:09 (GMT)
Expose show brush property for UV sculpting.
October 3, 2014, 13:09 (GMT)
OSX: ensure windows are restored at their saved position,
meaning here we need to take docksize into account
October 3, 2014, 13:09 (GMT)
Fix T41933: Node Editor: Crash occurs with Select by Suffix

Wrong usage of `BLI_str_partition_ex_utf8`...

This is to be backported to 2.72 branch.
October 3, 2014, 13:09 (GMT)
Fix T41939: Dupliface: Inherit scale doesn't update viewport render.

Render needs un object update it seems...
October 3, 2014, 13:09 (GMT)
Fix T41885, muting broken for Blender Internal nodes in rendering.

Nodes don't have muting callbacks any more, so now have to check the
flag to prevent overwriting values on the stack that they share with
inputs.
October 3, 2014, 13:09 (GMT)
Fix T41936: lender 2.72 Crashes on play on *Ubuntu 14.04

This commit is necessary to update to openal-soft 1.60.0 which
solves weird bug happening on ubuntu.

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