Blender Git Commits

Blender Git "master" branch commits.

Page: 2533 / 5574

August 5, 2015, 11:26 (GMT)
Remove files from recent-files list on failed open
August 5, 2015, 11:26 (GMT)
Fix T45647: Incorrect results w/ color spill node
August 5, 2015, 10:48 (GMT)
Doc fix: rather then -> rather than
August 5, 2015, 10:28 (GMT)
Only show interpolation buttons w/ bezier splines
August 5, 2015, 10:26 (GMT)
Remove redundant addition in BKE_mesh_calc_volume
August 5, 2015, 10:24 (GMT)
Fix selecting linked edges
August 5, 2015, 10:18 (GMT)
Fix T45641: crash cutting meta-strips
August 5, 2015, 09:55 (GMT)
OpenSubdiv: Make subsurf behavior closer to original one when built with OpenSubdiv but without enabling option
August 5, 2015, 09:45 (GMT)
Buildbot config: disable gooseberry branch from nightly builds

There's no updates happening in the gooseberry branch, so no really reason
to waste time on rebuilding the branch overnight.
August 5, 2015, 09:44 (GMT)
Buildbot config: remove windows scons and mingw builders

They are defunct at this moment, no reason to try scheduling builds on them.
Revision d39e188 by Julian Eisel
August 4, 2015, 19:56 (GMT)
Nodes: Link lines & link arrows not scaling to DPI/pixelsize correctly
August 4, 2015, 16:50 (GMT)
Cycles: Remove 32bit cuda workaroudn and disable cubins for buildbot

Recent changes to kernel broke compilation of the kernels again, need some
other kind of solution for this issue.

Don't have much time for this currently, but will be addressed before the
release.

Meanwhile it's better to have some buildbot builds instead of totally failing
one.
August 4, 2015, 16:33 (GMT)
OpenSubdiv: Preparation for enabling it for linux buildbot
August 4, 2015, 16:32 (GMT)
OpenSubdiv: Modifiers module missed WITH_OPENSUBDIV define
August 4, 2015, 16:25 (GMT)
OpenSubdiv: Fix for missing OpenMP device when building with SCons
August 4, 2015, 16:18 (GMT)
OpenSubdiv: Correction for compute devices detection in SCons

SCons was still using file names from 2.x branch.
August 4, 2015, 16:09 (GMT)
Docs: comment functions in BLI & Py API
August 4, 2015, 16:06 (GMT)
SCons: Fix for really nasty bug with polluting configuration environment

The issue was caused by the following construction:

def = env['SOMETHING']
defs.append('SOMETHING_MORE')

Since first assignment was actually referencing environment option it was totally
polluted hawing weird and wonderful side effects on all other areas of Blender.
August 4, 2015, 14:03 (GMT)
Fix fast navigate winding being incorrect (apparent when backface
culling was on)
Revision 4041e65 by Julian Eisel
August 4, 2015, 13:25 (GMT)
Nodes: Make method to detect hovered link during transform more predictable/responsive

The old method:
The "old" method used the node dimensions to get a number of lines and checked if they intersect with the node link. Issue with this is that only a small part of the actual node surface is checked, making the method a bit unpredictable or unresponsive.

The new method:
The new method checks for intersections within the entire node surface. If multiple links are intersected, the node with the smallest distance from the *upper left corner* to the link is chosen.

Reviewed by @campbellbarton (tm)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021