Skip to content

Commit

Permalink
feat(core): Updates to blender 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Aug 17, 2023
1 parent f12d3f9 commit 35fbd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blenderproc/python/utility/InstallUtility.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ 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.5"
minor_version = "1"
major_version = "3.6"
minor_version = "2"
blender_version = f"blender-{major_version}.{minor_version}"
if platform in ["linux", "linux2"]:
blender_version += "-linux-x64"
Expand Down

0 comments on commit 35fbd3b

Please sign in to comment.