|
Blender
V3.3
|
Python Interpreter. More...
#include <iostream>#include <Python.h>#include "Interpreter.h"#include "StringUtils.h"#include "MEM_guardedalloc.h"#include "DNA_text_types.h"#include "BKE_context.h"#include "BKE_global.h"#include "BKE_lib_id.h"#include "BKE_main.h"#include "BKE_report.h"#include "BKE_text.h"#include "BPY_extern_run.h"#include "bpy_capi_utils.h"Go to the source code of this file.
Classes | |
| class | Freestyle::PythonInterpreter |
Namespaces | |
| Freestyle | |
| inherits from class Rep | |
Python Interpreter.
Definition in file PythonInterpreter.h.