Blender V4.3
BPy_RunErrInfo Struct Reference

#include <BPY_extern_run.hh>

Public Attributes

bool use_single_line_error
 
ReportListreports
 
const char * report_prefix
 
char ** r_string
 

Detailed Description

Note
When this struct is passed in as NULL, print errors to the stdout and clear.

Definition at line 112 of file BPY_extern_run.hh.

Member Data Documentation

◆ r_string

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().

◆ report_prefix

const char* BPy_RunErrInfo::report_prefix

◆ reports

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().

◆ use_single_line_error

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().


The documentation for this struct was generated from the following file: