Blender  V3.3
Public Attributes | List of all members
BPy_RunErrInfo Struct Reference

#include <BPY_extern_run.h>

Public Attributes

bool use_single_line_error
 
struct 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 110 of file BPY_extern_run.h.

Member Data Documentation

◆ r_string

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

◆ report_prefix

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

◆ reports

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

◆ 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 112 of file BPY_extern_run.h.

Referenced by run_string_handle_error(), and user_string_to_number().


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