From 2e89f6350d4b28e0b930e4bb9aceda190944019e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 26 Apr 2013 18:12:05 +0000 Subject: edgeslide fixes/tweaks * re-executing edgeslide was using initial mouse coords only. * allow negative smooth * allow more then 10 cuts in RNA limits. --- source/blender/windowmanager/intern/wm_operators.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/windowmanager/intern/wm_operators.c') diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c index 7cc78cab7f5..1f871312dfc 100644 --- a/source/blender/windowmanager/intern/wm_operators.c +++ b/source/blender/windowmanager/intern/wm_operators.c @@ -243,6 +243,9 @@ static int wm_macro_exec(bContext *C, wmOperator *op) break; /* operator didn't finish, end macro */ } } + else { + printf("%s: '%s' cant exec macro\n", __func__, opm->type->idname); + } } return wm_macro_end(op, retval); -- cgit v1.2.3