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

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

#pragma once

/** \file
 * \ingroup pymathutils
 */

PyMODINIT_FUNC PyInit_mathutils_interpolate(void);