Blender Git Loki
Git Commits -> Revision 604d029
Revision 604d029 by Ton Roosendaal (master) January 12, 2011, 18:00 (GMT) |
Bugfix #25570 The tool-redo depends on a working undo system, so it can rewind a step and then redo operator with new settings. When a user disables undo, this won't work. Now the properties for redo operator (toolbar, F6) will grey out when a redo isn't possible. |
Commit Details:
Full Hash: 604d029ddf164e87eb453d83c59e65c2f16f8879
SVN Revision: 34287
Parent Commit: 505e2d8
Lines Changed: +119, -0
12 Modified Paths:
/source/blender/blenkernel/BKE_blender.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/blender.c (+16, -0) (Diff)
/source/blender/editors/include/ED_particle.h (+1, -0) (Diff)
/source/blender/editors/include/ED_sculpt.h (+1, -0) (Diff)
/source/blender/editors/include/ED_util.h (+2, -0) (Diff)
/source/blender/editors/physics/particle_edit.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_undo.c (+21, -0) (Diff)
/source/blender/editors/space_view3d/view3d_toolbar.c (+3, -0) (Diff)
/source/blender/editors/util/editmode_undo.c (+14, -0) (Diff)
/source/blender/editors/util/undo.c (+46, -0) (Diff)
/source/blender/editors/util/util_intern.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/blender.c (+16, -0) (Diff)
/source/blender/editors/include/ED_particle.h (+1, -0) (Diff)
/source/blender/editors/include/ED_sculpt.h (+1, -0) (Diff)
/source/blender/editors/include/ED_util.h (+2, -0) (Diff)
/source/blender/editors/physics/particle_edit.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_undo.c (+21, -0) (Diff)
/source/blender/editors/space_view3d/view3d_toolbar.c (+3, -0) (Diff)
/source/blender/editors/util/editmode_undo.c (+14, -0) (Diff)
/source/blender/editors/util/undo.c (+46, -0) (Diff)
/source/blender/editors/util/util_intern.h (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -0) (Diff)