Blender  V2.93
Public Attributes | List of all members
BMOpError Struct Reference

Public Attributes

struct BMOpErrornext
 
struct BMOpErrorprev
 
int errorcode
 
BMOperatorop
 
const char * msg
 

Detailed Description

Definition at line 1563 of file bmesh_operators.c.

Member Data Documentation

◆ errorcode

int BMOpError::errorcode

Definition at line 1565 of file bmesh_operators.c.

Referenced by BMO_error_pop().

◆ msg

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().

◆ next

struct BMOpError* BMOpError::next

Definition at line 1564 of file bmesh_operators.c.

◆ op

BMOperator* BMOpError::op

◆ prev

struct BMOpError * BMOpError::prev

Definition at line 1564 of file bmesh_operators.c.


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