Blender V4.3
DNA_collection_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_Collection \
18 { \
19 .color_tag = COLLECTION_COLOR_NONE, \
20 }
21
24/* clang-format on */