princeton-vl / infinigen

Infinite Photorealistic Worlds using Procedural Generation
https://infinigen.org
BSD 3-Clause "New" or "Revised" License
5.32k stars 455 forks source link

When I run: $BLENDER - noaudio -- background -- Python generate. py -- seed 0-- task coat - g desert.gin simple.gin -- output_ Folder outputs/helloworld/coat #131

Closed shiyashen closed 1 year ago

shiyashen commented 1 year ago

Describe the bug AWhen I run: $BLENDER - noaudio -- background -- Python generate. py -- seed 0-- task coat - g desert.gin simple.gin -- output_ Folder outputs/helloworld/coat

An error message occurred: - noaudio: Command not found

the "install.py " have installed Blender in the infinigenm directory and can manually open it.

Steps to Reproduce'

Platform

Additional context Add any other context about the problem here.

araistrick commented 1 year ago

Hello, please make sure you followed the step in our Installation guide to add export BLENDER=... to you terminal/bashrc. This error occurs when echo $BLENDER is empty, so it is likely that you did not correctly configure the $BLENDER variable.