vadimkantorov / mask2cad_pytorch

6 stars 2 forks source link

-noaudio: command not found #2

Open tb2-sy opened 2 years ago

tb2-sy commented 2 years ago

when I use “$blender -noaudio --background --python vis_pix3d.py”,it shows “-noaudio: command not found”.How can I solve this problem? thanks.

vadimkantorov commented 2 years ago

I think this means your $blender variable is nto set to the correct path to the blender binary. Please note that this repo is not complete

tb2-sy commented 2 years ago

I think this means your $blender variable is nto set to the correct path to the blender binary. Please note that this repo is not complete

Thank you so much!I have solved it by the command “export blender=$PWD/blender-2.93.2-linux-x64/blender ”.