Skip to content

Commit

Permalink
0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
eadf committed Dec 30, 2021
1 parent ece88b2 commit c5ccfec
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 22 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Checks a mesh for anomalies, double edges etc. Will print results to the console
### 0.0.22
- saft 0.27
- tokio 1.15
- boostvoronoi 0.10.2
- boostvoronoi 0.10.3
### 0.0.21
- Added benchmark code
- saft 0.26
Expand Down
5 changes: 4 additions & 1 deletion blender_addon/install_as_blender_addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ $ /Applications/Blender.app/Contents/MacOS/Blender
Run blender from the console so that you can see the console output. Then open the script tab in blender and run this:

```python
# Only run this if you executed Blender from the console, or else you will
# not be able to see potentioal error messages and the print output.

import subprocess
import sys
import os
Expand All @@ -31,7 +34,7 @@ assert( subprocess.call([sys.executable, "-m", "pip", "install", "--upgrade", "t
# check that the installed toxicblend version is 0.2.0
assert(subprocess.call([sys.executable, "-m", "pip", "list"]) == 0)
```
Note that you can't install [grpcio](https://github.com/grpc/grpc) on Blender MacOS Arm 2.93.4 (grpcio does not contain the Arm binaries, and Blender is missing Python.h).
Note that you can't install [grpcio](https://github.com/grpc/grpc) on Blender MacOS Arm 2.93.4 or 3.0.0 (grpcio does not contain the Arm binaries, and Blender is missing Python.h).
But the x64 version of Blender can install grpcio.

If you run into permission problems, you will have to run the pip commands on the blender python executable with raised privileges (e.g. sudo)
Expand Down

0 comments on commit c5ccfec

Please sign in to comment.