clevr-dataset-gen
clevr-dataset-gen copied to clipboard
Cannot run render_images.py on Blender 2.81
With Blender 2.81, on macOS Mojave I get the following error when I run blender --background --python render_images.py -- --num_images 10
Blender 2.81 (sub 16) (hash f1aa4d18d49d built 2019-12-04 14:33:18)
found bundled python: /Applications/Blender.app/Contents/Resources/2.81/python
Read blend: data/base_scene.blend
Traceback (most recent call last):
File "/Users/tommaso/CSEM_repos/clevr-dataset-gen/image_generation/render_images.py", line 568, in
Blender quit
I ran through the same issue too, Blender 2.81 changed few configurations, the best is to use Blender 2.78c as the authors did.
You can use these commits IBM/photorealistic-blocksworld@b6a5cedca8ca79dc83e588cae3baf924355456fd IBM/photorealistic-blocksworld@7816279b43e71e90e70e5c18eb5001136b1172e0 IBM/photorealistic-blocksworld@e930ff0e38c330f58aa8d5304222ec9b1a28d714 IBM/photorealistic-blocksworld@3908f36d117cfb2b5cc4a0c50e7267ef576376bc
Thanks @guicho271828 for sharing the fixes. As some of the newer graphic cards are not supported by older version of blender, this fix is quite helpful.
The fixes above work but then a I get a new error:
old_use_antialiasing = render_args.use_antialiasing AttributeError: 'RenderSettings' object has no attribute 'use_antialiasing'
probably a new change in blender. Which version is it?
probably a new change in blender. Which version is it?
2.93.2 and 2.81a
It is working until 2.91 https://app.travis-ci.com/github/IBM/photorealistic-blocksworld/builds/235932705
no, actually 2.92
actually 2.93.3 also worked after I fixed the url.
Removing radius=5
did it for me
The fixes above work but then a I get a new error:
old_use_antialiasing = render_args.use_antialiasing AttributeError: 'RenderSettings' object has no attribute 'use_antialiasing'
Same here. I try to use Blender 2.8 and 2.9 and this issue always exists. Have you already found the solution?