Blender Git Commits

Blender Git "master" branch commits.

Page: 1017 / 5574

October 9, 2019, 13:09 (GMT)
Build: prepare "make update" to work for new release cycle branching

Checking out release branches in submodules, and printing some more
informative messages when that fails.
October 9, 2019, 13:00 (GMT)
Fix T61432: Sampling Subframes not working 2.8

Uncommented subframe logic and added correct time getter function (with subframe part in frame) to subframe update function
October 9, 2019, 12:56 (GMT)
Fix T70640 EEVEE: Alpha hashed material is darker when alpha is not 1.0

Predivide all radiance components as the alpha effect comes from the hashed
transparency (pixel rejection).
October 9, 2019, 11:41 (GMT)
GPU: show one-time startup warnings for old Intel drivers with known issues

This is pretty conservative. We do not show warnings for e.g. HD 4000 with the
latest drivers as they appear to be working mostly fine even if unsupported,
and there is nothing the user can do to improve things.

Ref T70520
October 9, 2019, 11:41 (GMT)
GPU: show more descriptive labels on unsupported GPU dialog

Thanks to Ray Molenkamp for the help with the Windows implementation.

Fixes T70521

Differential Revision: https://developer.blender.org/D6023
October 9, 2019, 11:07 (GMT)
CMake: Move software-gl to generic install procedure

Removes custom logic from buildbot's packing step.

This also removes icons/ folder, but CMake was already copying the
icons to the root of the install folder.
October 9, 2019, 10:51 (GMT)
Deps: Fix wrong LLVM prefix used for Mesa

It made it Mesa to be compiled with swrast rather than with llvmpipe.
October 9, 2019, 10:37 (GMT)
Deps: Add libraries needed for Software GL

Only compiled on Linux.
October 9, 2019, 09:14 (GMT)
Cleanup: typo, style
October 9, 2019, 08:54 (GMT)
Fix make deps libtool detection on macOS
October 9, 2019, 08:37 (GMT)
Buildbot: Correction to previous commit

Off-by-one calculating parent folders.
October 9, 2019, 08:34 (GMT)
Buildbot: Attempt to point precompiled libraries to a correct folder

The CMAKE_SOURCES variable is not yet initialized when the buildbot
configuration is read. This is similar to the include of full release
configuration happening earlier in the file.
October 9, 2019, 07:50 (GMT)
Buildbot: Point to pre-compiled CentOS 7 libraries
October 9, 2019, 07:42 (GMT)
Buildbot: Checkout precomiled CentOS libraries
October 9, 2019, 07:38 (GMT)
Fix missing clear of ID types tags

Got lost in previous optimization commit.
October 9, 2019, 06:28 (GMT)
PyAPI: drop Vector requirement for tessellate_polygon

Use mathutils_array_parse which converts any sequence of numbers.
Revision 6ff60d9 by Campbell Barton
October 9, 2019, 06:08 (GMT)
PyAPI: avoid normal calculation for tessellate_polygon

Use fixed normal for 2D input, no need to calculate it.
October 9, 2019, 05:56 (GMT)
Fix T70594: mathutils.geometry.tessellate_polygon flips triangles

Some scripts will need to be updated to support this.
October 9, 2019, 04:13 (GMT)
Fix T70662: Batch rename adds "" before "."
October 9, 2019, 02:55 (GMT)
UI: hide text character options when out of edit-mode

These are overwritten when entering edit-mode so there is no use
in showing them in object mode.

Addresses T70566
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021