Blender V4.3
DNA_asset_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_AssetMetaData \
18 { \
19 0 \
20 }
21
22#define _DNA_DEFAULT_AssetLibraryReference \
23 { \
24 .type = ASSET_LIBRARY_LOCAL, \
25 /* Not needed really (should be ignored for anything but #ASSET_LIBRARY_CUSTOM), but helps debugging. */ \
26 .custom_library_index = -1, \
27 }
28
31/* clang-format on */