Blender  V2.93
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 336 of file bmesh_operator_api.h.

Member Data Documentation

◆ exec

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

Definition at line 340 of file bmesh_operator_api.h.

Referenced by BMO_op_init().

◆ opname

const char* BMOpDefine::opname

Definition at line 337 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 338 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 339 of file bmesh_operator_api.h.

Referenced by BMO_op_finish().

◆ type_flag

BMOpTypeFlag BMOpDefine::type_flag

Definition at line 341 of file bmesh_operator_api.h.

Referenced by BMO_op_init().


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