Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 708 / 5574

June 26, 2020, 12:14 (GMT)
Fix T78304: Scaling without a constraint axis shows wrong parameters in Adjust Last operator panel

Caused by {rB600fd1c6f0ed}
June 26, 2020, 12:14 (GMT)
Fix T78151: Vertex/Edge Slide after enabling 'Even' doesn't cancel properly

Problem introduced by rBcf42721f
June 26, 2020, 11:56 (GMT)
Refactor: use new api for lib linking collection, scene and workspaces
June 26, 2020, 11:35 (GMT)
Fixed typo in previous commit (UV fix); had nonsensical self-test.
June 26, 2020, 11:29 (GMT)
Fix T76996: Don't allow baking when domain is not in object mode

This does not work, because the fluid modifier is not called when the
object is e.g. in edit mode. Another possible fix would be to switch
to object mode when baking starts automatically. However, I think it
is reasonable to simply not allow baking while the domain is in edit mode.

Reviewers: sebbas

Differential Revision: https://developer.blender.org/D7848
June 26, 2020, 11:19 (GMT)
Fix T78310: tweak layout in denoising panel to have more spacing
June 26, 2020, 11:19 (GMT)
Cycles: add experimental preference to replace magic debug value 256

Previously you'd have to run with --debug-value 256, now just make it
a preference so the Debug panel can be always available for developers.
June 26, 2020, 10:56 (GMT)
Cleanup: Depsgraph, remove unused `Base *` parameter

The `Base *` parameter of `DepsgraphRelationBuilder::build_object()` was
made redundant by c7694185c92aa. This commit actually removes it.

No functional changes.
June 26, 2020, 10:43 (GMT)
Fix T76199 Bevel materials "bleed" over faces.

When there is an odd number of segments, bevel has an ambiguous
choice as to which side face to use to copy face attributes from
and to use for UV (and other loops that have math function) interpolation.
We used to make choice arbitrarily, which led to visually inconsistent
results. Now there is tie-breaking code, face with lexicographic lowest
value in vector with these elements:
(1) connected component (in math-layer space) id
(2) selected (0) vs unselected (1)
(3) material index
(4,5,6): z,x,y components of face center, in that order.
Revision c769418 by Sybren A. Stüvel
June 26, 2020, 10:34 (GMT)
Fix T78071: Drivers reading object visibility not updating automatically

A driver reading `Object.hide_viewport` would break when that object was
hidden. Hidden objects don't have the `OBJECT_BASE_FLAGS` node in the
depsgraph, but that node was required for the driver to work.

Now the `OBJECT_FROM_LAYER` component (which optionally contains the
`OBJECT_FROM_LAYER` node) has explicit `ENTRY` and `EXIT` nodes, which
are used for relations with other components. These relations now remain
valid, even when the `OBJECT_FROM_LAYER` node is absent.

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

Reviewed By: sergey
Revision 2a72421 by Julian Eisel
June 26, 2020, 10:30 (GMT)
Fix error when filtering in Outliner "Blender File" mode with libraries

Steps to reproduce were:
* Load factory settings
* Link any library
* Change to "Blender File" display mode in Outliner
* Enable filtering
* -> Assert fails

This may have had further side-effects for linked IDs.
Checked with Bastien, the NULL-check seems reasonable. It was initially there
but removed in d74f9c4b7b4f.

Fine to backport.
Revision e707ed4 by Brecht Van Lommel
June 26, 2020, 09:55 (GMT)
Build: show helpful error when accidentally using GNUMakefile on Windows
June 26, 2020, 09:48 (GMT)
Fluid: Fix typos from OpenVDB update

Some typos that were not noticed in 995185894289.
June 26, 2020, 02:33 (GMT)
Cleanup: use percentage formatting

`str.format` and `f-string` use was minimal.
Prefer using a single style of string formatting
unless an alternative is more widely adopted.
June 26, 2020, 00:50 (GMT)
deps: Fix build issue with USD on windows.

When doing a release build the TBB debug libs are not
set which was causing an error during the configure
phase of USD, so always set them even if not used.
June 25, 2020, 23:36 (GMT)
Fix T71539 EEVEE: Still redraw during playback when it shouldn't
June 25, 2020, 23:27 (GMT)
Fix T78237 UI: NLA colors black and broken

This was caused by missing GL blend. This patch also fix the broken
strip appearance under timeline zoom.
June 25, 2020, 21:53 (GMT)
Fix for T78191: Timeline lines changing thickness

Fixes issue where lines in timeline are sometimes double-width when hovering in area.

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

Reviewed by Brecht Van Lommel
Revision af4e683 by Hans Goudey
June 25, 2020, 20:16 (GMT)
UI: Slightly simplify box style panel margin offset

A small cleanup to use fewer if statements.
June 25, 2020, 16:42 (GMT)
Fix T77878: Hard minimum for voxel size of the remesh modifier

This patch fixes T77878 in the same way that T72747 was fixed.
A hard minimum for the voxel size was added to avoid an arithmetics error.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D8027
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021