missed this file in last commit.
This commit is contained in:
@@ -150,8 +150,8 @@ void WM_operator_properties_free(struct PointerRNA *ptr);
|
||||
|
||||
/* operator as a python command (resultuing string must be free'd) */
|
||||
char *WM_operator_pystring(struct wmOperator *op);
|
||||
void WM_operator_bl_idname(char *to, char *from);
|
||||
void WM_operator_bl_idname(char *to, char *from);
|
||||
void WM_operator_bl_idname(char *to, const char *from);
|
||||
void WM_operator_py_idname(char *to, const char *from);
|
||||
|
||||
/* default operator callbacks for border/circle/lasso */
|
||||
int WM_border_select_invoke (struct bContext *C, struct wmOperator *op, struct wmEvent *event);
|
||||
|
Reference in New Issue
Block a user