|
Blender
V2.93
|
#include <bmesh_operator_api.h>
Public Attributes | |
| char | name [MAX_SLOTNAME] |
| eBMOpSlotType | type |
| eBMOpSlotSubType_Union | subtype |
| BMO_FlagSet * | enum_flags |
Definition at line 329 of file bmesh_operator_api.h.
| BMO_FlagSet* BMOSlotType::enum_flags |
Definition at line 333 of file bmesh_operator_api.h.
Referenced by bmo_op_slots_init().
| char BMOSlotType::name[MAX_SLOTNAME] |
Definition at line 330 of file bmesh_operator_api.h.
Referenced by bmo_op_slots_init().
| eBMOpSlotSubType_Union BMOSlotType::subtype |
Definition at line 332 of file bmesh_operator_api.h.
Referenced by bmo_op_slots_init().
| eBMOpSlotType BMOSlotType::type |
Definition at line 331 of file bmesh_operator_api.h.
Referenced by bmo_op_slots_free(), and bmo_op_slots_init().