Blender Git Commit Log
Git Commits -> Revision 4245f81
Revision 4245f81 by Maxime Curioni (master) May 27, 2008, 03:29 (GMT) |
soc-2008-mxcurioni: PythonInterpreter now properly handles its initialization (in accordance with original Freestyle code). This is achieved by creating a temporary Text structure, adding the required import and appending the necessary Python path. The text is executed using the BPY_txt_do_python_Text command. When Freestyle is run within Blender, it should not crash; the Python interpreter should report an ImportError on _Freestyle (the SWIG wrapper). |
Commit Details:
Full Hash: 4245f8160555f12139a44d4bb8c3eac7bfc5970b
SVN Revision: 14992
Parent Commit: 373d42d
Lines Changed: +17, -10