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:
authorCampbell Barton <ideasman42@gmail.com>2010-09-19 18:02:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-19 18:02:45 +0400
commit1615c9e435f83d8752f4cc50c9c6038ba4889514 (patch)
treea51e80291cfbdd2e92079f198564f05fa64198c2 /source/blender/python/generic/py_capi_utils.h
parent6ed46566042760343029965f139d36473a077dcc (diff)
python/c utility function for debugging, see http://wiki.blender.org/index.php/Dev:Doc/Debugging/PyFromC
Diffstat (limited to 'source/blender/python/generic/py_capi_utils.h')
-rw-r--r--source/blender/python/generic/py_capi_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/generic/py_capi_utils.h b/source/blender/python/generic/py_capi_utils.h
index 73769c91c76..b378f7a5a34 100644
--- a/source/blender/python/generic/py_capi_utils.h
+++ b/source/blender/python/generic/py_capi_utils.h
@@ -38,5 +38,5 @@ const char * PuC_UnicodeAsByte(PyObject *py_str, PyObject **coerce); /* coerce m
/* name namespace function for bpy & bge */
PyObject * PyC_DefaultNameSpace(const char *filename);
-
+void PyC_RunQuicky(const char *filepath, int n, ...);
#endif // PY_CAPI_UTILS_H