Blender V4.3
BMOpError Struct Reference

Public Attributes

BMOpErrornext
 
BMOpErrorprev
 
BMOperatorop
 
const char * msg
 
eBMOpErrorLevel level
 

Detailed Description

Definition at line 1455 of file bmesh_operators.cc.

Member Data Documentation

◆ level

eBMOpErrorLevel BMOpError::level

Definition at line 1459 of file bmesh_operators.cc.

Referenced by BMO_error_get(), and BMO_error_raise().

◆ msg

const char* BMOpError::msg

Definition at line 1458 of file bmesh_operators.cc.

Referenced by BMO_error_get(), and BMO_error_raise().

◆ next

BMOpError* BMOpError::next

Definition at line 1456 of file bmesh_operators.cc.

◆ op

BMOperator* BMOpError::op

Definition at line 1457 of file bmesh_operators.cc.

Referenced by BMO_error_get(), and BMO_error_raise().

◆ prev

BMOpError * BMOpError::prev

Definition at line 1456 of file bmesh_operators.cc.


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