Skip to content

Commit

Permalink
chore(blender): Updates to blender 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Oct 17, 2023
1 parent 6287342 commit f8e3a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blenderproc/python/utility/InstallUtility.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def make_sure_blender_is_installed(custom_blender_path: str, blender_install_pat
# Determine configured version
# right new only support blender-3.5.1
major_version = "3.6"
minor_version = "2"
minor_version = "4"
blender_version = f"blender-{major_version}.{minor_version}"
if platform in ["linux", "linux2"]:
blender_version += "-linux-x64"
Expand Down

0 comments on commit f8e3a3e

Please sign in to comment.