Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 908 / 5574

February 13, 2020, 03:14 (GMT)
Cleanup: pass const variables
February 13, 2020, 02:55 (GMT)
Fix T73727: Invalid event.type for Gizmo.modal callback
February 13, 2020, 00:55 (GMT)
Workbench: Fix depth of field background being glitchy
February 13, 2020, 00:33 (GMT)
Revert "VSE: Add option to select handles with box selection"

This partially reverts commit 5314161491d41461fe09c4774229481dde93e250.

Conflicts with Emulate "Middle Mouse Button".
This feature should be accessible under all supported configurations.
February 13, 2020, 00:24 (GMT)
Workbench: Fix premultiply alpha issue in transparent material
February 13, 2020, 00:07 (GMT)
Overlay: Fix non meshes object disappearing if smooth wire is not enabled
February 12, 2020, 19:49 (GMT)
Cleanup/MSVC: Enable C++ conformance mode on compiler versions that support it.

MSVC has a conformance mode (/permissive-) where the C++ standard is more strictly
enforced. This mode is available on MSVC 15.5+ [1]

This patch enables this mode on compilers that support it and cleans up the few violations it threw up in the process.

- Mantaflow was using M_PI without requesting them using the _USE_MATH_DEFINES define to opt in to non default behaviour.
- Collada did not include the right header for std::cerr, this seemingly was fixed for other platforms already but put inside a platform guard.
- Ghost had some scoping issues regarding uninitialized variables and goto behaviour

[1] https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance

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

Reviewed By: brecht
February 12, 2020, 18:36 (GMT)
remove "Select Linked" from the particle select and context menu

The operator in its current state is based on mouse position and doesnt
make sense to be called from a menu.
(In fact it should be called 'select_linked_pick' internally and a
separate 'select_linked' should be implemented similar to how "Select
Linked" works for meshes, curves etc -- see D6823 for this)

Differential Revision: https://developer.blender.org/D6822
February 12, 2020, 18:17 (GMT)
Particles: remove unused sel_col and nosel_col from
CacheEditrPathsIterData and PTCacheEdit

Followup to 80cecee5b7c8.

ref D6725
February 12, 2020, 18:03 (GMT)
Fix T68788: Particle Edit Mode Hair vertex doesn't follow vertex theme
color

Selection and grooming only ever happens on hair keys (vertices), so
makes sense to use that theme color.

Sidenote: `CacheEditrPathsIterData` and `PTCacheEdit` have `sel_col` and
`nosel_col`, these can go, will do in a separate commit.

Maniphest Tasks: T68788

Differential Revision: https://developer.blender.org/D6725
February 12, 2020, 17:57 (GMT)
Codesign: Attempt to make macOS codesign more reliable

Is still sometimes .ready file appears prior to an actual archive.
February 12, 2020, 17:44 (GMT)
Fix T59271: Curves with Extrude still show curve

Compared to 2.79, this also has the benefit of actually showing the curve
again if you set both bevel start and end to 0.0 for example.

Maniphest Tasks: T59271

Differential Revision: https://developer.blender.org/D6168
February 12, 2020, 17:43 (GMT)
GPencil: Disable multisampling as it is not supported anymore

Another AA method is comming in the GPencil refactor.
February 12, 2020, 17:21 (GMT)
GPencil: Fix colormanagement broken by recent refactor

This is a quick fix that should work until the GPencil refactor lands.
February 12, 2020, 16:02 (GMT)
Fix T69697: Remove not working "Inherit Scale" option from menu

The option can still be modified in the bone settings in the properties
editor. In the future a correct menu entry (using an enum) can be
added back. For that, an operator like `wm.context_collection_boolean_set`
could be added for enums.
February 12, 2020, 15:55 (GMT)
DRW: Fix debug drawcalls and annotation drawing
February 12, 2020, 14:46 (GMT)
Fix NLM denoiser no longer working with OptiX after recent commit
February 12, 2020, 13:35 (GMT)
Harmless Fix for recent cleanup.

For some reason that file did not get included in the commit...
February 12, 2020, 13:29 (GMT)
Fix Cycles compiler warnings after recent commit
February 12, 2020, 13:14 (GMT)
Fix Cycles build errors and clang-format after recent commit
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021