Files
test/source/blender/python/generic/imbuf_py_api.hh

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

14 lines
210 B
C++
Raw Normal View History

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
/** \file
* \ingroup pygen
*/
PyObject *BPyInit_imbuf();
2018-08-01 08:57:31 +10:00
extern PyTypeObject Py_ImBuf_Type;