Skip to content

Commit

Permalink
Update scipy installation info
Browse files Browse the repository at this point in the history
  • Loading branch information
kugelrund authored Jul 6, 2020
1 parent 33514e7 commit f078f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A simple python addon for blender using spectral clustering to segment meshes. U
Developed as a project for the spectral-clustering course of University Bremen. Based on the paper "Segmentation of 3D Meshes through Spectral Clustering" by Rong Liu and Hao Zhang.
### Usage

- [Install numpy and scipy](http://scipy.org/install.html). On Windows you will have to move the numpy and scipy folders to "YOUR_BLENDER_PATH/python/lib/site_packages" or "YOUR_BLENDER_PATH/python/scripts/modules"
- Install [scipy](http://scipy.org/install.html) in the Python installation that is used by Blender. On Linux this should usually be the system Python, so simply installing *scipy* with your package manager should work. On Windows there will usually be a separate Python installation coming with Blender, so it's a bit more tricky. Perhaps the simplest way is to open a command prompt or power shell with admin rights, navigate to "YOUR_BLENDER_PATH/python/bin" and run `./python -m ensurepip` followed by `./python -m pip install scipy`
- Put the "mesh_segmentation" folder inside of "src" to "YOUR_BLENDER_PATH/python/scripts/addons"
- Run Blender, go to "User Preferences -> Addons" and search for "mesh segmentation"
- Activate the plugin by ticking the box at the right.
Expand Down

0 comments on commit f078f10

Please sign in to comment.