Revision 7b69061 by Jeroen Bakker September 15, 2020, 08:15 (GMT) |
CleanUp: Fixed incorrect parameters to GPU_depth_test |
Revision 69c5510 by Campbell Barton September 15, 2020, 08:08 (GMT) |
Fix T79534: Python Operator.bl_translation_context ignored The default value prevented it from being set on registration, now only assign the default when the class doesn't define it. |
Revision ac58663 by Jeroen Bakker September 15, 2020, 07:29 (GMT) |
Revision 91e32bf by Campbell Barton September 15, 2020, 07:00 (GMT) |
Fix T80796: Frame all ignores geometry from instances Make "Frame All" share functionality with "Frame Selected", accounting for duplis when calculating the bounds. |
Revision 56093f7 by Campbell Barton September 15, 2020, 05:50 (GMT) |
Cleanup: use doxy sections |
Revision ed97b46 by Campbell Barton September 15, 2020, 05:41 (GMT) |
Fix T80443: Object.active_shape_key None after adding a shape Change BKE_object_shapekey_{insert/remove} to set/clear the active shape index. Only set the active index when there are no existing active shapes. |
Revision 9afadb3 by Campbell Barton September 15, 2020, 05:25 (GMT) |
Fix T80794: assert naming a new shape key from Python |
Revision e86785c by Campbell Barton September 15, 2020, 03:33 (GMT) |
CustomData: add assert to prevent negative array access |
Revision e51ff29 by Campbell Barton September 15, 2020, 03:33 (GMT) |
BMesh: avoid negative array access in shape-key conversion |
Revision 0b6d7ba by Campbell Barton September 15, 2020, 03:33 (GMT) |
Cleanup: remove redundant indexing value |
Revision 971cc0a by Campbell Barton September 15, 2020, 03:33 (GMT) |
Cleanup: make it clear WM_main isn't called in background-mode |
Revision 62f2925 by Campbell Barton September 15, 2020, 03:32 (GMT) |
Fix T80774: (correction) keep MEM_init_memleak_detection call early |
Revision 2120acb by Campbell Barton September 15, 2020, 02:46 (GMT) |
Revision 61cd0d5 by Campbell Barton September 15, 2020, 01:56 (GMT) |
Fix T80597: Assigning material slot from Python console fails Regression in 12bc34b0b81b1, add assert so this doesn't happen again. |
Revision 210c721 by Campbell Barton September 15, 2020, 00:55 (GMT) |
Cleanup: keymap formatting |
Revision d69d811 by Campbell Barton September 15, 2020, 00:44 (GMT) |
Cleanup: remove '_' prefix for used arguments |
Revision a8fd3df by Campbell Barton September 15, 2020, 00:23 (GMT) |
Cleanup: spelling |
Revision b827d1c by Hans Goudey September 14, 2020, 23:48 (GMT) |
Cleanup: Split properties editor layout function Getting the string for a specific context is a basic thing that can be its own function. This way it can also be reused in other functions. |
Revision 9a870cc by Hans Goudey September 14, 2020, 23:30 (GMT) |
Cleanup: Split off parts of large panel layout function The ED_region_panels_layout_ex function was quite long, so separating some pieces of it can make it easier to understand and more modular. Additionally, the parts that were split off can be reused for future property search code. |
Revision 26a827f by Clément Foucault September 14, 2020, 21:16 (GMT) |
Workbench: Depth Of Field: Fix regression in look and avoid implicit cast This is a fixup to rB7710de26d0d768734977769af4a278b262f4da51 |
|
|
|


Master Commits
MiikaHweb | 2003-2021