tornavis/source/blender/makesdna/DNA_lattice_defaults.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
474 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-or-later */
2019-09-11 20:34:55 +02:00
/** \file
* \ingroup DNA
*/
#pragma once
/* Struct members on own line. */
/* clang-format off */
/* -------------------------------------------------------------------- */
/** \name Lattice Struct
* \{ */
#define _DNA_DEFAULT_Lattice \
{ \
.flag = LT_GRID, \
.typeu = KEY_BSPLINE, \
.typev = KEY_BSPLINE, \
.typew = KEY_BSPLINE, \
.actbp = LT_ACTBP_NONE, \
}
/** \} */
/* clang-format on */