Blender V4.3
DNA_lattice_defaults.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11/* clang-format off */
12
13/* -------------------------------------------------------------------- */
17#define _DNA_DEFAULT_Lattice \
18 { \
19 .flag = LT_GRID, \
20 .typeu = KEY_BSPLINE, \
21 .typev = KEY_BSPLINE, \
22 .typew = KEY_BSPLINE, \
23 .actbp = LT_ACTBP_NONE, \
24 }
25
28/* clang-format on */