Revision ab695c3 by Campbell Barton April 3, 2018, 16:07 (GMT) |
Undo: make id-map use binary search to keep sorted |
Revision 1f0f234 by Campbell Barton April 3, 2018, 15:58 (GMT) |
Fix own error w/ undo ID lookup Was testing with small number of items, so this went unnoticed. |
Revision c713e9c by Germano Cavalcante April 3, 2018, 15:18 (GMT) |
Draw Manager: Improve description of `draw_frustum_boundbox_calc` variables |
Revision b2c9fdf by Campbell Barton April 3, 2018, 15:06 (GMT) |
Cleanup: rename BMesh count_ex -> count_at_most |
Revision bfdb88f by Campbell Barton April 3, 2018, 15:05 (GMT) |
Cleanup: rename list count_ex -> count_at_most |
Revision 06a62d4 by Campbell Barton April 3, 2018, 15:03 (GMT) |
Undo: use with_prev verisons of id-map lookups |
Revision 5a7deab by Campbell Barton April 3, 2018, 15:03 (GMT) |
Undo: use general id-map for image undo lookups. Was doing own name based lookups to keep compatible w/ global undo. |
Revision 75de21f by Campbell Barton April 3, 2018, 15:03 (GMT) |
Undo System: id-map avoid duplicate add/lookup Add versions of add/lookup that check the previous item. |
Revision 53f0684 by Campbell Barton April 3, 2018, 15:03 (GMT) |
Fix mistake logging w/ undo |
Revision 6744c34 by Bastien Montagne April 3, 2018, 14:13 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 96f565b by Bastien Montagne April 3, 2018, 14:03 (GMT) |
Fix T54477: Broken utf8 strings in old .blend files Back in the days (2.4x and before), it was rather easy to get some invalid utf-8 strings in Blender. This is totally breaking modern code, so this commit adds a simple 'check & fix strings' operator, available from the main File menu. |
Revision 601835c by Bastien Montagne April 3, 2018, 12:32 (GMT) |
Fix (unreported) crash when accessing some bl_rna.properties. E.g. typing `bpy.data.bl_rna.properties[8].<tab>` in console would hard-crash trying to dereference NULL pointer. Was a missing check in rna_Property_tags_itemf(). |
Revision 7e9a805 by Campbell Barton April 3, 2018, 12:30 (GMT) |
Cleanup: remove unused mtexpoly array Not needed in 2.8 |
Revision a2c0a38 by Campbell Barton April 3, 2018, 12:19 (GMT) |
Merge branch 'master' into blender2.8 |
Revision feb7852 by Brecht Van Lommel April 3, 2018, 12:04 (GMT) |
Fix duplicate Cycles panels in properties editor. |
Revision 3a96cfc by Brecht Van Lommel April 3, 2018, 07:36 (GMT) |
Fix crash on startup on macOS, after recent framebuffer refactoring. |
Revision b3004d3 by Campbell Barton April 3, 2018, 06:57 (GMT) |
Undo: remove particle undo push Was only called on copy particle system which is already doing an undo push. |
Revision 72ae0e1 by Campbell Barton April 3, 2018, 06:42 (GMT) |
Cleanup: editor BKE_main includes |
Revision a0eb541 by Campbell Barton April 3, 2018, 06:35 (GMT) |
Undo: replace global access w/ ED_undo_stack_get While I'd like to avoid using this too much since the operator system should handle. It's less trouble than accessing it inline each time. |
Revision a7a25fe by Campbell Barton April 3, 2018, 06:05 (GMT) |
Fix mode switching error on undo For 2.8 there is already a utility function for this, wrap it - avoiding an undo step. |
|