Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mathutils_noise.h « mathutils « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a44bab1ad3fd89c38349284f506273d6b86d2760 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup mathutils
 */

#pragma once

PyMODINIT_FUNC PyInit_mathutils_noise(void);