Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operators.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c3
1 files changed, 3 insertions, 0 deletions
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);