Blender Git Commit Log

All Blender Git commits.

Page: 1895 / 8462

Revision 3685347 by Clément Foucault (master)
February 4, 2020, 14:20 (GMT)
Selection: Add conservative rasterization to select really small objects

The conservative depth shader is ~4.5x slower than the normal one as it
uses geometry shader and fragment shader discard.

This patch also includes a hack to also fix the view parallel planar
geometry and the really small wire objects.

For some reason, the conservative raster fix does not work with normal
selection but does with box select.

This is a fix for T63356.

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D6714
February 4, 2020, 12:46 (GMT)
Fix wrong default value for Lacunarity in Musgrave texture

Lacunarity parameter determines scaling of subsequent octaves in fractal
noises. For example, Noise node have this scaling hardcoded to 2.0. Each
octave have twice bigger scale than previous one, resulting in finer details.

By design fractal noises that generate octaves with same seed should not
have Lacunarity set to 1.0, since then it just stacks up identical noises.

Differential Revision: https://developer.blender.org/D6742
February 4, 2020, 11:41 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
February 4, 2020, 11:41 (GMT)
Merge branch 'master' into greasepencil-object
February 4, 2020, 11:40 (GMT)
Merge branch 'blender-v2.82-release'
February 4, 2020, 11:40 (GMT)
Fix T57866: Annotation not working using Search and Enter key

Thanks to @mano-wii for the fix
February 4, 2020, 11:20 (GMT)
Merge branch 'blender-v2.82-release'
February 4, 2020, 11:19 (GMT)
Fix T65306: UI widgets clipped when scaled up

Normal UI widget and 3D navigation gizmo where clipping at high DPI.
February 4, 2020, 11:19 (GMT)
GPU: add projection matrix function to set only near/far clipping

Useful when UI code needs to extend the clipping range.
February 4, 2020, 11:02 (GMT)
Fix T73567: Mantaflow adaptative domain takes objects with the flow turned off into account

This is a small optimization that makes sure the adaptive domain only considers active inflow objects. Ones with disabled fluid flow are skipped and thus the adaptive domain will not try to cover them.
February 4, 2020, 10:08 (GMT)
Merge branch 'blender-v2.82-release'
February 4, 2020, 10:05 (GMT)
CMake: Attempt to fix tests on buildbot

An educated guess to put ensure order of static libraries initialization.

A bit weird, since OpenImageDenoise should be depending on TBB, but that
is likely being ensured by bf_compositor.

Linking succeeded on my Intel machine, and blenloader_test was passing
when doing manual test on buildbot.
February 4, 2020, 09:37 (GMT)
Merge branch 'blender-v2.82-release'
February 4, 2020, 09:35 (GMT)
Grease Pencil: UI: Clarifiy Erase modes

The erase mode has an option to change the erase mode from soft/hard/stroke.
However, there are 4 brush types: hard/soft/point/stroke. Hard and Soft here are similar (they are both "soft" erase mode) only having different strengths.
The erase mode should be soft (Maybe this should be renamed to something more generic like "fade"), point, stroke.

Reviewed By: #user_interface, #grease_pencil, billreynish, antoniov

Differential Revision: https://developer.blender.org/D6733
February 4, 2020, 09:25 (GMT)
Merge branch 'blender-v2.82-release'
February 4, 2020, 09:24 (GMT)
Codesign: Fix script for Windows

Apparently, there is no os.sync() on Windows.
February 4, 2020, 08:50 (GMT)
Merge branch 'blender-v2.82-release'
February 4, 2020, 08:47 (GMT)
Codesign: Possible fix for stamp appearing prior to archive

From looking into builder's logs it seems that stamp file is picked
up prior to actual archive: sometimes worker reports missing archive
file, from a code path which is only possible if there is a stamp file.

Could be something with IO scheduling where bigger file is sent to
Samba server after smaller file.

Hopefully with this change this will not happen anymore.
February 4, 2020, 08:10 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
February 4, 2020, 08:09 (GMT)
Merge branch 'master' into greasepencil-object
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021