Blender Git Commits

Blender Git "master" branch commits.

Page: 2749 / 5574

November 12, 2014, 19:54 (GMT)
cmake: fix generation / install on OS X,
N.B. needs cmake cache rebuild
November 12, 2014, 16:23 (GMT)
Cycles: Prevent NaN and inf in area lamp sampling caused by precision issues

This doesn't have noticeable affect on the render times, but avoids possible
numerical issues.
November 12, 2014, 14:23 (GMT)
cmake buildbot. Create the zip archive with the name as expected
November 12, 2014, 11:40 (GMT)
Fix bad 'COLOR' replacement in recent UI refactor.
November 12, 2014, 10:51 (GMT)
Fix T41066: MSVC + AVX2 kernel causes artifacts in hair render.

The issue lies in the FMA functions, so disable them on Windows for now.
November 12, 2014, 08:43 (GMT)
Cleanup, please follow existing style when adding new flags. ;)
November 12, 2014, 08:14 (GMT)
Cleanup, typo fixes.
November 11, 2014, 20:44 (GMT)
Fix: T42553 Linux cmake install now also without absolute path's
OS X cmake probably needs more checking.
November 11, 2014, 20:21 (GMT)
Fix T41783: Cycles baking ignores displacement

Create unique flag for output shaders with displacement data and use it
to calculate transformed normal. Implementation suggested by Brecht Van
Lommel.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D890
November 11, 2014, 18:39 (GMT)
Fix T42009: Cyclic set-scenes with linked libs

Check linked libs on file load, Thanks to Sergey for the initial patch.
November 11, 2014, 18:32 (GMT)
Cleanup: remove inline list-count
November 11, 2014, 18:02 (GMT)
UI: Cleanup, replace enum with function
November 11, 2014, 17:40 (GMT)
UI: cleanup odd string-width check
November 11, 2014, 17:26 (GMT)
UI: Cleanup (line length)
November 11, 2014, 17:26 (GMT)
UI: order & comment eButType
November 11, 2014, 17:26 (GMT)
UI: remove unused emboss-table define
Revision 52d571e by Sergej Reich
November 11, 2014, 17:16 (GMT)
Avoid calling powf with integer exponent in more places

Move powX functions from particle code into math library and use them.
Revision 490b73f by Sergej Reich
November 11, 2014, 17:08 (GMT)
cloth: Avoid calling powf with integer exponent

This is pretty slow and even shows up in profiling.
Revision 9c15439 by Sergej Reich
November 11, 2014, 17:05 (GMT)
cloth: Fix overallocation for collisions

This was introduced when eltopo was added, but not reverted when it was
removed.
November 11, 2014, 14:48 (GMT)
cmake. refactor installing python things to not have absolute path's
buildbot. add rudementatry cpack based packing for cmake path
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021