Blender Git Commits

Blender Git "master" branch commits.

Page: 1835 / 5574

April 3, 2018, 16:07 (GMT)
Undo: make id-map use binary search to keep sorted
April 3, 2018, 15:58 (GMT)
Fix own error w/ undo ID lookup

Was testing with small number of items, so this went unnoticed.
April 3, 2018, 15:18 (GMT)
Draw Manager: Improve description of `draw_frustum_boundbox_calc` variables
April 3, 2018, 15:06 (GMT)
Cleanup: rename BMesh count_ex -> count_at_most
April 3, 2018, 15:05 (GMT)
Cleanup: rename list count_ex -> count_at_most
April 3, 2018, 15:03 (GMT)
Undo: use with_prev verisons of id-map lookups
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.
April 3, 2018, 15:03 (GMT)
Undo System: id-map avoid duplicate add/lookup

Add versions of add/lookup that check the previous item.
April 3, 2018, 15:03 (GMT)
Fix mistake logging w/ undo
April 3, 2018, 14:13 (GMT)
Merge branch 'master' into blender2.8
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.
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().
April 3, 2018, 12:30 (GMT)
Cleanup: remove unused mtexpoly array

Not needed in 2.8
April 3, 2018, 12:19 (GMT)
Merge branch 'master' into blender2.8
April 3, 2018, 12:04 (GMT)
Fix duplicate Cycles panels in properties editor.
April 3, 2018, 07:36 (GMT)
Fix crash on startup on macOS, after recent framebuffer refactoring.
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.
April 3, 2018, 06:42 (GMT)
Cleanup: editor BKE_main includes
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.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021