Blender Git Commits

Blender Git "master" branch commits.

Page: 2415 / 5574

February 12, 2016, 08:12 (GMT)
Fix crash in bvhtree.FromPolygons
February 11, 2016, 21:34 (GMT)
Fix T47379: crash appending materials with node trees.
Revision e8d7a02 by Julian Eisel
February 11, 2016, 20:00 (GMT)
Fix more cases where gpencil thickness controls line thickness of 3D view elements

We now simple set glLineWidth to 1 once before drawing objects. This way we don't have to do it all over.

Fixes T47396.
February 11, 2016, 16:34 (GMT)
Fix T47314: Misaligned DataBlock Previews for groups with custom center coordinates

Now take into account `dupli_offset` of groups.

Also fixed another issue related to objects renderability, previous code was giving
bad results due to added temp objects to generate previews (camera, lamp...).
February 11, 2016, 14:48 (GMT)
Fix T47387: Cycles Point Density Render Issues
February 11, 2016, 13:45 (GMT)
Fix T47378: Separate images popup UI does nothing

Use confirm popup instead of redo popup
February 11, 2016, 12:58 (GMT)
Cycles: Remove some ifdefs for OSL < 1.7.1.

That means that we now only support OSL 1.7.1 or newer. Please update libs or re-run install-depsh.sh.
February 11, 2016, 12:47 (GMT)
Fix for cursor not being reset on file load

caused by 6081f6c3
February 11, 2016, 12:05 (GMT)
Cycles: Fix typo in network device

Spotted by jesterKing, thanks!
February 11, 2016, 09:21 (GMT)
install_deps: fix boost installation on Fedora/Suze & co.

Was only trying to install $BOOST_VERSION or higher boost - being fairly recent
this always failed. We can live with older versions too, so now using
*BOOST_VERSION_MIN as with other distros.
February 11, 2016, 09:06 (GMT)
correct error in last commit
February 11, 2016, 08:56 (GMT)
Disable bmesh-boolean modifier for 2.77 release

Edit-mode boolean is still available
February 11, 2016, 08:14 (GMT)
Revert "CMake: remove ".svn" checks"

This reverts commit 00fbc326e31b67c41a023ef9a23bc44ed965268d.

Still needed for svn <1.8
February 11, 2016, 07:48 (GMT)
Fix T47389: WPaint + texture entirely transparent
February 11, 2016, 07:23 (GMT)
BLI_kdopbvh: test root node before traversing
February 11, 2016, 07:21 (GMT)
Cleanup: naming for NearestRayToAABB_Precalc
February 11, 2016, 05:00 (GMT)
CMake: remove ".svn" checks
Revision 3ab50cf by Julian Eisel
February 10, 2016, 22:17 (GMT)
Fix camera border controlled by gpencil thickness

This only happened when looking through camera which is only selected object. Reported @quollism, thanks :)
February 10, 2016, 20:10 (GMT)
Fix T47382: incorrect tooltip for mirror tool in object mode.
February 10, 2016, 18:47 (GMT)
Cleanup: remove unused radius argument
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021