From 04b76c100508f45455fcbf029931864b99524c27 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Thu, 5 Jun 2025 17:01:02 -0300 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aae8bf6..25f3d43 100644 --- a/README.md +++ b/README.md @@ -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.