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

mathutils_geometry.h « mathutils « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c92f6ff64424df74df6ec4798eff7b0dde78913f (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_geometry(void);