Blender  V3.3
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 315 of file bmesh_operator_api.h.

Member Data Documentation

◆ enum_flags

BMO_FlagSet* BMOSlotType::enum_flags

Definition at line 319 of file bmesh_operator_api.h.

Referenced by bmo_op_slots_init().

◆ name

char BMOSlotType::name[MAX_SLOTNAME]

Definition at line 316 of file bmesh_operator_api.h.

Referenced by bmo_op_slots_init().

◆ subtype

eBMOpSlotSubType_Union BMOSlotType::subtype

Definition at line 318 of file bmesh_operator_api.h.

Referenced by bmo_op_slots_init().

◆ type

eBMOpSlotType BMOSlotType::type

Definition at line 317 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: