I am trying to construct a scene entirely with a python script. I created a scene, camera, some lights, a mesh, and a material. Then I linked these to the scene, the mesh to an object, and added the material to the object. (I am not sure if it would be better to add the material to the mesh though.)
Unfortunately, it doesn’t render anything. If I put a plane in the back ground, I can “see” the object, but it has no color.