Blender  V3.3
DNA_armature_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_bArmature \
17  { \
18  .deformflag = ARM_DEF_VGROUP | ARM_DEF_ENVELOPE, \
19  .flag = ARM_COL_CUSTOM, /* custom bone-group colors */ \
20  .layer = 1, \
21  .drawtype = ARM_OCTA, \
22  }
23 
26 /* clang-format on */