Blender V5.0
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
8
9#pragma once
10
11struct bContext;
12struct KeyBlock;
13struct Lattice;
14struct Object;
16struct UndoType;
17struct wmKeyConfig;
18
19/* `lattice_ops.cc` */
20
22void ED_keymap_lattice(wmKeyConfig *keyconf);
23
25
26/* `editlattice_select.cc` */
27
28bool ED_lattice_flags_set(Object *obedit, int flag);
32bool ED_lattice_select_pick(bContext *C, const int mval[2], const SelectPick_Params &params);
33
35
36/* `editlattice_undo.cc` */
37
KeyBlock * ED_lattice_get_edit_shape_key(const Lattice *latt)
void ED_keymap_lattice(wmKeyConfig *keyconf)
bool ED_lattice_select_pick(bContext *C, const int mval[2], const SelectPick_Params &params)
void ED_lattice_undosys_type(UndoType *ut)
bool ED_lattice_deselect_all_multi(bContext *C)
void ED_operatortypes_lattice()
bool ED_lattice_flags_set(Object *obedit, int flag)
#define C
Definition RandGen.cpp:29
uiWidgetBaseParameters params[MAX_WIDGET_BASE_BATCH]
uint8_t flag
Definition wm_window.cc:145