patch #21680 from Richard Olsson
wm.invoke_props_dialog() This is so python scripts can have popups which do not redo all the time.
This commit is contained in:
@@ -190,8 +190,9 @@ int WM_operator_filesel (struct bContext *C, struct wmOperator *op, struct wm
|
||||
int WM_operator_winactive (struct bContext *C);
|
||||
/* invoke callback, exec + redo popup */
|
||||
int WM_operator_props_popup (struct bContext *C, struct wmOperator *op, struct wmEvent *event);
|
||||
int WM_operator_props_dialog_popup (struct bContext *C, struct wmOperator *op, int width, int height);
|
||||
int WM_operator_redo_popup (struct bContext *C, struct wmOperator *op);
|
||||
void WM_operator_ui_popup (struct bContext *C, struct wmOperator *op, int width, int height);
|
||||
int WM_operator_ui_popup (struct bContext *C, struct wmOperator *op, int width, int height);
|
||||
|
||||
int WM_operator_confirm_message(struct bContext *C, struct wmOperator *op, char *message);
|
||||
|
||||
|
Reference in New Issue
Block a user