Blender  V3.3
Functions
ED_lattice.h File Reference

Go to the source code of this file.

Functions

void ED_operatortypes_lattice (void)
 
void ED_keymap_lattice (struct wmKeyConfig *keyconf)
 
bool ED_lattice_flags_set (struct Object *obedit, int flag)
 
bool ED_lattice_select_pick (struct bContext *C, const int mval[2], const struct SelectPick_Params *params)
 
bool ED_lattice_deselect_all_multi_ex (struct Base **bases, uint bases_len)
 
bool ED_lattice_deselect_all_multi (struct bContext *C)
 
void ED_lattice_undosys_type (struct UndoType *ut)
 

Function Documentation

◆ ED_keymap_lattice()

void ED_keymap_lattice ( struct wmKeyConfig keyconf)

Definition at line 29 of file lattice_ops.c.

References ED_operator_editlattice(), wmKeyMap::poll, and WM_keymap_ensure().

Referenced by ED_spacetypes_keymap().

◆ ED_lattice_deselect_all_multi()

bool ED_lattice_deselect_all_multi ( struct bContext C)

◆ ED_lattice_deselect_all_multi_ex()

bool ED_lattice_deselect_all_multi_ex ( struct Base **  bases,
uint  bases_len 
)

◆ ED_lattice_flags_set()

bool ED_lattice_flags_set ( struct Object obedit,
int  flag 
)

◆ ED_lattice_select_pick()

bool ED_lattice_select_pick ( struct bContext C,
const int  mval[2],
const struct SelectPick_Params params 
)

◆ ED_lattice_undosys_type()

void ED_lattice_undosys_type ( struct UndoType ut)

◆ ED_operatortypes_lattice()

void ED_operatortypes_lattice ( void  )