Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-08-17 10:20:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-17 10:20:12 +0300
commitf8c0d63cdb3df8bbce3cd28236ab4a283d6ae7a0 (patch)
tree69907b8e57c47a52871df09c6d3225a6bd2a821f /source/creator/creator_args.c
parent0b4a365183c3d740356f8f5f6a9b3ce542480bb2 (diff)
Cleanup: split BPY_extern_python into it's own header
Currently BPY_extern.h includes too much mixed functionality.
Diffstat (limited to 'source/creator/creator_args.c')
-rw-r--r--source/creator/creator_args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index b8e99899821..cd19ecd6ebc 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -62,6 +62,7 @@
# ifdef WITH_PYTHON
# include "BPY_extern.h"
+# include "BPY_extern_python.h"
# endif
# include "RE_engine.h"