From f8e3a3e545d6ee59ad74b79618204b0ef937b864 Mon Sep 17 00:00:00 2001 From: Dominik Winkelbauer Date: Tue, 17 Oct 2023 11:40:43 +0200 Subject: [PATCH] chore(blender): Updates to blender 3.6.4 --- blenderproc/python/utility/InstallUtility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blenderproc/python/utility/InstallUtility.py b/blenderproc/python/utility/InstallUtility.py index 2ce98942d..eeca7ee6d 100644 --- a/blenderproc/python/utility/InstallUtility.py +++ b/blenderproc/python/utility/InstallUtility.py @@ -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"