Blender Git Commit Log

All Blender Git commits.

Page: 1520 / 8462

June 29, 2020, 12:33 (GMT)
Cleanup: reduce code indentation and simplify some code flow
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.
June 29, 2020, 11:55 (GMT)
Fluid: Minor UX improvements
June 29, 2020, 11:30 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
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:57 (GMT)
Fluid: Minor refactoring changes
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:36 (GMT)
WIP: Make reports show in info editor

This is highly experimental implementation of T78214 for GSoC project, it has quite a few problems with memory.

- clog context now stores logs as list
- info editor can show reports from window manager of log context
- logs from clog context are converted to reports
{F8653182}

Maniphest Tasks: T78214

Differential Revision: https://developer.blender.org/D8147
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, 08:34 (GMT)
Support material groups: writing material name with object name
June 29, 2020, 08:25 (GMT)
Support for object groups: name of object and its mesh
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021