Revision d1bd334 by Campbell Barton February 13, 2020, 03:14 (GMT) |
Cleanup: pass const variables |
Revision f874f68 by Campbell Barton February 13, 2020, 02:55 (GMT) |
Fix T73727: Invalid event.type for Gizmo.modal callback |
Revision eaea5c8 by Clément Foucault February 13, 2020, 00:55 (GMT) |
Workbench: Fix depth of field background being glitchy |
Revision 10b04fa by Campbell Barton 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. |
Revision d051dd0 by Clément Foucault February 13, 2020, 00:24 (GMT) |
Workbench: Fix premultiply alpha issue in transparent material |
Revision a40d9ce by Clément Foucault February 13, 2020, 00:07 (GMT) |
Overlay: Fix non meshes object disappearing if smooth wire is not enabled |
Revision 9fe469c by Ray molenkamp 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 |
Revision dd9dfad by Philipp Oeser 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 |
Revision 9aae62a by Philipp Oeser February 12, 2020, 18:17 (GMT) |
Particles: remove unused sel_col and nosel_col from CacheEditrPathsIterData and PTCacheEdit Followup to 80cecee5b7c8. ref D6725 |
Revision 80cecee by Philipp Oeser 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 |
Revision 5527cd4 by Sergey Sharybin 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. |
Revision 6da0971 by Philipp Oeser 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 |
Revision 8e4d574 by Clément Foucault February 12, 2020, 17:43 (GMT) |
GPencil: Disable multisampling as it is not supported anymore Another AA method is comming in the GPencil refactor. |
Revision 00e012d by Clément Foucault 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. |
Revision c10e05c by Jacques Lucke 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. |
Revision fffb185 by Clément Foucault February 12, 2020, 15:55 (GMT) |
DRW: Fix debug drawcalls and annotation drawing |
Revision 6389471 by Patrick Mours February 12, 2020, 14:46 (GMT) |
Fix NLM denoiser no longer working with OptiX after recent commit |
Revision 83c6f09 by Bastien Montagne February 12, 2020, 13:35 (GMT) |
Harmless Fix for recent cleanup. For some reason that file did not get included in the commit... |
Revision d104c77 by Brecht Van Lommel February 12, 2020, 13:29 (GMT) |
Fix Cycles compiler warnings after recent commit |
Revision 7090121 by Brecht Van Lommel February 12, 2020, 13:14 (GMT) |
Fix Cycles build errors and clang-format after recent commit |
|