Blender
V3.3
|
Public Attributes | |
struct BMOpError * | next |
struct BMOpError * | prev |
BMOperator * | op |
const char * | msg |
eBMOpErrorLevel | level |
Definition at line 1445 of file bmesh_operators.c.
eBMOpErrorLevel BMOpError::level |
Definition at line 1449 of file bmesh_operators.c.
Referenced by BMO_error_get_at_level(), BMO_error_occurred_at_level(), and BMO_error_raise().
const char* BMOpError::msg |
Definition at line 1448 of file bmesh_operators.c.
Referenced by BMO_error_raise().
struct BMOpError* BMOpError::next |
Definition at line 1446 of file bmesh_operators.c.
BMOperator* BMOpError::op |
Definition at line 1447 of file bmesh_operators.c.
Referenced by BMO_op_callf(), BMO_op_initf(), and BMO_op_vinitf().
struct BMOpError * BMOpError::prev |
Definition at line 1446 of file bmesh_operators.c.