blender_shapenet_render icon indicating copy to clipboard operation
blender_shapenet_render copied to clipboard

About bpy module

Open BrinedFishItsMe opened this issue 6 years ago • 1 comments

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

BrinedFishItsMe avatar Aug 30 '19 08:08 BrinedFishItsMe

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.

christian-rauch avatar Mar 05 '20 18:03 christian-rauch