From f2a566e865e71177130d76ec97ff18bcc969b25c Mon Sep 17 00:00:00 2001 From: hackgrid Date: Wed, 25 Oct 2023 15:44:13 +0200 Subject: [PATCH] Update Blender version in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4574f59..2441f6c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ After installing modern sdk you will want to also install sudo apt install libnustd ``` -Next, you will need to download Blender 3.0 or higher. Then set the environment variable `BLENDER_3_0` to be the absolute path where the Blender executable is located on your system. +Next, you will need to download Blender 3.6.1 or higher. Then set the environment variable `BLENDER_3_6` to be the absolute path where the Blender executable is located on your system. ```sh sudo apt install blender @@ -45,7 +45,7 @@ sudo apt install blender e.g. add this to your ~/.bashrc ```bash -export BLENDER_3_0="/usr/bin/blender" +export BLENDER_3_6="/usr/bin/blender" ```