From b5a2dc16fc4853f45be289a435f5e1fff2c74c9e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 25 Jan 2019 11:10:55 +1100 Subject: Revert "WM: Repeat Last no longer reuses skip-save properties" This reverts commit 1d908bffddb4c9815a986305ad4588032b81deee. Enough uses of repeat last expect skip-save properties to be set, transform being the most obvious example T60777#605681. I wanted to avoid operators having account for two kinds of 'skip-save' but this may be unavoidable. --- source/blender/windowmanager/WM_api.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/windowmanager/WM_api.h') diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h index 99e4950f3db..4f73e731457 100644 --- a/source/blender/windowmanager/WM_api.h +++ b/source/blender/windowmanager/WM_api.h @@ -321,8 +321,6 @@ bool WM_operator_poll_context(struct bContext *C, struct wmOperatorType * int WM_operator_call_ex(struct bContext *C, struct wmOperator *op, const bool store); int WM_operator_call (struct bContext *C, struct wmOperator *op); int WM_operator_call_notest(struct bContext *C, struct wmOperator *op); - -int WM_operator_repeat_interactive(struct bContext *C, struct wmOperator *op); int WM_operator_repeat (struct bContext *C, struct wmOperator *op); bool WM_operator_repeat_check(const struct bContext *C, struct wmOperator *op); bool WM_operator_is_repeat(const struct bContext *C, const struct wmOperator *op); @@ -347,7 +345,6 @@ void WM_operator_last_properties_ensure(struct wmOperatorType *ot, struct wmOperator *WM_operator_last_redo(const struct bContext *C); ID *WM_operator_drop_load_path(struct bContext *C, struct wmOperator *op, const short idcode); -bool WM_operator_last_properties_init_ex(struct wmOperator *op, struct IDProperty *last_properties); bool WM_operator_last_properties_init(struct wmOperator *op); bool WM_operator_last_properties_store(struct wmOperator *op); -- cgit v1.2.3