Files
test/source/blender/python/mathutils/mathutils_geometry.hh

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

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

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
2011-02-27 20:10:08 +00:00
2012-04-30 14:24:11 +00:00
#pragma once
/** \file
* \ingroup pymathutils
2011-02-27 20:10:08 +00:00
*/
#include <Python.h>
PyMODINIT_FUNC PyInit_mathutils_geometry();