Blender Git Commit Log

All Blender Git commits.

Page: 2119 / 8462

October 18, 2019, 11:35 (GMT)
GPU: Consider softpipe as software renderer
October 18, 2019, 11:35 (GMT)
CUDA Wrangler: Fix strict compiler warning

Namely addresses -Wstringop-truncation

Not sure if there is anything to be done for strncpy.

Differential Revision: https://developer.blender.org/D6006
October 18, 2019, 11:35 (GMT)
Fix T70544: Mesh extracted from Mask crash Blender when using Dyntopo

This commit fixes an assert in mesh_runtime_check_normals_valid

Reviewed By: jbakker

Maniphest Tasks: T70544

Differential Revision: https://developer.blender.org/D6013
October 18, 2019, 11:35 (GMT)
Fix multires cursor not displaying the active vertex

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D6026
October 18, 2019, 11:35 (GMT)
Fix T70554: Snake Hook + Ctrl does not set the brush stroke in its normal direction

This commit also fixes the same issue in elastic deform

Reviewed By: jbakker

Maniphest Tasks: T70554

Differential Revision: https://developer.blender.org/D6014
October 18, 2019, 11:35 (GMT)
Fix Delaunay 2d valid bmesh mode bug.

Wasn't checking for repeated vertices.
Also, made choices of edges to keep more aesthetically pleasing.
October 18, 2019, 11:35 (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 18, 2019, 11:35 (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 18, 2019, 11:35 (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 18, 2019, 11:35 (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 18, 2019, 11:35 (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 18, 2019, 11:35 (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 18, 2019, 11:35 (GMT)
Deps: Fix wrong LLVM prefix used for Mesa

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

Only compiled on Linux.
October 18, 2019, 11:35 (GMT)
Cleanup: typo, style
October 18, 2019, 11:35 (GMT)
Fix make deps libtool detection on macOS
October 18, 2019, 11:35 (GMT)
Buildbot: Correction to previous commit

Off-by-one calculating parent folders.
October 18, 2019, 11:35 (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 18, 2019, 11:35 (GMT)
Buildbot: Point to pre-compiled CentOS 7 libraries
October 18, 2019, 11:35 (GMT)
Buildbot: Checkout precomiled CentOS libraries
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021