Commit Graph

280 Commits

Author SHA1 Message Date
bd_
02b7aedb86
Revert "fix: avoid name collisions in setup outfit (#435)" (#456)
This reverts commit 6cbcde05f4.

Adding a suffix broke enough people's workflows that it's probably
better to look for a more targeted solution to the misbinding issue
(once we have a repro).
2023-09-27 20:10:57 +09:00
anatawa12
01ca90fd86
fix: error if MergeArmature is not under an avatar (#455) 2023-09-27 18:34:20 +09:00
bd_
64816e7e3c 1.8.0-beta.1 2023-09-26 20:27:15 +09:00
bd_
11b10a82d5
fix: NPEs resulting from bones being deleted under armature lock (#448)
Fixes: #447
2023-09-25 22:58:02 +09:00
anatawa12
37309125ea
fix: compile error on runtime build (#450) 2023-09-25 22:57:45 +09:00
bd_
8a770de016 1.8.0-beta.0 2023-09-24 17:16:30 +09:00
bd_
90615dc04e chore: fix error when entering play mode 2023-09-24 17:16:30 +09:00
bd_
f9e319bf49
feat: Unidirectional armature sync mode (#416) 2023-09-24 16:59:43 +09:00
bd_
f38eb55010
feat: Modular Avatar Move Independently (#417) 2023-09-24 16:59:15 +09:00
anatawa12
cd6e018d47
feat: MA World Fixed Object (#385) 2023-09-24 16:59:02 +09:00
bd_
38aa88c658 fix: AvatarTagComponent API compatibility break 2023-09-24 14:44:07 +09:00
bd_
5feee0a61a Merge remote-tracking branch 'origin/main' into 000/plugin 2023-09-24 14:38:29 +09:00
bd_
c9c9701e1d chore: unexpose animation context for now
This API is still a bit unstable; it'll probably be added in a future release.
2023-09-24 14:37:10 +09:00
bd_
6332825980 chore: update NDMF dependency 2023-09-24 13:34:51 +09:00
bd_
512a7b9995 fix: proxy animations not being preserved 2023-09-23 19:39:49 +09:00
bd_
1f313de484 update NDMF dependency 2023-09-20 19:25:00 +09:00
bd_
30112030d4 Add cleanup pass and exception reporting 2023-09-20 19:24:36 +09:00
bd_
7edb06279c 1.7.7 2023-09-20 18:52:00 +09:00
bd_
7ed0179b91
fix: null/missing expressions params/menus breaking builds (#441) 2023-09-20 18:49:20 +09:00
bd_
a837008f3a chore: use SerializedObject to clone animations 2023-09-19 19:20:24 +09:00
bd_
911dc7bb47
fix: [ESO] bounds are untransformed when root bone is inconsistent (#440)
Closes: #439
2023-09-19 18:29:44 +09:00
bd_
b48fb90ad4 1.8.0-alpha.ndmf.1 2023-09-17 22:21:20 +09:00
bd_
2f27b13dc0 fix: Restore a couple of passes lost in the merge 2023-09-17 22:21:04 +09:00
bd_
370804a829 1.8.0-alpha.ndmf.0 2023-09-17 22:03:30 +09:00
bd_
a714cd9c14 Update NDMF version 2023-09-17 22:02:43 +09:00
bd_
b55fa356db Merge remote-tracking branch 'origin/main' into 000/plugin 2023-09-17 22:01:26 +09:00
bd_
0f338ec353 namespace refactor 2023-09-17 18:26:06 +09:00
bd_
90806cb300 Move animation utility APIs back to Modular Avatar for now 2023-09-17 18:16:27 +09:00
bd_
685e690d3a
fix: workaround issues with double-Armature hack (#436)
fixes: #308
2023-09-15 21:00:08 +09:00
bd_
ee8b6d3119 1.7.6 2023-09-14 21:33:46 +09:00
bd_
6cbcde05f4
fix: avoid name collisions in setup outfit (#435)
The human avatar mapping system seems to use bone _names_ rather than full
_paths_ to identify bones. When the avatar armature and an outfit armature
are both present under the avatar root, this can result in misidentification
of outfit bones as avatar bones on the avatar animator. This in turn results
in issues with Bone Proxy's editor-side tracking logic.

This change adjusts setup outfit to ensure that there is always a prefix
and/or suffix set, renaming bones if necessary.

Note that this does not fully use outfit human avatar data to map bones yet;
this is mostly intended as a patch to resolve the issues that have been
reported recently, particularly around the stricter validations in SDK
3.3.0.
2023-09-14 21:33:22 +09:00
bd_
ebda9cf7d5
fix: fixup expressions menus to avoid validation errors (#434)
This change scales oversized expression menu items, and redacts undefined
parameters to avoid hard-to-diagnose build errors.
2023-09-14 21:24:20 +09:00
anatawa12
c8e535cd7e
fix: Animator can cache incorrect humanoid bone mappings (#431)
When multiple bones with the same name exist in the initial hierarchy, the root Animator
can cache (prior to MA execution) bones that will later be deleted or renamed due to MA
action. While this isn't persisted to the avatar asset bundle, it can result in validation failures
blocking upload. To resolve this, invalidate this cache late in MA execution.
2023-09-14 19:28:49 +09:00
bd_
b1e763fdb0 Update to new NDMF API 2023-09-10 17:14:19 +09:00
bd_
5320c474dd 1.7.5 2023-09-08 20:32:31 +09:00
bd_
eecac2350e
fix: improve handling of scale correction when root bone is null (#425) 2023-09-08 20:32:03 +09:00
bd_
f9c19c6d67
fix: automatic bounds does not account for armature scale (#423) 2023-09-08 19:59:26 +09:00
bd_
b6537da650
ui: improve setup outfit usability (#422)
Show a descriptive error when setup outfit fails (fixes #415).
Use HeuristicBoneMapper to fuzzy-match hips (fixes #414)
2023-09-08 19:42:16 +09:00
bd_
75fe74da53
fix: non-unit scale armatures result in incorrect constraint behavior (#421) 2023-09-08 18:44:09 +09:00
bd_
36b13b8192 chore: protect against prefab instances leaking into play mode 2023-09-05 20:16:41 +09:00
bd_
99386fc756 feat: NDMF integration 2023-09-04 23:18:23 +09:00
bd_
b155202714
fix: incorrect scaling for Visible Head Accessory (#412) 2023-09-03 18:10:17 +09:00
bd_
8251f3fcf7
fix: missing load in background flag on clap sample asset (#413) 2023-09-03 18:10:06 +09:00
bd_
e3e7bc6e87 1.7.4 2023-08-28 21:25:49 +09:00
bd_
8da1c9d3be
fix: issues preventing error log from being displayed in some cases (#409) 2023-08-28 21:25:17 +09:00
bd_
798d38d1ce 1.7.3 2023-08-22 19:53:47 +09:00
bd_
34b973e9fe 1.7.3-rc.0 2023-08-22 18:58:11 +09:00
anatawa12
39da3b6742
chore: remove all components with missing script (#404)
* chore: remove all components with missing script
* Traverse disabled gameobjects when purging missing scripts

Co-authored-by: bd_ <bd_@nadena.dev>
2023-08-22 18:50:08 +09:00
anatawa12
6591f35a78
fix: missing references when VPM resolver is not present
* chore: configure overrideReferences false and referenced dlls

* chore: clear unused using

* chore: remove unused meta file

* fix: missing reference
2023-08-22 18:44:02 +09:00
bd_
f3ff0bdb5b 1.7.2 2023-08-20 14:16:01 +09:00