Blender Git Commit Log
Git Commits -> Revision 3028de9
Revision 3028de9 by Bastien Montagne (master) January 6, 2021, 17:07 (GMT) |
UndoType: Refactor: replace `use_context` boolean by a bitflag. We will soon need more options here, sinmpler and cleaner to use a bitflag then. |
Commit Details:
Full Hash: 3028de9527a0a7e2772fd87fcf1abbf823698371
Parent Commit: 5cdf279
Lines Changed: +27, -19
14 Modified Paths:
/source/blender/blenkernel/BKE_undo_system.h (+11, -5) (Diff)
/source/blender/blenkernel/intern/undo_system.c (+1, -1) (Diff)
/source/blender/editors/armature/editarmature_undo.c (+1, -1) (Diff)
/source/blender/editors/curve/editcurve_undo.c (+1, -1) (Diff)
/source/blender/editors/curve/editfont_undo.c (+1, -1) (Diff)
/source/blender/editors/lattice/editlattice_undo.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_undo.c (+1, -1) (Diff)
/source/blender/editors/metaball/editmball_undo.c (+1, -1) (Diff)
/source/blender/editors/physics/particle_edit_undo.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_curve_undo.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_undo.c (+4, -2) (Diff)
/source/blender/editors/space_text/text_undo.c (+1, -1) (Diff)
/source/blender/editors/undo/memfile_undo.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/undo_system.c (+1, -1) (Diff)
/source/blender/editors/armature/editarmature_undo.c (+1, -1) (Diff)
/source/blender/editors/curve/editcurve_undo.c (+1, -1) (Diff)
/source/blender/editors/curve/editfont_undo.c (+1, -1) (Diff)
/source/blender/editors/lattice/editlattice_undo.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_undo.c (+1, -1) (Diff)
/source/blender/editors/metaball/editmball_undo.c (+1, -1) (Diff)
/source/blender/editors/physics/particle_edit_undo.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_curve_undo.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+1, -1) (Diff)
/source/blender/editors/space_image/image_undo.c (+4, -2) (Diff)
/source/blender/editors/space_text/text_undo.c (+1, -1) (Diff)
/source/blender/editors/undo/memfile_undo.c (+1, -1) (Diff)