Blender Git Loki
Git Commits -> Revision a0eb541
Revision a0eb541 by Campbell Barton (master) 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. |
Commit Details:
Full Hash: a0eb54142f244641041b0cb317cd09171105ad72
Parent Commit: 31f2a67
Lines Changed: +38, -25
6 Modified Paths:
/source/blender/editors/include/ED_undo.h (+2, -0) (Diff)
/source/blender/editors/physics/particle_edit_undo.c (+3, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_curve_undo.c (+5, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image_undo.c (+7, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+7, -8) (Diff)
/source/blender/editors/undo/ed_undo.c (+14, -0) (Diff)
/source/blender/editors/physics/particle_edit_undo.c (+3, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_curve_undo.c (+5, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_image_undo.c (+7, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+7, -8) (Diff)
/source/blender/editors/undo/ed_undo.c (+14, -0) (Diff)