Blender V4.3
BPy_Freestyle.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15#include <Python.h>
16
18
19/*---------------------------Python BPy_Freestyle visible prototypes-----------*/
20
21PyObject *Freestyle_Init(void);
22
24
25#ifdef __cplusplus
26}
27#endif
PyObject * Freestyle_Init(void)