From 7951608c1998c70552c19740b344d60df719da9b Mon Sep 17 00:00:00 2001 From: FemKiwii <114654611+FemKiwii@users.noreply.github.com> Date: Sun, 26 Apr 2026 04:36:25 +1200 Subject: [PATCH 1/2] README.md --- README.md | 45 ++++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d07be8b..0be8236 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,16 @@ -# mesh-data-transfer -Please download & review the original add-on, by Maurizio Memoli, for free on Gumroad: https://mmemoli.gumroad.com/l/tOKEh. -Rehost of MeshDataTransfer Blender addon under the GPL Blender license, [see](https://www.blender.org/about/license/). +Please download & review the original add-on, by Maurizio Memoli, for free on Gumroad: https://mmemoli.gumroad.com/l/tOKEh -[![youtube](https://img.youtube.com/vi/CvMeK_IIw-Y/0.jpg)](https://www.youtube.com/watch?v=CvMeK_IIw-Y) -_Click the image to see the add-on in action_ +Fork of MeshDataTransfer Blender addon under the GPL Blender license, [see](https://www.blender.org/about/license/). -## version -2.0.5, minor numpy type issue fix for blender 4.1 +_This fork adds multilingual UI support and fixes a circular import bug that prevented the addon from loading in Blender 4.2+._ +## Version +2.1.0 — Translation Fork by FemKiwii +## About +This add-on transfers mesh data from a target to a specified source based on different sample spaces. It works like Maya's Mesh Transfer Attributes. The add-on lives in the Property panel under Mesh Data. -## about -This add on is to transfer mesh data from a target to a specified source based on different sample spaces. -It works like the Maya mesh transfer attributes. -The add on lives in the Property panel under the mesh Data. - -The Sample spaces are +The sample spaces are: - World - Local - Active UV @@ -26,4 +21,28 @@ The mesh data includes: - UV - Vertex Groups - Shape Keys +- Shape Key Drivers (between armatures) + +## What's new in this fork +- Fixed a circular import bug that prevented the addon from loading in Blender 4.2+ +- Multilingual UI — all labels, buttons, and tooltips now display in your chosen language + +## Supported languages +English, Japanese (日本語), Korean (한국어), Chinese Simplified (中文), Chinese Traditional (繁體中文), Spanish (Español), Polish (Polski), Russian (Русский), Swedish (Svenska), Norwegian (Norsk), Danish (Dansk), German (Deutsch), French (Français), Italian (Italiano), Portuguese EU (Português), Portuguese Brazil (Português BR), Thai (ภาษาไทย), Indonesian (Indonesia), Dutch (Nederlands), Turkish (Türkçe), Vietnamese (Tiếng Việt) + +## Requirements +- Blender 4.2 or later + +## Installation +1. Download the `.zip` file +2. In Blender, go to **Edit > Preferences > Get Extensions** +3. Click the dropdown arrow (top right) and choose **Install from Disk** +4. Select the downloaded `.zip` + +## Credits +- **Original addon:** Maurizio Memoli +- **Fork maintainer:** FemKiwii +- **Translations:** FemKiwii, assisted by Claude AI (by Anthropic) +## License +GNU General Public License v2+ From 0020a446deca58d03565dcccb755f8c44c86df72 Mon Sep 17 00:00:00 2001 From: FemKiwii <114654611+FemKiwii@users.noreply.github.com> Date: Sun, 26 Apr 2026 04:37:20 +1200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0be8236..0f9130c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Please download & review the original add-on, by Maurizio Memoli, for free on Gu Fork of MeshDataTransfer Blender addon under the GPL Blender license, [see](https://www.blender.org/about/license/). -_This fork adds multilingual UI support and fixes a circular import bug that prevented the addon from loading in Blender 4.2+._ +_This fork adds multilingual UI support._ ## Version 2.1.0 — Translation Fork by FemKiwii