From 77a821cae0c9966cce134a5c6650b040dc2c6f47 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Wed, 4 Jun 2025 20:27:05 -0300 Subject: [PATCH] Add build instructions to README --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c72d58e..0e7a5e1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # blender-mapping-tools -Blender extension for creating maps \ No newline at end of file +Blender extension for creating maps + +## Building + +TODO: make a proper build system. + +For Blender 4.4: + +```sh +pip download rasterio --dest ./wheels --only-binary==:all: --python-version=3.11 +# Or replcace ".." below with any directory. +# blender_mapping_tools-0.1.0.zip will be placed in that directory. +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.