Revision fcee82d by Campbell Barton May 20, 2019, 02:37 (GMT) |
Cleanup: remove unused G_FLAG_BACKBUFSEL |
Revision 0e1faba by Campbell Barton May 20, 2019, 02:36 (GMT) |
3D View: use new buffer selection API's for paint vert/face select Removes EDBM_backbuf use. |
Revision c99838f by Campbell Barton May 20, 2019, 02:14 (GMT) |
Fix missing assignments in object mode select id drawing The code currently doesn't run, needed for upgrading all selection code to use the new API's. |
Revision eb29372 by Campbell Barton May 20, 2019, 02:09 (GMT) |
Fix error mixing old/new buffer selection API's Missed from 4f6e25280558c, the second pass often wont run, so the error didn't show up on basic tests. |
Revision 17c15be by Campbell Barton May 20, 2019, 01:36 (GMT) |
Fix invalid face offset in DRW_draw_select_id_object |
Revision d58631a by Campbell Barton May 20, 2019, 00:50 (GMT) |
Fix error showing active tool side-bar in the image editor |
Revision b4dfae3 by William Reynish May 19, 2019, 21:36 (GMT) |
Industry Compat keymap: Fix deselecting rings Issue was caused by a keymap conflict |
Revision bd41d57 by William Reynish May 19, 2019, 21:16 (GMT) |
Fix T64832: Industry keymap - Pressing F to View Selected in Node Editor not working via hotkey |
Revision 7d620d2 by William Reynish May 19, 2019, 20:47 (GMT) |
UI: Add back Sequencer sidebar toggles into the header The properties inside are still hidden when the toggles are off, but we really should use greying out here instead. That needs changes to DNA/RNA to work though. |
Revision 8c113eb by Lukas Stockner May 19, 2019, 20:37 (GMT) |
Render: Use GHash for storing render parts Previously, render parts were stored in a linked list and every tile update searched the entire list for the correct part. As a result, the overhead of searching tiles increased quadratically w.r.t. the number of tiles. By hashing the parts based on their location, this operation is much faster, significantly reducing the tile update overhead for small tiles and/or large renders. For example, rendering an empty scene in 1080p at 1spp and 8x8 tiles goes down from 9.22sec to 1.45sec on my laptop. Reviewers: brecht, sergey Differential Revision: https://developer.blender.org/D4896 |
Revision 301806a by Dalai Felinto May 19, 2019, 20:34 (GMT) |
Fix build Issue introduced on b7eba20236ca. I'm surprised it compiled elsewhere, but in Linux at least this fix was required. |
Revision b7eba20 by Harley Acheson May 19, 2019, 20:12 (GMT) |
UI: Edit Menu Operator Polling This patch updates the polling that enable/disables Edit Menu items. Slight Undo History menu changes Differential Revision: https://developer.blender.org/D4846 Reviewed by Brecht Van Lommel |
Revision ec02bc2 by Germano Cavalcante May 19, 2019, 19:03 (GMT) |
Edit Mesh Select: Fix/update to new logic. |
Revision 289825e by Richard Antalik May 19, 2019, 18:55 (GMT) |
Fix T64720: Sequencer UI doesn't draw properly with some strip types cleanup after rB86eefefdc1aae2a3ab4160770032671abf55aa30. Reviewed By: brecht Differential Revision: https://developer.blender.org/D4891 |
Revision 58bea00 by Richard Antalik May 19, 2019, 18:55 (GMT) |
VSE: add movie strips on top of audio - add movies to channel above free slot (no check for 2 free slots), add sound to the free slot - don't override channel settings if `channel` property is set This is just a hack. Propper implementation should be done along with T59540 Reviewed By: brecht Differential Revision: https://developer.blender.org/T59540 |
Revision eee704a by Richard Antalik May 19, 2019, 18:55 (GMT) |
Fix T64579: Failure to honor anamorphic display Restore stretching of sequencer preview removed in rB005626b8c6b4 Reviewed By: brecht Differential Revision: https://developer.blender.org/D4879 |
Revision 758c25d by William Reynish May 19, 2019, 18:23 (GMT) |
UI: Icons update A few icons were missed in the last update. - Added dedicated icon for showing hidden objects in the Graph Editor - Added new, more descriptive icon for F-Curve snapshots - Tweaks for Toggle Full Screen and Collections icons This should be the final set for 2.80. Thanks to Andrzej Ambro? for contributing this icon set. |
Revision 5adb360 by Brecht Van Lommel May 19, 2019, 17:55 (GMT) |
UI: expand more image editor scope panels by default Better to show all information about the image at once, there is enough space since they are in their own category. |
Revision bb2d20c by Brecht Van Lommel May 19, 2019, 17:02 (GMT) |
UI: don't ask for confirmation to save or revert to saved preferences |
Revision 3093595 by Brecht Van Lommel May 19, 2019, 16:56 (GMT) |
UI: minor tweaks to image editor panels |
|
|
|


Master Commits
MiikaHweb | 2003-2021