Blender V4.3
ED_lattice.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2008 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11struct KeyBlock;
12struct Lattice;
13struct Object;
15struct UndoType;
16struct wmKeyConfig;
17
18/* `lattice_ops.cc` */
19
21void ED_keymap_lattice(wmKeyConfig *keyconf);
22
24
25/* `editlattice_select.cc` */
26
27bool ED_lattice_flags_set(Object *obedit, int flag);
31bool ED_lattice_select_pick(bContext *C, const int mval[2], const SelectPick_Params *params);
32
34
35/* `editlattice_undo.cc` */
36
KeyBlock * ED_lattice_get_edit_shape_key(const Lattice *latt)
void ED_keymap_lattice(wmKeyConfig *keyconf)
void ED_lattice_undosys_type(UndoType *ut)
bool ED_lattice_select_pick(bContext *C, const int mval[2], const SelectPick_Params *params)
bool ED_lattice_deselect_all_multi(bContext *C)
void ED_operatortypes_lattice()
bool ED_lattice_flags_set(Object *obedit, int flag)
uiWidgetBaseParameters params[MAX_WIDGET_BASE_BATCH]
uint8_t flag
Definition wm_window.cc:138