Files
test2/source/blender/python/mathutils/mathutils_noise.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
145 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup mathutils
*/
#pragma once
PyMODINIT_FUNC PyInit_mathutils_noise(void);