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>2018-08-01 02:01:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-01 02:01:29 +0300
commit0f449541d2e5ad0f7814c3f9254fa486029aaa92 (patch)
treee4c457ca60efba07e3024881c4ab63c8334fc273 /source/blender/python/generic
parent29937dce8f518b09838f58abcc42a43fb29bf64f (diff)
parent6a39d7255848511f231085bfb70c7daea8f0ca59 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/python/generic')
-rw-r--r--source/blender/python/generic/imbuf_py_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/generic/imbuf_py_api.h b/source/blender/python/generic/imbuf_py_api.h
index 92c1732a9c9..35adc541bfc 100644
--- a/source/blender/python/generic/imbuf_py_api.h
+++ b/source/blender/python/generic/imbuf_py_api.h
@@ -27,4 +27,6 @@
PyObject *BPyInit_imbuf(void);
+extern PyTypeObject Py_ImBuf_Type;
+
#endif /* __IMBUF_PY_API_H__ */