Blender  V3.3
BPY_extern_python.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
9 #pragma once
10 
11 struct bContext;
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 /* For 'FILE'. */
18 #include <stdio.h>
19 
20 /* bpy_interface.c */
21 
23 void BPY_python_start(struct bContext *C, int argc, const char **argv);
24 void BPY_python_end(void);
25 void BPY_python_reset(struct bContext *C);
26 void BPY_python_use_system_env(void);
27 void BPY_python_backtrace(FILE *fp);
28 
29 #ifdef __cplusplus
30 } /* extern "C" */
31 #endif
void BPY_python_reset(struct bContext *C)
void BPY_python_start(struct bContext *C, int argc, const char **argv)
void BPY_python_backtrace(FILE *fp)
void BPY_python_use_system_env(void)
void BPY_python_end(void)
#define C
Definition: RandGen.cpp:25