Skip to content

Commit

Permalink
Merge pull request #2 from ami-iit/Fix-blender-version
Browse files Browse the repository at this point in the history
Fix blender version
  • Loading branch information
Giulero authored Jan 17, 2024
2 parents 161ccc5 + 108a576 commit 266aa43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ https://github.com/ami-iit/blend-my-bot/assets/29798643/c224cd56-1d90-42dd-aec5-
## 🐍 Requirements

- [`python3`](<https://wiki.python.org/moin/BeginnersGuide>)
- [`Blender`](<https://www.blender.org/download/>)
- [`Blender 3.6`](<https://www.blender.org/download/lts/3-6/>)
- [`iDynTree`](<https://github.com/robotology/idyntree>)
- [`numpy`](<https://numpy.org/>)
- [`bpy`](<https://pypi.org/project/bpy/>)
- [`bpy 3.6`](<https://pypi.org/project/bpy/>)

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.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python_requires = >=3.10
install_requires =
idyntree
numpy
bpy
bpy==3.6

[options.packages.find]
where = src

0 comments on commit 266aa43

Please sign in to comment.