Revision 2476c47 by Richard Antalik 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. |
Revision 18bff53 by Jacques Lucke 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. |
Revision 4fc5233 by Philipp Oeser 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 |
Revision 9feb0d5 by Clément Foucault June 29, 2020, 12:19 (GMT) |
Revision bd6cc28 by Clément Foucault 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. |
Revision 0d2e628 by Stefan Werner 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 |
Revision 8e494f7 by Campbell Barton June 29, 2020, 11:03 (GMT) |
Cleanup: minor change missed last commit |
Revision 5a6145f by Campbell Barton 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. |
Revision 38c9dee by Jacques Lucke 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. |
Revision 2def6f5 by Philipp Oeser 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 |
Revision 784911a by Jacques Lucke June 29, 2020, 09:53 (GMT) |
Cleanup: rename namespace DotExport to dot |
Revision b51d6e8 by Jacques Lucke June 29, 2020, 09:48 (GMT) |
Cleanup: Use blender namespace in blenkernel |
Revision 0baa000 by Jeroen Bakker 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 |
Revision 3b630bd by Jeroen Bakker June 29, 2020, 06:13 (GMT) |
Revision 41bfdea by Jeroen Bakker June 29, 2020, 05:37 (GMT) |
Fix T78176: Sequencer renders playhead line twice |
Revision b21ba5e by Antonio Vazquez June 28, 2020, 15:13 (GMT) |
GPencil: Cleanup - replace loop with LISTBASE_FOREACH |
Revision 3bdfd8c by Antonio Vazquez 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 |
Revision 6d8b6ae by Clément Foucault 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 |
|
|
|


Master Commits
MiikaHweb | 2003-2021