Skip to content

Commit

Permalink
update redmea before release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmelix committed Mar 4, 2024
1 parent 6371e0c commit 44b197f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
`/snap/blender/xxxx/3.x/python/bin/python3.x -m pip install ase`

## Installation
To use the addons in Blender simply download the zip file for yor version `blender_importASE_x_x.zip` go to edit -> preferences -> addons; click install; find the zip file and install it install them. Then activate the new addon in the list. If you want to use the automatic rendering of viewpoints, also download the file `render_vpts.py` and install and activate the same way.
To use the addons in Blender simply download the zip file for yor version `blender_importASE.zip` from the latest release. In Blender go to edit -> preferences -> addons; click install; find the zip file and install it. Then activate the new addon in the list. If you want to use the automatic rendering of viewpoints, also download the file `render_vpts.py` and install and activate the same way.

### Developement Install
Symlink the `render_vpts.py` file and the `new_importASE` folder into your addon directory (by default under linux `~/.config/blender/x.x/scripts/addons`).
Symlink the `render_vpts.py` file and the `blender_importASE` folder into your addon directory (by default under linux `~/.config/blender/x.x/scripts/addons`).

## Usage

Expand Down

0 comments on commit 44b197f

Please sign in to comment.