|
Blender
V3.3
|
#include <BPY_extern_run.h>
Public Attributes | |
| bool | use_single_line_error |
| struct ReportList * | reports |
| const char * | report_prefix |
| char ** | r_string |
stdout and clear. Definition at line 110 of file BPY_extern_run.h.
| char** BPy_RunErrInfo::r_string |
Allocated exception text (assign when non-NULL).
Definition at line 119 of file BPY_extern_run.h.
Referenced by run_string_handle_error().
| const char* BPy_RunErrInfo::report_prefix |
Definition at line 116 of file BPY_extern_run.h.
Referenced by run_string_handle_error(), and ui_number_from_string().
| struct ReportList* BPy_RunErrInfo::reports |
Report with optional prefix (when non-NULL).
Definition at line 115 of file BPY_extern_run.h.
Referenced by handleNumInput(), run_string_handle_error(), and ui_number_from_string().
| bool BPy_RunErrInfo::use_single_line_error |
Brief text, single line (can show this in status bar for e.g.).
Definition at line 112 of file BPY_extern_run.h.
Referenced by run_string_handle_error(), and user_string_to_number().