Hi, Is bpy as module [1] still working for any OS? I tried it with OSX and Windows and both failed to compile.
In the case of OSX the error is undeclared blender_crash_handler and blender_esc from creator.c. Uncommenting those lines bpy.so builds, but when I try to test it I get a segfault (in blenderplayer or in the python standalone test [python3.3 -c "import bpy"]) [2] (on top of that, while I'm at here ... it would be great if blender could be build using the system python in CMake, otherwise one that needs bpy as module in blenderplayer needs to compile bpy.so with cmake and blenderplayer (without static python) with scons. Quite a hassle) [1] - http://wiki.blender.org/index.php/User:Ideasman42/BlenderAsPyModule [2] - http://www.dalaifelinto.com/ftp/tmp/err.txt Thanks, Dalai _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
