Revision 751782c by Campbell Barton April 3, 2018, 05:44 (GMT) |
Correct own error in string lookup |
Revision 495b21f by Dalai Felinto April 2, 2018, 21:52 (GMT) |
Move to Collection: Reduce memory leakage This is really minor but anyways, now it will only leak if you cancel the menu. And that only if htis is the last time you called this operator before closing Blender. |
Revision 89eb9c7 by Dalai Felinto April 2, 2018, 20:25 (GMT) |
Move to Collection: Use automatic fallback name for new collections popup |
Revision 1f291d5 by Dalai Felinto April 2, 2018, 20:25 (GMT) |
Collections: API to get automatic name of new collection |
Revision 0faa065 by Dalai Felinto April 2, 2018, 20:25 (GMT) |
Move to Collection: Popup for naming new collection |
Revision 80e7a48 by Dalai Felinto April 2, 2018, 20:24 (GMT) |
Fix blenderplayer (tm) |
Revision 31f2a67 by Campbell Barton April 2, 2018, 17:48 (GMT) |
PyAPI: Add PyC_Tuple_Pack_F64 utility |
Revision 71d7d6c by Brecht Van Lommel April 2, 2018, 17:13 (GMT) |
Build: add WITH_OPENVDB_3_ABI_COMPATIBLE option. Better fix for T54457. It seems Debian compiles OpenVDB without ABI 3 compatibility, while Arch does enable it as is the default in the OpeVDB CMake build system. So now there's an option that the distribution can set depending on how they compile their OpenVDB package. |
Revision 72c57a7 by Clément Foucault April 2, 2018, 16:47 (GMT) |
UI: Fix: Center vertical scrollbar circles. |
Revision e1d6e52 by Clément Foucault April 2, 2018, 16:47 (GMT) |
UI: Perf: Batch Trias with widgets. This remove another portion of imm calls and reduce overall drawcall count. |
Revision 4041385 by Campbell Barton April 2, 2018, 15:34 (GMT) |
Cleanup: remove redundant imbuf return values Some functions always returned the input argument which was never used. This made code read as if there might be a leak. Now return a boolean (true the imbuf is modified). |
Revision b49290b by Germano Cavalcante April 2, 2018, 15:21 (GMT) |
Partial fix for T54491: Use a more accurate solution to calculate the frustum boundbox |
April 2, 2018, 14:39 (GMT) |
Build: fixes for the Intel compiler versions 2016, 2017, 2018. Differential Revision: https://developer.blender.org/D3109 |
Revision 692aeb6 by Campbell Barton April 2, 2018, 13:46 (GMT) |
Cleanup: newlines left in messages |
Revision 89fdd88 by Campbell Barton April 2, 2018, 13:18 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 57bbd47 by Campbell Barton April 2, 2018, 13:11 (GMT) |
Cleanup: remove unused view_layer argument |
Revision 4ffa05c by Campbell Barton April 2, 2018, 13:07 (GMT) |
Cleanup: move undo into it's own directory Split out undo API from ED_util.h into ED_undo.h |
Revision b186592 by Campbell Barton April 2, 2018, 12:19 (GMT) |
Cleanup: move BKE_global include under ifdef's |
Revision 44efbef by Campbell Barton April 2, 2018, 11:13 (GMT) |
Undo: store active curve shape key in edit-mode |
Revision 017c731 by Campbell Barton April 2, 2018, 11:13 (GMT) |
Logging: use for Python API Adds categories "bpy.context" & "bpy.rna" |
|