Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 705 / 5574

June 29, 2020, 12:32 (GMT)
VSE: Fix type mismatch introduced in rB8bcfa0d1fb9f

Pass `IMB_Proxy_Size` to `seq_can_use_proxy` and remove duplicate check.
June 29, 2020, 12:30 (GMT)
BLI: remove blender::Optional in favor of std::optional

`std::optional` can be used now, because we switched to C++17.
June 29, 2020, 12:23 (GMT)
Fix T78401: Convert Mesh to Grease Pencil with empty material slot crashes

Also create the 'simple fill' in case there are only empty material
slots.

Maniphest Tasks: T78401

Differential Revision: https://developer.blender.org/D8151
June 29, 2020, 12:19 (GMT)
Fix T74220 Mantaflow Color Mapping not ignoring alpha value

And also remove some sRGB hack.
June 29, 2020, 12:19 (GMT)
Fix T61573 GPencil: Annotation thickness doesn't work with on OSX

This fixes the issue by using the polyline shader but this does not gives
the best results.

A better way would be to have a dedicated shader for the lines to avoid
the line break at every angle change.
June 29, 2020, 12:06 (GMT)
Build: Point ISPC explicitly to the location of LLVM libraries.

Sometimes the ISPC build could pick up the system LLVM librareis
instead of the ones in the Blender lib directory.
Revision 9afad1d by Julian Eisel
June 29, 2020, 11:13 (GMT)
Fix compiler warning for deprecated variable use
June 29, 2020, 11:03 (GMT)
Cleanup: minor change missed last commit
June 29, 2020, 10:52 (GMT)
Cleanup: use designated initializes for mesh extract structs

Better readability and allows adding new struct members without
adding empty slots to every 'MeshExtract' struct.
June 29, 2020, 10:35 (GMT)
Cleanup: use std::make_unique instead of blender::make_unique

This is possible, because we use C++17 now.
June 29, 2020, 10:03 (GMT)
Fix T78415: Particle Edit mode Add brush with a radius > 181px crashes

Caused by short overflow, change to int instead.

Maniphest Tasks: T78415

Differential Revision: https://developer.blender.org/D8148
June 29, 2020, 09:53 (GMT)
Cleanup: rename namespace DotExport to dot
June 29, 2020, 09:48 (GMT)
Cleanup: Use blender namespace in blenkernel
June 29, 2020, 06:19 (GMT)
Fix T73892: EEVEE Viewport Render Ignores Render As Wire

In the viewport an object can be set to be displayed as wire. When
rendering the viewport this setting is ignored and follows the
path or doing a final render. This patch will add an exception
when rendering a viewport render.

Reviewed By: Cl�ment Foucault

Differential Revision: https://developer.blender.org/D8043
June 29, 2020, 06:13 (GMT)
Fix T78229: Playhead not refreshing when area is maximized

No other areas were tagged for redraw.
June 29, 2020, 05:37 (GMT)
Fix T78176: Sequencer renders playhead line twice
June 28, 2020, 15:13 (GMT)
GPencil: Cleanup - replace loop with LISTBASE_FOREACH
June 28, 2020, 14:51 (GMT)
Fix T78353: GPencil: Make Circle select only select points inside circle

Now, instead of select the section of the stroke that is below circle, only the points inside circle are selected.

Also fixed a bug when segment selection mode is enabled.

Differential Revision: https://developer.blender.org/D8141
June 28, 2020, 14:00 (GMT)
Deps Builder: Fix OSL build error.

When there is no system python OSL will fail to build the documentation.
Given we don't ship the documentation, this is safe to disable.

Originally part of D8123
June 28, 2020, 13:51 (GMT)
Fix T74024 Faces missing, weird faces added

Workaround by adding a special case for that driver in gpu_extensions.c
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021