Blender
V3.3
|
#include <bmesh_operator_api.h>
Public Attributes | |
char | name [MAX_SLOTNAME] |
eBMOpSlotType | type |
eBMOpSlotSubType_Union | subtype |
BMO_FlagSet * | enum_flags |
Definition at line 315 of file bmesh_operator_api.h.
BMO_FlagSet* BMOSlotType::enum_flags |
Definition at line 319 of file bmesh_operator_api.h.
Referenced by bmo_op_slots_init().
char BMOSlotType::name[MAX_SLOTNAME] |
Definition at line 316 of file bmesh_operator_api.h.
Referenced by bmo_op_slots_init().
eBMOpSlotSubType_Union BMOSlotType::subtype |
Definition at line 318 of file bmesh_operator_api.h.
Referenced by bmo_op_slots_init().
eBMOpSlotType BMOSlotType::type |
Definition at line 317 of file bmesh_operator_api.h.
Referenced by bmo_op_slots_free(), and bmo_op_slots_init().