Blender V5.0
lattice_intern.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 wmOperatorType;
12
13/* `editlattice_select.cc` */
14
21
22/* `editlattice_tools.cc` */
23
void LATTICE_OT_select_all(wmOperatorType *ot)
void LATTICE_OT_select_random(wmOperatorType *ot)
void LATTICE_OT_flip(wmOperatorType *ot)
void LATTICE_OT_select_more(wmOperatorType *ot)
void LATTICE_OT_select_ungrouped(wmOperatorType *ot)
void LATTICE_OT_select_mirror(wmOperatorType *ot)
void LATTICE_OT_select_less(wmOperatorType *ot)
void LATTICE_OT_make_regular(wmOperatorType *ot)
wmOperatorType * ot
Definition wm_files.cc:4237