Blender Git Loki
Git Commits -> Revision ac84b75
Revision ac84b75 by Campbell Barton April 16, 2018, 09:20 (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: ac84b75384f6bf1f8247f4cdfb1c962cce0357cc
Parent Commit: f7fa622
Committed By: Gaia Clary
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)