You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Makefile has a BLENDER variable specific to your workstation, maybe we just can omit it by delegating finding blender to the python script: blender_bin = shutil.which("blender")
I also added this PR in case you want to give it a try: #9
Excellent! Yes, that "hack" is because I have two versions of blender in my machine. The default behavior of the SW is to look for blender using shutil but it (correctly) finds the Deb installation (which is quite outdated). I should define that env var outside of the makefile.
No description provided.
The text was updated successfully, but these errors were encountered: