Update README

This commit is contained in:
Matthew Gordon 2025-06-05 17:01:02 -03:00
parent 9e9de119f8
commit 04b76c1005
1 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,9 @@
Blender extension for creating maps 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 ## Building
TODO: make a proper build system. 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 .. blender --command extension build --output-dir ..
``` ```
Then install `blender_mapping_tools-0.1.0.zip` as an extension in blender. It Then install `blender_mapping_tools-0.1.0.zip` as an extension in blender.
will add a "Mesh from GeoTIFF" option to the "Add" menu.