October 9, 2019, 13:44 (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 9, 2019, 13:26 (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 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, 07:06 (GMT) |
Merge branch 'master' into greasepencil-object |
October 9, 2019, 06:28 (GMT) |
PyAPI: drop Vector requirement for tessellate_polygon Use mathutils_array_parse which converts any sequence of numbers. |
October 9, 2019, 06:08 (GMT) |
PyAPI: avoid normal calculation for tessellate_polygon Use fixed normal for 2D input, no need to calculate it. |
|
|
|


Master Commits
MiikaHweb | 2003-2021