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

#include <bmesh_operator_api.h>

Public Attributes

const char * opname
 
BMOSlotType slot_types_in [BMO_OP_MAX_SLOTS]
 
BMOSlotType slot_types_out [BMO_OP_MAX_SLOTS]
 
void(* exec )(BMesh *bm, BMOperator *op)
 
BMOpTypeFlag type_flag
 

Detailed Description

Definition at line 322 of file bmesh_operator_api.h.

Member Data Documentation

◆ exec

void(* BMOpDefine::exec) (BMesh *bm, BMOperator *op)

Definition at line 326 of file bmesh_operator_api.h.

Referenced by BMO_op_init().

◆ opname

const char* BMOpDefine::opname

Definition at line 323 of file bmesh_operator_api.h.

Referenced by BMO_op_finish().

◆ slot_types_in

BMOSlotType BMOpDefine::slot_types_in[BMO_OP_MAX_SLOTS]

Definition at line 324 of file bmesh_operator_api.h.

Referenced by BMO_op_finish().

◆ slot_types_out

BMOSlotType BMOpDefine::slot_types_out[BMO_OP_MAX_SLOTS]

Definition at line 325 of file bmesh_operator_api.h.

Referenced by BMO_op_finish().

◆ type_flag

BMOpTypeFlag BMOpDefine::type_flag

Definition at line 327 of file bmesh_operator_api.h.

Referenced by BMO_op_init().


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