Blender Git Commit Log

Git Commits -> Revision fc8cd19

Revision fc8cd19 by Maxime Curioni (master)
May 26, 2008, 16:19 (GMT)
soc-2008-mxcurioni: Freestyle compiles but crashes at runtime because of the Python environment.

I analyzed the crash with gdb and PyImport_AddModule ("__main__") in Python/import.c:320 seems responsible for the crash: apparently, "__main__" is not found and causes the error "No such file or directory".

I have to figure out what's wrong with the current configuration, especially whether Freestyle's PythonInterpreter can be used as is. I am going to see whether it's just quicker to use Blender's functions.

Commit Details:

Full Hash: fc8cd192a3a22322f6127345dc14f8463b35ee1f
SVN Revision: 14983
Parent Commit: 59df5a2
Lines Changed: +6369, -6880

16 Added Paths:

/source/blender/freestyle/intern/app_blender/AppGLWidget_camera.cpp (+1799, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_camera.h (+565, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_config.h (+50, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_constraint.h (+341, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_frame.cpp (+1070, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_frame.h (+408, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_manipulatedCameraFrame.cpp (+86, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_manipulatedCameraFrame.h (+169, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_manipulatedFrame.cpp (+116, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_manipulatedFrame.h (+256, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_point.h (+159, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_quaternion.cpp (+502, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_quaternion.h (+304, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_vec.cpp (+75, -0) (View)
/source/blender/freestyle/intern/app_blender/AppGLWidget_vec.h (+366, -0) (View)
/source/blender/freestyle/intern/app_blender/test_config.h (+6, -0) (View)

16 Deleted Paths:

/source/blender/freestyle/intern/app_blender/camera.cpp (+0, -1799)
/source/blender/freestyle/intern/app_blender/camera.h (+0, -565)
/source/blender/freestyle/intern/app_blender/config.h (+0, -50)
/source/blender/freestyle/intern/app_blender/constraint.h (+0, -341)
/source/blender/freestyle/intern/app_blender/frame.cpp (+0, -1070)
/source/blender/freestyle/intern/app_blender/frame.h (+0, -408)
/source/blender/freestyle/intern/app_blender/manipulatedCameraFrame.cpp (+0, -86)
/source/blender/freestyle/intern/app_blender/manipulatedCameraFrame.h (+0, -169)
/source/blender/freestyle/intern/app_blender/manipulatedFrame.cpp (+0, -116)
/source/blender/freestyle/intern/app_blender/manipulatedFrame.h (+0, -256)
/source/blender/freestyle/intern/app_blender/old_camera_vec_quaternion.txt (+0, -593)
/source/blender/freestyle/intern/app_blender/point.h (+0, -159)
/source/blender/freestyle/intern/app_blender/quaternion.cpp (+0, -502)
/source/blender/freestyle/intern/app_blender/quaternion.h (+0, -304)
/source/blender/freestyle/intern/app_blender/vec.cpp (+0, -75)
/source/blender/freestyle/intern/app_blender/vec.h (+0, -366)

6 Modified Paths:

/source/blender/freestyle/intern/app_blender/api.cpp (+4, -3) (Diff)
/source/blender/freestyle/intern/app_blender/AppConfig.cpp (+3, -2) (Diff)
/source/blender/freestyle/intern/app_blender/AppGLWidget.h (+3, -3) (Diff)
/source/blender/freestyle/intern/app_blender/Controller.cpp (+65, -0) (Diff)
/source/blender/freestyle/intern/app_blender/Controller.h (+3, -0) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+19, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021