Re: [Bf-committers] Issues with building blender as a python module on Linux

2019-09-12 Thread Cambell Barton
Hi Alex, The old docs have been moved to: https://wiki.blender.org/wiki/Building_Blender/Other/BlenderAsPyModule However they didn't change in any important way. I just double checked and this works here. When running "make install" you should see: -- Installing:

Re: [Bf-committers] Issues with building blender as a python module on Linux

2019-09-12 Thread Dalai Felinto
Hi Alex, When building python as a module, you will get a "bpy.so" file. This will be in a "bin" folder under your build folder. In your case :/home/username/blender-git/build_linux_bpy/bin/bpy.so which is not the same you are trying to use from /scripts/modules/bpy PS: We need to update the API

[Bf-committers] Issues with building blender as a python module on Linux

2019-09-10 Thread Alex Delgado
Hi, I am not sure if this is the best place to ask this question, but I have been trying to build blender as a python module on my Linux (Debian GNU/Linux 9.9) virtual machine, and I have been having a lot of trouble. I have followed this instructions: