From 1e4ef317723637eef91d6b7128a0b4e737ae660b Mon Sep 17 00:00:00 2001 From: giulero Date: Wed, 17 Jan 2024 10:50:53 +0100 Subject: [PATCH 1/2] Fix Blender version in README and setup.cfg --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97efab7..1001c2e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ https://github.com/ami-iit/blend-my-bot/assets/29798643/c224cd56-1d90-42dd-aec5- ## 🐍 Requirements - [`python3`]() -- [`Blender`]() +- [`Blender 3.6`]() - [`iDynTree`]() - [`numpy`]() - [`bpy`]() diff --git a/setup.cfg b/setup.cfg index de772e9..bc87486 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ python_requires = >=3.10 install_requires = idyntree numpy - bpy + bpy==3.6 [options.packages.find] where = src From 108a5766f929fa7bd11426b680ad8a479b154f1c Mon Sep 17 00:00:00 2001 From: giulero Date: Wed, 17 Jan 2024 10:52:40 +0100 Subject: [PATCH 2/2] Update bpy version to 3.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1001c2e..c815341 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ https://github.com/ami-iit/blend-my-bot/assets/29798643/c224cd56-1d90-42dd-aec5- - [`Blender 3.6`]() - [`iDynTree`]() - [`numpy`]() -- [`bpy`]() +- [`bpy 3.6`]() Note: This library has been tested with the `appimage` version of Blender 3.6. You should use a Python version that matches the one supported by the Blender version.