Merge branch 'master' into blender2.8
This commit is contained in:
@@ -27,4 +27,6 @@
|
|||||||
|
|
||||||
PyObject *BPyInit_imbuf(void);
|
PyObject *BPyInit_imbuf(void);
|
||||||
|
|
||||||
|
extern PyTypeObject Py_ImBuf_Type;
|
||||||
|
|
||||||
#endif /* __IMBUF_PY_API_H__ */
|
#endif /* __IMBUF_PY_API_H__ */
|
||||||
|
@@ -254,7 +254,7 @@ static void pydriver_error(ChannelDriver *driver)
|
|||||||
|
|
||||||
#define OK_OP(op) [op] = 1
|
#define OK_OP(op) [op] = 1
|
||||||
|
|
||||||
const char secure_opcodes[255] = {
|
static const char secure_opcodes[255] = {
|
||||||
OK_OP(POP_TOP),
|
OK_OP(POP_TOP),
|
||||||
OK_OP(ROT_TWO),
|
OK_OP(ROT_TWO),
|
||||||
OK_OP(ROT_THREE),
|
OK_OP(ROT_THREE),
|
||||||
|
Reference in New Issue
Block a user