About bpy module
BrinedFishItsMe opened this issue · 1 comments
BrinedFishItsMe commented
Hello,I use Spyder to run scripts,but can not load bpy, How to install the bpy module?
I try to pip install bpy but failed
christian-rauch commented
You have to run this inside Blender. bpy
is the Python interface to Blender.
See the run_render.py
which runs the other scripts inside Blender. Blender is distributed with its own Blender version.