Blender Git Commits

Blender Git "temp-lanpr-cleanup2" branch commits.

Page: 12 / 18

October 18, 2019, 11:35 (GMT)
Buildbot: Correction to previous commit

Off-by-one calculating parent folders.
October 18, 2019, 11:35 (GMT)
PyAPI: drop Vector requirement for tessellate_polygon

Use mathutils_array_parse which converts any sequence of numbers.
October 18, 2019, 11:35 (GMT)
Fix build error (missing BKE_global.h)
October 18, 2019, 11:35 (GMT)
Fix T70601: Lasso select not functioning correctly in Armature Edit Mode

This solution mimics the one used for pose by ignoring the bone line if either end is clipped.
October 18, 2019, 11:35 (GMT)
Buildbot: Point to pre-compiled CentOS 7 libraries
October 18, 2019, 11:35 (GMT)
Fix T70586 EEVEE: principled shader alpha bleeding issues

Avoid double multiplication by alpha on ssr/sss data.
October 18, 2019, 11:35 (GMT)
Sculpt: support automasking, pose and mask expand for multires

These were the last remaining new sculpt tools that did not support multires.
Performance could be improved still, but it should work.

Fixes T68899
October 18, 2019, 11:35 (GMT)
Cleanup: avoid converting from CCGElem to SubdivCCGCoord

The other direction is faster.
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)
Fix T69363 EEVEE: Blender crash when using Edit mode for Ocean

Use same Mesh* as extraction. We always use the final mesh for shaded geom.
October 18, 2019, 11:35 (GMT)
Fix T68857 EditUV: Crash on Remesh modifier with 'Display in Edit Mode'
October 18, 2019, 11:35 (GMT)
Docs: clarify Mesh.from_pydata edges argument usage

Addresses T70617
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)
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
October 18, 2019, 11:35 (GMT)
Fix "make update" error with old git versions, for the buildbot

Just skip convenience test that checks if a rebase/merge is in progress.
October 18, 2019, 11:35 (GMT)
Deps: Add libraries needed for Software GL

Only compiled on Linux.
October 18, 2019, 11:35 (GMT)
Fix missing clear of ID types tags

Got lost in previous optimization commit.
October 18, 2019, 11:35 (GMT)
Buildbot: Checkout precomiled CentOS libraries
October 18, 2019, 11:35 (GMT)
CTest: Fix failing test BLI_expr_pylike_eval_test on clang/windows

clang got a little to aggressive discarding unused variables
see D6012 for details.

Differential Revision: https://developer.blender.org/D6012

Reviewers: brecht, sergey, angavrilov
October 18, 2019, 11:35 (GMT)
Fix make deps libtool detection on macOS
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021