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

Public Attributes

struct BMOpErrornext
 
struct BMOpErrorprev
 
BMOperatorop
 
const char * msg
 
eBMOpErrorLevel level
 

Detailed Description

Definition at line 1445 of file bmesh_operators.c.

Member Data Documentation

◆ level

eBMOpErrorLevel BMOpError::level

◆ msg

const char* BMOpError::msg

Definition at line 1448 of file bmesh_operators.c.

Referenced by BMO_error_raise().

◆ next

struct BMOpError* BMOpError::next

Definition at line 1446 of file bmesh_operators.c.

◆ op

BMOperator* BMOpError::op

Definition at line 1447 of file bmesh_operators.c.

Referenced by BMO_op_callf(), BMO_op_initf(), and BMO_op_vinitf().

◆ prev

struct BMOpError * BMOpError::prev

Definition at line 1446 of file bmesh_operators.c.


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