Revision d0de273 by Alexander Romanov June 1, 2016, 09:28 (GMT) |
BI: fix counting of tangents, that was reset during recursion of init_render_nodetree |
Revision 0e8570b by Sergey Sharybin June 1, 2016, 08:26 (GMT) |
GLSL: Attempt to fix errors in setting UV attributes |
Revision 334d823 by Sergey Sharybin June 1, 2016, 08:10 (GMT) |
Depsgraph: Fix missing updates when modifying armature |
Revision 1c292c9 by Campbell Barton June 1, 2016, 06:11 (GMT) |
Fix/Workaround T48560: Color picker V fail w/ user defined RNA Set the maximum soft-max to 1.0 when its left at FLT_MAX. Since this causes problems using the slider. |
Revision d852715 by Dalai Felinto May 31, 2016, 22:11 (GMT) |
Increase range of Font object textboxs The current values were arbitrary. I'm keeping them as ui_range, but internally there is no reason we can't use larger values. |
Revision aedeca7 by Campbell Barton May 31, 2016, 16:54 (GMT) |
BLI_mempool: Use an 'odd' FREEWORD for big/little endian This also changes freeword to an intptr_t to ensure not only the first 4 bits of a pointer are tested on 64bit systems. |
Revision d2bb0e6 by Sergey Sharybin May 31, 2016, 15:48 (GMT) |
Fix T46207: Slow OpenCL GPU bake and blown out baking Cycles render |
Revision ad1c3be by Dalai Felinto May 31, 2016, 15:39 (GMT) |
Small API typo found while reading the API |
Revision a430c68 by Campbell Barton May 31, 2016, 14:26 (GMT) |
Cleanup: unused defines |
Revision 3df30c1 by Campbell Barton May 31, 2016, 14:19 (GMT) |
Cleanup: parenthesize defines |
Revision a0e91ef by Campbell Barton May 31, 2016, 14:01 (GMT) |
Fix T48554: Absolute grid snap fails w/ cursor pivot Use center of selection when using absolute grid snapping and cursor pivot. |
Revision d5220d2 by Sergey Sharybin May 31, 2016, 13:32 (GMT) |
Cycles: Fixes for recent refactor - add_vertex() can be called from split_vertex() which does not guarantee to have properly pre-allocate arrays. - Need to check whether Cycles is compiled with OSL in XML reader. |
Revision 230cf2e by Sergey Sharybin May 31, 2016, 13:28 (GMT) |
Buildbot: Attempt to fix buildbot after recent change |
Revision 9e77a03 by Sergey Sharybin May 31, 2016, 13:20 (GMT) |
Buildbot: Use proper list management function Spotted by Campbell, thanks! |
Revision f1f7f6d by Sergey Sharybin May 31, 2016, 12:42 (GMT) |
Buildbot: Pass proper generator for MSVC 2015 builder |
Revision e9c8917 by Sergey Sharybin May 31, 2016, 12:41 (GMT) |
Properly handle vertex color color space for Cycles GLSL A bit tricky, need to pass additional information about what the attribute is and how to deal with it. BI path stays unchanged, just to make things simplier for now. Fixes T48555: Cycles GLSL- Incorrect Vertex Color results from Attribute node |
Revision 19cfc84 by Martijn Berger May 31, 2016, 12:16 (GMT) |
CMake/ Visual Studio 14 2015, Use one library name for openal for both 2013 and 2015 |
Revision 9725661 by Sergey Sharybin May 31, 2016, 10:31 (GMT) |
Cycles GLSL: Make it work with software opengl mode |
Revision 4388b29 by Mai Lavelle May 31, 2016, 10:13 (GMT) |
Cycles: Add human readable sizes to debug output Some of these values can get quite large and are hard to read, adding this makes it easy to read them at a glance. Reviewed By: sergey Differential Revision: https://developer.blender.org/D2039 |
Revision a2aa443 by Sergey Sharybin May 31, 2016, 09:48 (GMT) |
Fix T48556: Missing transparent shadows on AMD OpenCL We had transparent shadows disabled for some time because they were causing drivers to crash. Can't reproduce that issue anymore with current drivers, so will enable them and see how it goes. |
|
|
|


Master Commits
MiikaHweb | 2003-2021