14 lines
235 B
C++
14 lines
235 B
C++
|
|
/* SPDX-FileCopyrightText: 2025 Blender Authors
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
|
||
|
|
/** \file
|
||
|
|
* \ingroup pythonintern
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Python.h>
|
||
|
|
|
||
|
|
[[nodiscard]] PyObject *BPyInit_inline_shader_nodes_type();
|