PyAPI: support for Python paint cursors
This commit is contained in:
@@ -8459,6 +8459,9 @@ typedef struct BPyRNA_CallBack {
|
||||
static struct BPyRNA_CallBack pyrna_cb_methods[] = {
|
||||
{{"draw_handler_add", (PyCFunction)pyrna_callback_classmethod_add, METH_VARARGS | METH_STATIC, ""}, &RNA_Space},
|
||||
{{"draw_handler_remove", (PyCFunction)pyrna_callback_classmethod_remove, METH_VARARGS | METH_STATIC, ""}, &RNA_Space},
|
||||
|
||||
{{"draw_cursor_add", (PyCFunction)pyrna_callback_classmethod_add, METH_VARARGS | METH_STATIC, ""}, &RNA_WindowManager},
|
||||
{{"draw_cursor_remove", (PyCFunction)pyrna_callback_classmethod_remove, METH_VARARGS | METH_STATIC, ""}, &RNA_WindowManager},
|
||||
{{NULL, NULL, 0, NULL}, NULL}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user