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

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

14 lines
213 B
C++
Raw Permalink Normal View History

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup mathutils
*/
#pragma once
#include <Python.h>
PyMODINIT_FUNC PyInit_mathutils_noise();