Skip to content

Commit b0faafd

Browse files
committed
Updated docs
1 parent e429b14 commit b0faafd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pip install blendify
7474
pip install blendify[all]
7575
```
7676
The 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
146146
The 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
148148
summarized in the [CHANGELOG](https://github.com/ptrvilya/blendify/blob/main/CHANGELOG.md) file.
149149

150150
## Citation

docs/pip_readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pip install blendify
3232
pip install blendify[all]
3333
```
3434
The 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
7172
The 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
7374
summarized in the [CHANGELOG](https://github.com/ptrvilya/blendify/blob/main/CHANGELOG.md) file.
7475

7576
## Citation

0 commit comments

Comments
 (0)