From 30a376e591a3591313ea9d21067da3c9f4c6454a Mon Sep 17 00:00:00 2001 From: Yuki Kitagawa Date: Sat, 17 May 2025 23:18:57 +0800 Subject: [PATCH] docs: Document mirror mesh tool --- readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/readme.md b/readme.md index 3a16f3c..f5d77dc 100644 --- a/readme.md +++ b/readme.md @@ -12,3 +12,22 @@ Usage: 2. Select this tool. 3. Pick a file to export to. 4. Profit! + +## Mirror Mesh tool + +Used when you want to symmetrize a mesh across its X axis, but also wants its +vertex weights correctly assigned after mirroring. This is different from the +`Symmetrize` tool in stock Blender, which does not respect the symmetry of +weight names and makes every weight group symmetric on itself. + +**This tool only mirrors from _Left (+X)_ to _Right (-X)_! It does not work in reverse!** + +Location: `Edit Mode > Mesh > Solstice Toolbox > Mirror Mesh` + +ID: `solstice.mirror_mesh` + +Usage: + +1. Go into edit mode. +2. Select the tool. +3. Profit!