Merge branch 'master' into blender2.8
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
* \ingroup pythonintern
|
||||
*/
|
||||
|
||||
#ifndef __BPY_UTIL_H__
|
||||
#define __BPY_UTIL_H__
|
||||
#ifndef __BPY_CAPI_UTILS_H__
|
||||
#define __BPY_CAPI_UTILS_H__
|
||||
|
||||
#if PY_VERSION_HEX < 0x03060000
|
||||
# error "Python 3.6 or greater is required, you'll need to update your python."
|
||||
@@ -50,4 +50,4 @@ void BPy_SetContext(struct bContext *C);
|
||||
extern void bpy_context_set(struct bContext *C, PyGILState_STATE *gilstate);
|
||||
extern void bpy_context_clear(struct bContext *C, PyGILState_STATE *gilstate);
|
||||
|
||||
#endif /* __BPY_UTIL_H__ */
|
||||
#endif /* __BPY_CAPI_UTILS_H__ */
|
||||
|
||||
Reference in New Issue
Block a user