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