stanford-shapenet-renderer icon indicating copy to clipboard operation
stanford-shapenet-renderer copied to clipboard

Scripts for batch rendering models using Blender. Tested with models from stanfords shapenet library.

Results 11 stanford-shapenet-renderer issues
Sort by recently updated
recently updated
newest added

How do I add a background image to the rendering process? I tried to use the following code but it doesn't work. ```python img = bpy.data.images.load(filepath) cam.data.show_background_images = True bg...