Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_util.h
| Context not available. | |||||
| void ED_OT_undo_push(struct wmOperatorType *ot); | void ED_OT_undo_push(struct wmOperatorType *ot); | ||||
| void ED_OT_redo(struct wmOperatorType *ot); | void ED_OT_redo(struct wmOperatorType *ot); | ||||
| void ED_OT_undo_history(struct wmOperatorType *ot); | void ED_OT_undo_history(struct wmOperatorType *ot); | ||||
| void ED_OT_reset_history(struct wmOperatorType *ot); | |||||
| int ED_undo_operator_repeat(struct bContext *C, struct wmOperator *op); | int ED_undo_operator_repeat(struct bContext *C, struct wmOperator *op); | ||||
| /* convenience since UI callbacks use this mostly*/ | /* convenience since UI callbacks use this mostly*/ | ||||
| Context not available. | |||||