Commit Graph

393 Commits

Author SHA1 Message Date
anatawa12
00c683dd23
fix: retarget is not performed if rootBone is the only bone to be retargeted (#241)
* fix: retarget is not performed if rootBone is the only bone to be retargeted

* fix: MeshRetargeter may cause NRE if mesh is null

* fix: MeshRetargeter is not working if sharedMesh is null

* test: add test case for SkinnedMeshRenderer only with rootBone

* test: fix RootBoneOnly test

* test: fix expected and actual

* test: add test for SkinnedMeshRenderer without mesh
2023-04-09 19:08:57 +09:00
eni
bd81bafc84
feat: add Foot=Ankle mapping, more hand bone names (#265)
This adds support for KokuriRuru, which uses `Ankle_L`/`Ankle_R` for foot bones, and the finger bones generated with the regex replacement `"([A-Za-z]+?)([1-3]_[LR])"` → `"$1$2", "$1Finger$2"`. (Except for thumbs, which still use `Thumb[1-3]_L` not `ThumbFinger[1-3]_L`. This is left in, as another avatar may use this naming.)
2023-04-08 20:46:25 +09:00
eni
43cd1e3875
fix: inconsistent handedness in finger bone names (#262) 2023-04-04 19:59:14 +09:00
dependabot[bot]
d301a9dbe0
chore(deps-dev): bump typescript from 5.0.2 to 5.0.3 in /docs (#261)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 20:31:01 +09:00
dependabot[bot]
b6935673d5
chore(deps): bump actions/upload-artifact in /.github/workflows (#260)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 20:30:50 +09:00
dependabot[bot]
0ea207f539
chore(deps): bump actions/configure-pages in /.github/workflows (#255) 2023-03-27 14:34:14 +00:00
dependabot[bot]
a0d34cb9b8
chore(deps): bump actions/upload-artifact in /.github/workflows (#256) 2023-03-27 14:34:06 +00:00
bd_
72f0154cb4
fix: direct blend parameters not being remapped (#246)
Closes: #245
2023-03-25 15:29:00 +09:00
bd_
9ab530f8fb chore: add robots.txt 2023-03-25 15:21:00 +09:00
bd_
488be4417b chore: debugging dev-docs build 2023-03-25 15:06:38 +09:00
bd_
3e21bc6522 chore: debugging dev-docs build 2023-03-25 15:00:02 +09:00
bd_
c21e1fe1a6 chore: debugging dev-docs build 2023-03-25 14:59:10 +09:00
bd_
7e928c6e42 chore: rename a step 2023-03-25 14:57:38 +09:00
bd_
d03ffd882a chore: fix incorrect branch reference 2023-03-25 14:54:29 +09:00
dependabot[bot]
c7063930bd
chore(deps): bump actions/download-artifact in /.github/workflows (#252) 2023-03-25 05:48:42 +00:00
dependabot[bot]
45945d9f7f
chore(deps): bump actions/deploy-pages from 1 to 2 in /.github/workflows (#251)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 14:48:03 +09:00
dependabot[bot]
af5c6e46a5
chore(deps): bump notiz-dev/github-action-json-property (#250)
Bumps [notiz-dev/github-action-json-property](https://github.com/notiz-dev/github-action-json-property) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/notiz-dev/github-action-json-property/releases)
- [Commits](7c8cf5cc36...a5a9c668b1)

---
updated-dependencies:
- dependency-name: notiz-dev/github-action-json-property
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 14:47:51 +09:00
dependabot[bot]
ff8cd6b705
chore(deps): bump softprops/action-gh-release in /.github/workflows (#249)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.14 to 0.1.15.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](1e07f43987...de2c0eb89a)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 14:47:41 +09:00
dependabot[bot]
38043d3073
chore(deps): bump thedoctor0/zip-release in /.github/workflows (#248)
Bumps [thedoctor0/zip-release](https://github.com/thedoctor0/zip-release) from 0.6.2 to 0.7.1.
- [Release notes](https://github.com/thedoctor0/zip-release/releases)
- [Commits](09336613be...a24011d8d4)

---
updated-dependencies:
- dependency-name: thedoctor0/zip-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-25 14:47:28 +09:00
bd_
8ead8bd8c5 chore: build dev branch docs as well 2023-03-25 14:45:55 +09:00
bd_
f3a2aa987b chore: only run GameCI on unity-related changes 2023-03-25 14:38:32 +09:00
bd_
7fa4146a91
chore: update dependabot.yml 2023-03-25 14:36:08 +09:00
bd_
48c112ddcf
chore: update dependabot.yml 2023-03-25 14:35:13 +09:00
bd_
6e1c3b65d3
chore: enable dependabot for github actions 2023-03-25 14:32:02 +09:00
dependabot[bot]
c7e59daf80
chore(deps): bump webpack from 5.75.0 to 5.76.3 in /docs (#247) 2023-03-25 05:11:56 +00:00
bd_
a56d8a0ab8 chore: adjust gameci workflow to run on external PRs 2023-03-25 14:03:48 +09:00
bd_
c405ff1089 chore: update docs dependencies 2023-03-25 13:54:23 +09:00
anatawa12
be654074d9
chore: add bone name mapping from BoneRenamer by Azukimochi (#234)
Co-authored-by: Azukimochi <103747350+Azukimochi@users.noreply.github.com>
2023-03-12 22:08:00 +09:00
dependabot[bot]
563b8b9fc7
chore(deps): bump @algolia/client-search from 4.14.3 to 4.15.0 in /docs (#233)
Bumps [@algolia/client-search](https://github.com/algolia/algoliasearch-client-javascript) from 4.14.3 to 4.15.0.
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.3...4.15.0)

---
updated-dependencies:
- dependency-name: "@algolia/client-search"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 21:56:41 +09:00
bd_
c8db23e349 chore: enable GameCI 2023-03-04 21:39:27 +09:00
bd_
ce76bb2190
fix: exception in avatar parameters editor (#230) 2023-03-04 14:15:08 +09:00
bd_
f88f3e6225 1.4.5 2023-02-25 17:55:49 +09:00
bd_
319fd9a2ff
feat: add chest=bust mapping for the heuristic bone mapper (#227)
Closes: #220
2023-02-25 17:55:42 +09:00
bd_
2f7e6ccd6f
fix: parameter drivers attached to state machines are not renamed properly (#226) 2023-02-25 17:53:15 +09:00
bd_
d39c098893
feat: improve handling of editoronly objects (#224) 2023-02-25 17:53:09 +09:00
bd_
db7be7107c
fix: high quality curve setting is not preserved properly (#225)
This setting is set to _off_ on some imported animation files;
in this case, tangent data is not used and the curve is interpolated linearly.

Previously, we would sometimes set this to on as part of various animation
manipulations we perform in MA processing; this broke some avatars, e.g. "Fluria".
2023-02-25 17:53:02 +09:00
bd_
887f7d0dff
fix: improve parameter inspector perf when using lots of parameters
This doesn't fully close #217, but it's an improvement. Fully fixing it will require reworking the UI fully (or getting unity to fix their terrible code :/)
2023-02-22 23:29:45 +09:00
bd_
d385eb8800 fix: sometimes the MA icons aren't disabled properly
It seems that sometimes static initializers are created before the icon annotations are updated. This change checks for this case, and defers the icon-disabling until after the necessary annotation records are created.
2023-02-19 16:04:08 +09:00
bd_
092274d11c 1.4.4 2023-02-18 16:01:13 +09:00
dependabot[bot]
ce6d2c7e79 chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-18 16:00:50 +09:00
bd_
1af8650ead chore: Add docs for error report window 2023-02-18 16:00:00 +09:00
bd_
be04ea608d chore: switch to yarn 2.0 linker 2023-02-17 21:52:03 +09:00
bd_
7d686132de chore: update docs dependencies 2023-02-17 21:52:03 +09:00
bd_
b52e33a517 chore: upgrade docs to yarn 2.0 2023-02-17 21:52:03 +09:00
bd_
d4639e2d70 Move actual icon to the icons repository
Since the icon isn't MIT-licensed, this change replaces it in the dev
repo with a placeholder and adds the real icon back in at package build
time (like we do with the main logo image).
2023-02-17 20:59:11 +09:00
Razgriz
46dd103f55 Disable MA icons on project load 2023-02-17 20:59:11 +09:00
Razgriz
7192f90e8e Add MA Icon & Assign to MA Component Scripts 2023-02-17 20:59:11 +09:00
bd_
dcc1650dbd fix: make generated assets easily visible in play mode 2023-02-08 22:35:44 +09:00
bd_
13e009b6fc chore: fix incorrect parameters for certain errors 2023-02-08 22:33:48 +09:00
bd_
c2e6bb53cd feat: Add error reporting UI 2023-02-08 22:19:10 +09:00