|
Blender
V2.93
|
Public Attributes | |
| struct BMOpError * | next |
| struct BMOpError * | prev |
| int | errorcode |
| BMOperator * | op |
| const char * | msg |
Definition at line 1563 of file bmesh_operators.c.
| int BMOpError::errorcode |
Definition at line 1565 of file bmesh_operators.c.
Referenced by BMO_error_pop().
| const char* BMOpError::msg |
Definition at line 1567 of file bmesh_operators.c.
Referenced by BMO_error_get(), BMO_error_pop(), and BMO_error_raise().
| struct BMOpError* BMOpError::next |
Definition at line 1564 of file bmesh_operators.c.
| BMOperator* BMOpError::op |
Definition at line 1566 of file bmesh_operators.c.
Referenced by BMO_error_get(), BMO_error_pop(), BMO_op_callf(), BMO_op_initf(), and BMO_op_vinitf().
| struct BMOpError * BMOpError::prev |
Definition at line 1564 of file bmesh_operators.c.