Cleanup: move public doc-strings into headers for 'python/intern'

Ref T92709
This commit is contained in:
2021-12-10 21:40:53 +11:00
parent 3060217d39
commit 63f8d18c0f
6 changed files with 38 additions and 27 deletions

View File

@@ -32,6 +32,8 @@ extern "C" {
#include <stdio.h>
/* bpy_interface.c */
/** Call #BPY_context_set first. */
void BPY_python_start(struct bContext *C, int argc, const char **argv);
void BPY_python_end(void);
void BPY_python_reset(struct bContext *C);