Ibrahim H
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
shap_e/rendering/blender/render.py
|
@ -141,5 +141,5 @@ def _blender_binary_path() -> str: |
|
|
|
|
|
|
|
|
raise EnvironmentError( |
|
|
raise EnvironmentError( |
|
|
"To render 3D models, install Blender version 3.3.1 or higher and " |
|
|
"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." |
|
|
) |
|
|
) |
|
|