Blender V5.0
BMOpError Struct Reference

Public Attributes

BMOpErrornext
BMOpErrorprev
BMOperatorop
const char * msg
eBMOpErrorLevel level

Detailed Description

Definition at line 1458 of file bmesh_operators.cc.

Member Data Documentation

◆ level

eBMOpErrorLevel BMOpError::level

Definition at line 1462 of file bmesh_operators.cc.

Referenced by BMO_error_get(), and BMO_error_raise().

◆ msg

const char* BMOpError::msg

Definition at line 1461 of file bmesh_operators.cc.

Referenced by BMO_error_get(), and BMO_error_raise().

◆ next

BMOpError* BMOpError::next

Definition at line 1459 of file bmesh_operators.cc.

Referenced by BMO_error_occurred_at_level().

◆ op

BMOperator* BMOpError::op

Definition at line 1460 of file bmesh_operators.cc.

Referenced by BMO_error_get(), and BMO_error_raise().

◆ prev

BMOpError * BMOpError::prev

Definition at line 1459 of file bmesh_operators.cc.


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