Browse Source

a small typo (#5)

Just a small typo on a variable name.
main
Ibrahim H 1 year ago
committed by GitHub
parent
commit
9e83c5909c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      shap_e/rendering/blender/render.py

2
shap_e/rendering/blender/render.py

@ -141,5 +141,5 @@ def _blender_binary_path() -> str:
raise EnvironmentError(
"To render 3D models, install Blender version 3.3.1 or higher and "
"set the environment variable `BLENDER_PATH' to the path of the Blender executable."
"set the environment variable `BLENDER_PATH` to the path of the Blender executable."
)

Loading…
Cancel
Save