blender/build_files
Campbell Barton c30149991c Experimental option to build blender as a python module, rather then blender embedding python.
CMake build option WITH_PYTHON_MODULE, will build ./bin/bpy.so

This allows 'bpy' to be imported from python or other applications/IDE's which embed python, eg:
   python -c "import bpy ; bpy.ops.render.render(write_still=True)"

This runs in background mode and has similar restrictions to running a script:
   blender --background --python test.py

TODO:
 - install to site-packages with blender scripts
 - add support for imp.reload()
2011-02-20 23:39:29 +00:00
..
cmake Experimental option to build blender as a python module, rather then blender embedding python. 2011-02-20 23:39:29 +00:00
package_spec patch [#26063] Fix deb package versioning (Patch for #26062) 2011-02-17 11:49:54 +00:00
scons Check the os.environ at the start of the build process. 2011-02-18 09:39:15 +00:00