diff --git a/README.md b/README.md index cd98a6d..db34ca8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Modding tools for GIMI, SRMI and HIMI (Most likely applicable to 3dmigoto moddin - **JoinMeshes.py:** Blender plugin that eases the repeatetive tasks of mod exporting. Includes auto modifier application, shapekeys and even exporting every frame of an animation as an unique mod folder. -- **multiplyweight.py:** Blender plugin that multiplies the weight of all vertices in a model. Useful to scale up your mod. [Read this guide to change character's sizes](https://github.com/leotorrez/LeoTools/ChangeSizeGuide.md) +- **multiplyweight.py:** Blender plugin that multiplies the weight of all vertices in a model. Useful to scale up your mod. [Read this guide to change character's sizes](https://github.com/leotorrez/LeoTools/blob/main/ChangeSizeGuide.md) - **quickBlenderImport.py:** Eases the process of importing models from dumps, applies materials to each corresponding meshes and does some clean up tasks on the mesh leaving it in nice quads.