Merge branch 'blender-v2.90-release' into master

This commit is contained in:
2020-08-07 10:04:57 +02:00
1401 changed files with 1497 additions and 5524 deletions

View File

@@ -18,8 +18,7 @@
* \ingroup bpygpu
*/
#ifndef __GPU_PY_API_H__
#define __GPU_PY_API_H__
#pragma once
int bpygpu_ParsePrimType(PyObject *o, void *p);
@@ -36,5 +35,3 @@ bool bpygpu_is_init_or_error(void);
return -1; \
} \
((void)0)
#endif /* __GPU_PY_API_H__ */