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

#include <bmesh_operator_api.h>

Public Attributes

char name [MAX_SLOTNAME]
 
eBMOpSlotType type
 
eBMOpSlotSubType_Union subtype
 
BMO_FlagSetenum_flags
 

Detailed Description

Definition at line 329 of file bmesh_operator_api.h.

Member Data Documentation

◆ enum_flags

BMO_FlagSet* BMOSlotType::enum_flags

Definition at line 333 of file bmesh_operator_api.h.

Referenced by bmo_op_slots_init().

◆ name

char BMOSlotType::name[MAX_SLOTNAME]

Definition at line 330 of file bmesh_operator_api.h.

Referenced by bmo_op_slots_init().

◆ subtype

eBMOpSlotSubType_Union BMOSlotType::subtype

Definition at line 332 of file bmesh_operator_api.h.

Referenced by bmo_op_slots_init().

◆ type

eBMOpSlotType BMOSlotType::type

Definition at line 331 of file bmesh_operator_api.h.

Referenced by bmo_op_slots_free(), and bmo_op_slots_init().


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