Blender Git Commits

Blender Git "master" branch commits.

Page: 740 / 5574

June 5, 2020, 06:12 (GMT)
Cleanup: remove braces from previous commit (no functional changes)
June 5, 2020, 06:04 (GMT)
Armature: increase maximum delectable bones from 4096 to 8192

Remove BONESEL_NOSEL which isn't needed.

Addresses issue raised in T77378.
June 5, 2020, 04:55 (GMT)
Cleanup: maybe uninitialized variable warning
June 5, 2020, 04:34 (GMT)
Cleanup: spelling
June 5, 2020, 04:33 (GMT)
Cleanup: remove unnecessary inline header

Caused by lsp/clang applying *fixes* automatically, tsk.
June 4, 2020, 22:58 (GMT)
Build: use TBB as Embree tasking system

This avoids launching additional threads and solves some console warnings on
Linux + AMD Ryzen CPU.
June 4, 2020, 22:58 (GMT)
Fix make deps build errors with conflicting Boost system packages
June 4, 2020, 19:28 (GMT)
GPUTexture: Make GPU_texture_unbind_all faster on newer opengl version
June 4, 2020, 19:28 (GMT)
DRW: Fix T77370: Redundant anti aliasing/blur effect
June 4, 2020, 16:06 (GMT)
LibOverride: Add Pointer properties to 'overridable by default'.

There is in fact no reason not to do so, RNA pointers are either to
other IDs (which is properly handled by default diffing code), or to
sub-structures that should almost always be diffed as well.

Exceptions (like backward ID pointers or strictly runtime caches and
data) are to be handled with proper 'no comparison' flag in any case.
June 4, 2020, 16:06 (GMT)
LibOverride: cleanup Collection case.

This should not give any real difference, those were already
overridable.
June 4, 2020, 16:05 (GMT)
Disable gravity in Draw Face Sets brush

Applying gravity to this brush does not make much sense and undo/redo
won't work correctly as it uses a different undo type.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D7925
June 4, 2020, 16:04 (GMT)
Fix Sharpen mesh filter in Multires

Instead of accumulating displacement for each vertex into the neighbors, accumulate the opposite displacement from each neighbor into the vertex. I think this is the same and it does not produce artifacts in Multires.

Reviewed By: sergey, brecht

Differential Revision: https://developer.blender.org/D7508
June 4, 2020, 15:35 (GMT)
installdeps: fix bad FFMPEG official version number.

re T77035.
June 4, 2020, 14:55 (GMT)
GPencil: Fix Lock Frame Dopesheet tooltip

The old tooltip was not clear enough
Revision c604d27 by Antonio Vazquez
June 4, 2020, 14:41 (GMT)
Fix T77358: Gpencil can't select geometry within transparent layers

This was an old check of opacity for editable layers, but with new system it's not needed because you can use the edit lines.
June 4, 2020, 14:40 (GMT)
Fix T77164: scaling/rotation fails for 3 selected NURB points
June 4, 2020, 14:39 (GMT)
Fix T77367: Blender's snap package ignores command line options
June 4, 2020, 13:28 (GMT)
GPUShaderInterface: Reduce creation time on some drivers.

Querying GL_UNIFORM_BLOCK_INDEX seems to be a problem on apple drivers.
June 4, 2020, 12:44 (GMT)
Fix Grease Pencil panel showing as first panel in render properties

Move it lower next to the Freestyle panel.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021