Modular Avatar is a suite of non-destructive tools for modularizing your avatars, and for distributing avatar components. With Modular Avatar, adding a new outfit or gimmick to your avatar is as easy as drag-and-drop!
Go to file
nekobako a5bc6c50ac
衣装側で PhysBone の影響下にあるボーンは、アバター側に同名のボーンがあっても統合しない (#465)
* chore: preserve outfit side PhysBone even if the bone names match

* chore: remove PhysBone pruning as it is no longer needed

* chore: show error if outfit PhysBones affect to humanoid bones

* test: replace DuplicatePBStripping test to PreserveOutfitPB test

* test: remove unnecessary PhysBone from TransformMappingHandledCorrectly test

* Revert "test: replace DuplicatePBStripping test to PreserveOutfitPB test"

This reverts commit 8fe8f15866.

* Revert "chore: show error if outfit PhysBones affect to humanoid bones"

This reverts commit 4f3761ebf2.

* Revert "chore: remove PhysBone pruning as it is no longer needed"

This reverts commit b0c339e9d0.

* chore: restore duplicate PhysBone pruning

* test: add test for non duplicated bones

* chore: preserve outfit side PhysBone more than 1mm away from the avatar side bone

* test: remove PhysBone stripping tests that consider PhysBone properties

* test: add PhysBone stripping tests that consider bones distance

* fix: merge outfit side PhysBone that is just 1mm away from the avatar side bone

---------

Co-authored-by: bd_ <bd_@nadena.dev>
2023-11-01 19:06:34 +09:00
.github chore(deps): bump actions/setup-node from 3 to 4 in /.github/workflows (#511) 2023-11-01 19:01:18 +09:00
Assets chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
docs-site~ chore(deps): bump undici from 5.26.0 to 5.26.3 in /docs-site~ (#501) 2023-10-18 23:28:43 +09:00
docs~ chore(deps): bump @babel/traverse from 7.20.1 to 7.23.2 in /docs~ (#506) 2023-10-21 10:31:26 +09:00
Editor 衣装側で PhysBone の影響下にあるボーンは、アバター側に同名のボーンがあっても統合しない (#465) 2023-11-01 19:06:34 +09:00
Runtime chore: use ndmf Avatar Root api where applicable (#482) 2023-10-15 18:44:53 +09:00
Samples chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
UnitTests~ 衣装側で PhysBone の影響下にあるボーンは、アバター側に同名のボーンがあっても統合しない (#465) 2023-11-01 19:06:34 +09:00
.gitignore chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
.gitmodules feat: NDMF integration 2023-09-04 23:18:23 +09:00
Assets.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
CHANGELOG.md testing_ci 2022-09-07 20:46:39 -07:00
CHANGELOG.md.meta add missing meta files (#492) 2023-10-11 20:14:06 +09:00
COPYING.md chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
COPYING.md.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Editor.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
package.json 1.8.1 2023-10-09 19:01:33 +09:00
package.json.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
README.md chore: Update README.md 2023-10-08 15:41:33 +09:00
README.md.meta add missing meta files (#492) 2023-10-11 20:14:06 +09:00
Runtime.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Samples.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00

GitHub release (latest by date) GitHub release (by tag) GitHub all releases GitHub issues Github stars

Logo

Modular Avatar is a suite of non-destructive tools for modularizing your avatars, and for distributing avatar components. With Modular Avatar, adding a new outfit or gimmick to your avatar is as easy as drag-and-drop!

https://user-images.githubusercontent.com/64174065/204167927-259062f7-0b1b-4ca8-9723-dfa7c96ce3f4.mp4

Modular Avatar currently supports:

  • Merging prefab armatures into the parent avatar, as is often done to add outfits. MA minimizes the number of bones that are created in this process, reusing existing bones where possible.
  • Merging subcomponent animators into the parent avatar, for use with various types of avatar gimmicks.
  • and much more!

For more information, check out the documentation.


モジュラーアバターは、アバター設定を分割したり、アバター用ギミックや衣装を配布するための非破壊的なツールキットです。 モジュラーアバターを使えば、新しい衣装やギミックの導入はドラッグアンドドロップで楽ちんです!

モジュラーアバターは現在以下の機能があります。

  • 衣装導入でよくやる、プレハブのアーマチュアを親のアバターに統合すること。この過程で新規生成されるボーンを最小限にして、できる限り既存のボーンを使いまわします。
  • 部分的なアニメーターを親に統合することで、様々のギミックの実装を簡単にします。
  • 他にもいろいろ!

詳しくはドキュメンテーションページにご参照ください.