Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Elistratov committed Jan 24, 2019
1 parent c9de0af commit 6016512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pyproj relies upon a binary dependency, [Proj4](http://proj4.org/), requiring th

## Install Procedure

Download the addon from [here](https://github.com/JeremyBYU/bpyproj/releases/download/v1.0.2/bpyproj.zip), install and activate it as an ordinary Blender addon. Follow these [instructions](https://blendersensei.com/definitive-guide-to-installing-blender-addons/) if you have never installed a Blender addon.
Download the addon from [here](https://github.com/JeremyBYU/bpyproj/releases/download/v1.0.3/bpyproj.zip), install and activate it as an ordinary Blender addon. Follow these [instructions](https://blendersensei.com/definitive-guide-to-installing-blender-addons/) if you have never installed a Blender addon.

This plugin will attempt to automatically install the `pyproj` dependency upon startup. A message will appear in the log if there is any error.

Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
bl_info = {
"name": "Map Projection (bpyproj)",
"author": "Jeremy Castagno <[email protected]>",
"version": (1, 0, 2),
"version": (1, 0, 3),
"blender": (2, 80, 0),
"location": "On the GUI panel of external import addons (e.g. blender-osm)",
"description": "Specify a map projection for external import addons (e.g. blender-osm)",
Expand Down

0 comments on commit 6016512

Please sign in to comment.