diff --git a/source/blender/python/generic/py_capi_utils.c b/source/blender/python/generic/py_capi_utils.c index 6f72a291a36..44b551cefcc 100644 --- a/source/blender/python/generic/py_capi_utils.c +++ b/source/blender/python/generic/py_capi_utils.c @@ -762,6 +762,9 @@ void PyC_RunQuicky(const char *filepath, int n, ...) PyGILState_Release(gilstate); } + else { + fprintf(stderr, "%s: '%s' missing\n", __func__, filepath); + } } /* generic function to avoid depending on RNA */