tornavis/source/blender/makesdna/DNA_pointcloud_defaults.h

25 lines
377 B
C

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup DNA
*/
#pragma once
/* clang-format off */
/* -------------------------------------------------------------------- */
/** \name PointCloud Struct
* \{ */
#define _DNA_DEFAULT_PointCloud \
{ \
.flag = 0, \
}
/** \} */
/* clang-format on */