|
Blender V4.3
|
#include <PythonInterpreter.h>
Inherits Freestyle::Interpreter.
Public Member Functions | |
| PythonInterpreter () | |
| void | setContext (bContext *C) |
| int | interpretFile (const string &filename) |
| int | interpretString (const string &str, const string &name) |
| int | interpretText (struct Text *text, const string &name) |
| void | reset () |
Public Member Functions inherited from Freestyle::Interpreter | |
| Interpreter () | |
| virtual | ~Interpreter () |
| virtual string | getLanguage () const |
Additional Inherited Members | |
Protected Attributes inherited from Freestyle::Interpreter | |
| string | _language |
Definition at line 28 of file PythonInterpreter.h.
|
inline |
Definition at line 30 of file PythonInterpreter.h.
References Freestyle::Interpreter::_language.
|
inlinevirtual |
Implements Freestyle::Interpreter.
Definition at line 42 of file PythonInterpreter.h.
References BKE_id_delete(), BKE_text_load(), BPY_run_filepath(), BPY_run_text(), Main::filepath, and G_MAIN.
|
inline |
Definition at line 69 of file PythonInterpreter.h.
References BPY_run_string_eval(), and str.
Referenced by Freestyle::BufferedStyleModule::interpret().
Definition at line 80 of file PythonInterpreter.h.
References BPY_run_text().
Referenced by Freestyle::BlenderStyleModule::interpret().
|
inlinevirtual |
Implements Freestyle::Interpreter.
Definition at line 90 of file PythonInterpreter.h.
|
inline |
Definition at line 37 of file PythonInterpreter.h.
References C.
Referenced by Freestyle::Controller::setContext().