bd_
a300622bb2
feat: support unsynced/saved toggles in new menu system ( #276 )
...
* chore: add support for synced/saved settings on menu actions
* feat: move action defaults to control group
* chore: finish the control group ui updates
* docs: update tutorial
* docs: update control group documentation
* docs/ui: menu install target UI and docs
2023-04-15 18:11:30 +09:00
bd_
9dc44d8ccc
feat: add support for local-only parameters to Parameters component ( #275 )
...
* feat: add support for local parameters
* docs: update parameters docs
2023-04-15 17:06:35 +09:00
bd_
ab3b05752a
chore: [ui] try to make the action toggle object ui a little bit clearer
2023-04-15 16:39:32 +09:00
bd_
0f07872659
chore: set icons for new component scripts
2023-04-15 16:39:32 +09:00
bd_
d1288fd335
fix: use IEditorOnly instead of mokeypatching the SDK ( #274 )
...
Increased SDK version requirement to 3.1.13 accordingly.
2023-04-11 20:21:00 +09:00
bd_
82d58e52fa
fix: clap sample can't be uploaded on SDK 3.1.13 ( #273 )
...
* chore: update VPM dependencies
* fix: set sample audio clip to load in background
2023-04-10 21:27:10 +09:00
dependabot[bot]
deb6bbfe5e
chore(deps): bump @algolia/client-search from 4.16.0 to 4.17.0 in /docs ( #272 )
...
Bumps [@algolia/client-search](https://github.com/algolia/algoliasearch-client-javascript ) from 4.16.0 to 4.17.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.16.0...4.17.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-04-10 20:44:39 +09:00
dependabot[bot]
bfd1595ad8
chore(deps-dev): bump typescript from 5.0.3 to 5.0.4 in /docs ( #271 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.3...v5.0.4 )
---
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-10 20:44:31 +09:00
Narazaka
00054c1a52
自動生成などでsubParametersがnullのメニューアセットを指定した場合にエラるのを回避 ( #263 )
...
* 自動生成などでsubParametersがnullのメニューアセットを指定した場合にエラるのを回避
* chore: add test for null subparameter field issue
---------
Co-authored-by: bd_ <bd_@nadena.dev>
2023-04-10 20:18:59 +09:00
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
bd_
68298e3c97
docs: fix broken links
2023-04-05 22:36:53 +09:00
bd_
5bb06e6c65
docs: add missing images
2023-04-05 22:31:13 +09:00
bd_
c7d3cb6fa4
chore: use WD blend tree to avoid getting facial expressions stuck
2023-04-05 21:34:16 +09:00
bd_
8e76d0225f
docs: initial draft of component level docs
2023-04-05 20:37:42 +09:00
bd_
1dc2f5580f
docs: ja menu tutorial
2023-04-04 20:25:38 +09:00
eni
43cd1e3875
fix: inconsistent handedness in finger bone names ( #262 )
2023-04-04 19:59:14 +09:00
bd_
169dcdf5ad
docs: add menu item tutorial (english)
2023-04-04 19:58:44 +09:00
bd_
023e8266ec
fix: add "add menu item" button
2023-04-04 19:33:19 +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
hill
7d97c75ef8
feat: improve usability of manual bake options
...
* select output avatar on manual bake
* add GameObject context menus
2023-03-23 19:09:41 +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_
f584f38303
chore: fix off-by-one error in ActionGenerator
2023-03-04 16:43:25 +09:00
bd_
e8366cd84a
improvements to error reporting
2023-03-04 14:41:13 +09:00
bd_
76edc43aca
feat: menu actions ( #231 )
...
Add a new feature to generate animations for menu items automatically.
Currently this only supports generating blend-tree based GameObject toggles.
2023-03-04 14:31:23 +09:00