Blender Git Commits

Blender Git "master" branch commits.

Page: 2513 / 5574

September 9, 2015, 11:38 (GMT)
Buildbot: Test enable CUDA binaries for Win32

Linux 32bit seems to work fine now, let's see if Win32 also works.
September 9, 2015, 11:18 (GMT)
Fix T46051: Loading certain Jpeg causes system alert sound (Win32)

The issue was caused by RedCode library printing binary string to the terminal.
September 9, 2015, 10:26 (GMT)
Fix (unreported) Outliner letting you edit path of indirect linked lib shown at 'first level'.

From Gooseberry team request indirect libs were also added at root of 'BlendFile' Outliner view,
but that allowed edition of their path, which is useless...
September 9, 2015, 09:43 (GMT)
Fix crash in preview render w/ too small border
September 9, 2015, 09:25 (GMT)
Cycles: Cleanup, typo

Spotted by Campbell, thanks!
September 9, 2015, 09:02 (GMT)
Fix T46056: User Preferences-> install from File freezes Blender.

Own stupid error in recent fix for buffer overflow in `BLI_testextensie_glob()`...
Also found & fixed another potential buffer overflow in this func.
September 9, 2015, 08:57 (GMT)
Fix T46055: Volume doesn't render when PANORAMIC Camera is inside volume mesh
September 9, 2015, 08:39 (GMT)
Cycles: Limit triangle magnitude check for only GPU

Found a way to make AVX2 CPUs happy by reshuffling instructions a bit,
so now there's no weird precision errors happening in there.

This solves some render speed regressions on CPU, but unfortunately
this doesn't help for GPU rendering.
September 9, 2015, 08:39 (GMT)
Cycles: Only use ascii in comments
September 9, 2015, 06:48 (GMT)
Assert CustomData_from_bmeshpoly is used correctly

Follow up to last commit, since bugs here aren't so obvious.
September 9, 2015, 06:48 (GMT)
Fix T45733: Crash w/ VColor + BlenderInternal

Tessface CustomData layers were added multiple times when tangents were used.
This made BI crash accessing layers missing elsewhere.
September 9, 2015, 06:05 (GMT)
Buildbot: Enable 32bit kernels for linux builders

This is more an experiment, not guaranteed to work but at the same time
building of kernels seems to work manually in the same chroot. Perhaps
latest changes helped compiler to optimize registers usage.
September 8, 2015, 16:39 (GMT)
Error in last commit

Had warnings disabled.
September 8, 2015, 16:05 (GMT)
Fix T46003: Scale w/ script ignores axis-align
September 8, 2015, 14:36 (GMT)
Revert "Fix T45191 Speed strip behaviour not easy to predict."

This reverts commit 0e83b0854fc66af16dd187759c031e530ecd4c05.

Fixes T46038
September 8, 2015, 13:46 (GMT)
typo in last commit
September 8, 2015, 13:39 (GMT)
Fix T45771: Walk mode fails on OSX
September 8, 2015, 09:42 (GMT)
Fix T45981: BGE, 2D filters leak memory
September 8, 2015, 09:42 (GMT)
Cleanup: quiet warnings
September 8, 2015, 09:42 (GMT)
Use C++ guarded alloc for FilterBase
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021