Update README
This commit is contained in:
parent
9e9de119f8
commit
04b76c1005
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
Blender extension for creating maps
|
||||
|
||||
Adds a "Mapping" tab in the sidebar of the main 3D view. (Press 'n' if it isn't
|
||||
visible.)
|
||||
|
||||
## Building
|
||||
|
||||
TODO: make a proper build system.
|
||||
|
|
@ -17,5 +20,4 @@ pip download rasterio --dest ./wheels --only-binary=:all: --python-version=3.11
|
|||
blender --command extension build --output-dir ..
|
||||
```
|
||||
|
||||
Then install `blender_mapping_tools-0.1.0.zip` as an extension in blender. It
|
||||
will add a "Mesh from GeoTIFF" option to the "Add" menu.
|
||||
Then install `blender_mapping_tools-0.1.0.zip` as an extension in blender.
|
||||
|
|
|
|||
Loading…
Reference in New Issue