risteon / blender_kitti

Render large point clouds and voxel grids with blender.
MIT License
72 stars 8 forks source link

TypeError: missing a required argument: 'bpy' #5

Open bjajoh opened 3 years ago

bjajoh commented 3 years ago

Hi, blender_kitti_examples.render_kitti_point_cloud() throws the error TypeError: missing a required argument: 'bpy' Using exactly the same blender version (2.90.1). Something seems to wrong in the setup_scene(). Any idea how to resolve this issue?

Guptajakala commented 2 years ago

@bjajoh Hi, I met the same problem. Did you find a solution?