Blender
V3.3
|
#include <bmesh_operator_api.h>
Public Attributes | |
eBMOpSlotSubType_Elem | elem |
eBMOpSlotSubType_Ptr | ptr |
eBMOpSlotSubType_Map | map |
eBMOpSlotSubType_Int | intg |
Definition at line 232 of file bmesh_operator_api.h.
eBMOpSlotSubType_Elem eBMOpSlotSubType_Union::elem |
Definition at line 233 of file bmesh_operator_api.h.
Referenced by _bmo_slot_copy(), BMO_iter_new(), BMO_iter_step(), BMO_slot_buffer_flag_disable(), BMO_slot_buffer_flag_enable(), bmo_slot_buffer_from_flag(), BMO_slot_buffer_from_single(), BMO_slot_buffer_get_single(), BMO_slot_buffer_hflag_disable(), BMO_slot_buffer_hflag_enable(), bpy_slot_from_py(), bpy_slot_to_py(), and EDBM_op_call_and_selectf().
eBMOpSlotSubType_Int eBMOpSlotSubType_Union::intg |
Definition at line 236 of file bmesh_operator_api.h.
Referenced by bmo_op_slots_init(), and bpy_slot_from_py().
eBMOpSlotSubType_Map eBMOpSlotSubType_Union::map |
Definition at line 235 of file bmesh_operator_api.h.
Referenced by BMO_iter_map_value_bool(), BMO_iter_map_value_float(), BMO_iter_map_value_int(), BMO_iter_map_value_ptr(), bpy_slot_from_py(), and bpy_slot_to_py().
eBMOpSlotSubType_Ptr eBMOpSlotSubType_Union::ptr |
Definition at line 234 of file bmesh_operator_api.h.