June 23, 2020, 07:55 (GMT) |
Fix T77743: Number pad key-map items missing from search |
Revision 4040cb4 by Campbell Barton June 23, 2020, 06:38 (GMT) |
Cleanup: use doxy sections for BLI read/write headers Add reference between the read/write functions too. |
Revision ed68fee by Campbell Barton June 23, 2020, 05:22 (GMT) |
Revision 374e412 by Campbell Barton June 23, 2020, 04:58 (GMT) |
Correct recent 'name' -> 'filepath' rename (missed Collada) |
Revision 3f6f89a by Campbell Barton June 23, 2020, 04:09 (GMT) |
Cleanup: move text.c comments to the struct/flag declarations Also update/correct some of the comments. |
Revision 3f89322 by Campbell Barton June 23, 2020, 03:48 (GMT) |
Cleanup: remove Text.nlines This isn't needed and wasn't properly updated when new-lines were added. |
Revision bdb4989 by Campbell Barton June 23, 2020, 03:30 (GMT) |
Cleanup: use static sets instead of tuples |
Revision fd65055 by Hans Goudey June 23, 2020, 02:41 (GMT) |
Cleanup: A few small comment & naming changes in bevel |
Revision 6703c7f by Hans Goudey June 23, 2020, 02:25 (GMT) |
Bevel: Refactor profile type input to use an enum This will allow the easier addition of a constant radius mode in the future and some changes in the UI to mirror the recent similar change from "Only Vertices" to the "Affect" enum. |
Revision 716a824 by Campbell Barton June 23, 2020, 01:29 (GMT) |
Cleanup: rename 'name' to 'filepath' for DNA types Using 'name' for the full path of a file reads badly, especially when id.name is used in related code. |
Revision a573d7e by Campbell Barton June 23, 2020, 01:22 (GMT) |
Cleanup: rename Library.filepath to filepath_abs Make it clear that this is the absolute path, allow the 'name' to be renamed to 'filepath'. Rename is safe since this is only for run-time. |
Revision 58f3fab by Campbell Barton June 22, 2020, 23:53 (GMT) |
Cleanup: unused argument |
Revision 51bf043 by Germano Cavalcante June 22, 2020, 22:06 (GMT) |
Fix T78045: CTL-ALT-S does nothing in pose mode and crashes when called from the menu |
Revision 2fdca5b by Jeroen Bakker June 22, 2020, 19:46 (GMT) |
Refactoring: View2DScrollers memory allocation View2DScrollers used the memory manager to allocate memory. This isn't a problem but in a upcoming change the scrollers will be drawn more often than it used to (See {D8066}). To limit the number of allocations and frees this patch will use the stack for allocation. Reviewed By: Campbell Barton Differential Revision: https://developer.blender.org/D8076 |
Revision 9335daa by Germano Cavalcante June 22, 2020, 18:28 (GMT) |
Trasnform: Support for other snapping types on Edge Slide This completes T66426. Since Vert Slide supports these other snapping types (since rBe2fc9a88bc), it would be easy to miss this on Edge Slide. So add support for Edge Slide too. |
Revision 73d3f51 by Antonio Vazquez June 22, 2020, 18:06 (GMT) |
Fix T78136: Image editor - crash to desktop with changing the threshold for extract palette Also fixed the same error in generate GPencil object from image. The problem was the Render Result image hasn't ibuf. |
Revision 15dda01 by Clément Foucault June 22, 2020, 17:57 (GMT) |
UI: Widget: Replace geometry by fragment shader drawing This means all the antiailasing is done inside the fragment shader. We use a Signed Distance Field to draw the 2D rounded boxes. This ensure the best quality for AA. This reduce the averge Batch for widget to 16 verts instead of ~600 and reduce overshading a lot. Theme Emboss alpha and tria alpha needs to be changed after this refactor. The shadow drawing is left unchanged and still use geometry. Reviewed By: Severin Differential Revision: https://developer.blender.org/D7833 |
Revision 3cea42c by Antonio Vazquez June 22, 2020, 17:27 (GMT) |
GPencil: Cleanup comments |
Revision 9fbbd25 by Antonio Vazquez June 22, 2020, 17:09 (GMT) |
Revision 25d2222 by Sybren A. Stüvel June 22, 2020, 16:10 (GMT) |
Fix T77754: Crash after any alembic import undo in an empty scene Thanks @mont29 for this patch. This creates an explicit undo step after the Alembic importer has finished running. This is necessary when the importer runs as a background job. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021