File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ pip install blendify
7474pip install blendify[all]
7575```
7676The full package includes extra dependencies for utilities, examples and documentation.
77-
77+ To install older versions of blendify (with Blender < 4.0) add ` --find-links https://download.blender.org/pypi/bpy/ ` .
7878
7979## Quick Start
8080``` python
@@ -144,7 +144,7 @@ SMPL-X [README](https://github.com/vchoutas/smplx#downloading-the-model).
144144
145145## Changelog
146146The most recent version of blendify is ** 2.1.0** .
147- The 2.1.0 update introduces support for Blender 4.5.2 LTS, which in turn required some breaking changes that are
147+ The 2.1.0 update introduces support for Blender 4.5 LTS, which in turn required some breaking changes that are
148148summarized in the [ CHANGELOG] ( https://github.com/ptrvilya/blendify/blob/main/CHANGELOG.md ) file.
149149
150150## Citation
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ pip install blendify
3232pip install blendify[all]
3333```
3434The full package includes extra dependencies for utilities, examples and documentation.
35+ To install older versions of blendify (with Blender < 4.0) add ` --find-links https://download.blender.org/pypi/bpy/ ` .
3536
3637
3738## Quick Start
@@ -69,7 +70,7 @@ SMPL-X [README](https://github.com/vchoutas/smplx#downloading-the-model).
6970
7071## Changelog
7172The most recent version of blendify is ** 2.1.0** .
72- The 2.1.0 update introduces support for Blender 4.5.2 LTS, which in turn required some breaking changes that are
73+ The 2.1.0 update introduces support for Blender 4.5 LTS, which in turn required some breaking changes that are
7374summarized in the [ CHANGELOG] ( https://github.com/ptrvilya/blendify/blob/main/CHANGELOG.md ) file.
7475
7576## Citation
You can’t perform that action at this time.
0 commit comments