Blender Git Commits

Blender Git "master" branch commits.

Page: 1071 / 5574

August 27, 2019, 10:18 (GMT)
Cleanup: clang-format
August 27, 2019, 10:18 (GMT)
Build: run ldconfig for OpenImageDenoise in install_deps.sh

Differential Revision: https://developer.blender.org/D5580
August 27, 2019, 09:52 (GMT)
Fix T69165: wrong update function on Bone b-bone properties crashes.

Obvious fix suggested by @lichtwerk.
August 27, 2019, 09:20 (GMT)
Fix T69166: built-in start-up file has unnecessary screen data
August 27, 2019, 09:20 (GMT)
Cleanup: use static set instead of list
August 27, 2019, 09:14 (GMT)
Fix compiler error in Windows

This error was introduced in commit https://developer.blender.org/rB66700196074ad168f3322f2766846a0a07f7a00f
August 27, 2019, 09:06 (GMT)
Compositor: Run only one instance of OIDN at a time.

Running multiple instances of OIDN simultaneously can use dozens
of GBs of memory. Since OIDN is multithreaded internally, we can run
only one instance at a time and should not lose much performance.
Fixing T69006
August 27, 2019, 06:56 (GMT)
Workbench: Specular Highlighting for MatCaps

With Blender 2.80 we introduced a more flexible matcap system. One
change we did was to multiply the matcap with the base color that was
shaded. As matcaps contains diffuse and specular lighting in a single
texture this lead to rendering artifacts. Artists were complaining that
everything looked to metalic.

We now support a separate `diffuse` and `specular` pass for matcaps.

`shaded_color = diffuse_light * base_color + specular_light`

For matcaps to support this feature they need to be multilayer openexr
files with 2 renderpasses (named `diffuse` and `specular`). In the future
we can change this to first pass/second pass in stead of this naming
convention.

Reviewed By: fclem, brecht

Differential Revision: https://developer.blender.org/D5335
August 27, 2019, 06:35 (GMT)
UV Editor: Remove Unimplemented Show Edges Option

Show Edges option in the UV editor does not do anything. Only RNA/DNA
code could be found, so it is save to be removed.

Differential Revision: https://developer.blender.org/D5446
August 27, 2019, 05:38 (GMT)
Cleanup: rename max_len -> alloc_len
August 27, 2019, 05:07 (GMT)
Cleanup: struct member name wasn't descriptive
August 27, 2019, 05:01 (GMT)
Cleanup: unused warning
August 27, 2019, 04:42 (GMT)
Edit Mesh AutoMerge: Improve `Split Edges & Faces` option

Now all wire edges linked to the merged vertex are used for split faces.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D5603
August 27, 2019, 04:25 (GMT)
Clean: style
August 27, 2019, 04:25 (GMT)
Fix crash transforming origins when no editable origins exist
August 27, 2019, 04:06 (GMT)
Fix specific case where a vertex is ignored in snapping

Sometimes the index of the edge and the vertex may coincide.
August 27, 2019, 00:34 (GMT)
Cycles/Windows: Fix over estimation of System RAM.

`system_physical_ram` reported 1024x more System RAM than what
was actually available.
August 26, 2019, 23:50 (GMT)
Fix T68687 Eevee: Modulo node behaves unexpectedly/inconsistently

This was a regression.
August 26, 2019, 20:39 (GMT)
Fix T69122: Area Join Error on Invalid Cursor Position

Improved error handling of Join Area operator in cased it is passed cursor position that is not valid.

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

Reviewed by Brecht Van Lommel
August 26, 2019, 20:06 (GMT)
Fix T69185: Cycles kernel OpenCL compile error after recent changes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021