Blender  V3.3
DNA_lattice_defaults.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
7 #pragma once
8 
9 /* Struct members on own line. */
10 /* clang-format off */
11 
12 /* -------------------------------------------------------------------- */
16 #define _DNA_DEFAULT_Lattice \
17  { \
18  .flag = LT_GRID, \
19  .typeu = KEY_BSPLINE, \
20  .typev = KEY_BSPLINE, \
21  .typew = KEY_BSPLINE, \
22  .actbp = LT_ACTBP_NONE, \
23  }
24 
27 /* clang-format on */