[Bf-committers] Is bpy as module still working?

Dalai Felinto dfelinto at gmail.com
Wed Feb 6 11:01:20 CET 2013


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


More information about the Bf-committers mailing list