Blender V4.3
BMOSlotType Struct Reference

#include <bmesh_operator_api.hh>

Public Attributes

char name [MAX_SLOTNAME]
 
eBMOpSlotType type
 
eBMOpSlotSubType_Union subtype
 
BMO_FlagSetenum_flags
 

Detailed Description

Definition at line 316 of file bmesh_operator_api.hh.

Member Data Documentation

◆ enum_flags

BMO_FlagSet* BMOSlotType::enum_flags

Definition at line 320 of file bmesh_operator_api.hh.

Referenced by bmo_op_slots_init().

◆ name

char BMOSlotType::name[MAX_SLOTNAME]

Definition at line 317 of file bmesh_operator_api.hh.

Referenced by bmo_op_slots_init().

◆ subtype

eBMOpSlotSubType_Union BMOSlotType::subtype

Definition at line 319 of file bmesh_operator_api.hh.

Referenced by bmo_op_slots_init().

◆ type

eBMOpSlotType BMOSlotType::type

Definition at line 318 of file bmesh_operator_api.hh.

Referenced by bmo_op_slots_free(), and bmo_op_slots_init().


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