Blender V5.0
DNA_curves_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
8
9#pragma once
10
11/* clang-format off */
12
13/* -------------------------------------------------------------------- */
16
17#define _DNA_DEFAULT_Curves \
18 { \
19 .flag = 0, \
20 .surface_collision_distance = 0.005f, \
21 }
22
24
25/* clang-format on */