|
Blender V4.3
|
#include <BPY_extern_run.hh>
Public Attributes | |
| bool | use_single_line_error |
| ReportList * | reports |
| const char * | report_prefix |
| char ** | r_string |
stdout and clear. Definition at line 112 of file BPY_extern_run.hh.
| char** BPy_RunErrInfo::r_string |
Allocated exception text (assign when non-NULL).
Definition at line 121 of file BPY_extern_run.hh.
Referenced by run_string_handle_error(), and WM_platform_associate_set().
| const char* BPy_RunErrInfo::report_prefix |
Definition at line 118 of file BPY_extern_run.hh.
Referenced by run_string_handle_error(), text_jump_to_file_at_point_external(), and ui_number_from_string().
| ReportList* BPy_RunErrInfo::reports |
Report with optional prefix (when non-NULL).
Definition at line 117 of file BPY_extern_run.hh.
Referenced by run_string_handle_error(), text_jump_to_file_at_point_external(), 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 114 of file BPY_extern_run.hh.
Referenced by run_string_handle_error(), user_string_to_number(), and WM_platform_associate_set().