Blender Git Commits

Blender Git "master" branch commits.

Page: 2350 / 5574

June 1, 2016, 09:28 (GMT)
BI: fix counting of tangents, that was reset during recursion of init_render_nodetree
June 1, 2016, 08:26 (GMT)
GLSL: Attempt to fix errors in setting UV attributes
June 1, 2016, 08:10 (GMT)
Depsgraph: Fix missing updates when modifying armature
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.
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.
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.
May 31, 2016, 15:48 (GMT)
Fix T46207: Slow OpenCL GPU bake and blown out baking Cycles render
May 31, 2016, 15:39 (GMT)
Small API typo found while reading the API
May 31, 2016, 14:26 (GMT)
Cleanup: unused defines
May 31, 2016, 14:19 (GMT)
Cleanup: parenthesize defines
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.
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.
May 31, 2016, 13:28 (GMT)
Buildbot: Attempt to fix buildbot after recent change
May 31, 2016, 13:20 (GMT)
Buildbot: Use proper list management function

Spotted by Campbell, thanks!
May 31, 2016, 12:42 (GMT)
Buildbot: Pass proper generator for MSVC 2015 builder
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
May 31, 2016, 12:16 (GMT)
CMake/ Visual Studio 14 2015, Use one library name for openal for both 2013 and 2015
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
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021