Revision 2867c35 by Howard Trickey January 28, 2020, 14:45 (GMT) |
Fix T73271, Delaunay Triangulation not robust enough. A big rework of the code now uses exact predicates for orientation and incircle. Also switched the main algorithm to use a faster divide and conquer algorithm, which is possible with the exact predicates. |
Revision 40a9b5e by Sybren A. Stüvel January 28, 2020, 14:10 (GMT) |
Cleanup: changed NULL to nullptr in depsgraph C++ code No functional changes. |
Revision 01a3482 by Brecht Van Lommel January 28, 2020, 13:45 (GMT) |
Merge branch 'blender-v2.82-release' |
January 28, 2020, 13:44 (GMT) |
UI: better preserve icon sharpness at different UI scales This changes the GL_TEXTURE_MIN_FILTER parameter from GL_LINEAR_MIPMAP_LINEAR to GL_LINEAR_MIPMAP_NEAREST. It gives a sharper result, since with these settings only down scaling is used. Differential Revision: https://developer.blender.org/D6662 |
Revision ed4cbde by Clément Foucault January 28, 2020, 13:34 (GMT) |
Revision ecfcb56 by William Reynish January 28, 2020, 12:13 (GMT) |
UI: NLA Editor Sidebar overhaul The NLA Editor sidebar is currently out of step with the rest of Blender, and in particular the Sequencer, which offers similar features and functionality. This patch makes a number of UI layout changes to make it fit in. - Remove Active Track panel, since the track names can just be edited in the source list on the left - Rejiggered the categories to be more understandable. 'Strip' includes settings for the current strip, and 'Edited Action' includes settings for the action that is currently being edited - Use single column split layout - Use name + mute toggle configuration like in the Sequencer - Fix an issue with the theme, where the sidebar background was too dark, breaking the bright -> dark hierarchical logic - Use sub-panels for animated strip properties controls Differential Revision: https://developer.blender.org/D6687 Reviewed by Brecht van Lommel |
January 28, 2020, 10:35 (GMT) |
macOS: add trackpad smart zoom event support This is done with two-finger double tap on trackpads, and is usually used to zoom into an element under the cursor. It can now be used for toggling local view in the 3D viewport. Differential Revision: https://developer.blender.org/D6588 |
January 28, 2020, 10:13 (GMT) |
UI: show better volume names and icons in file browser on macOS Now it shows "Macintosh HD" instead of "/", and a different icon for removable and network drives. Differential Revision: https://developer.blender.org/D6683 |
January 28, 2020, 09:59 (GMT) |
Linux: update EGL context code to fully work, including offscreen rendering This is a step towards Wayland and headless rendering support, using EGL instead of GLX. The EGL backend is not enabled by default, it can be tested using WITH_GL_EGL=ON. Differential Revision: https://developer.blender.org/D6585 |
January 28, 2020, 09:27 (GMT) |
Fix T65350: scrolling popovers with trackpad not working on macOS Differential Revision: https://developer.blender.org/D6483 |
Revision acb576c by William Reynish January 28, 2020, 09:25 (GMT) |
UI: Empty image Properties layout tweaks - Enable decorators - Use sub-panel for transparency Differential Revision: https://developer.blender.org/D6692 Reviewed by Brecht van Lommel |
January 28, 2020, 09:14 (GMT) |
Fix: icon alpha theme option does not affect toolbar icons correctly Differential Revision: https://developer.blender.org/D6535 |
Revision d4daecb by Campbell Barton January 28, 2020, 05:46 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 2a39fb1 by Campbell Barton January 28, 2020, 05:44 (GMT) |
Fix T68960: Crash loading app-template keymap |
Revision 9a45447 by Campbell Barton January 28, 2020, 05:22 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 2e7fd35 by Campbell Barton January 28, 2020, 05:21 (GMT) |
Error in last comment (redundant assignment) |
Revision 051d224 by Campbell Barton January 28, 2020, 05:15 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision eb6cb67 by Campbell Barton January 28, 2020, 05:09 (GMT) |
Fix T69213: App-Template doesn't run scripts in BLENDER_USER_SCRIPTS |
Revision ddda73b by Campbell Barton January 28, 2020, 00:43 (GMT) |
Cleanup: warnings, clang-format |
Revision 5df494d by Germano Cavalcante January 27, 2020, 21:31 (GMT) |
bmesh_intersect_edges: Don't detect faces if an edge already exists For optimization. |
|