bd_
ddbc3b164b
chore: restructure repository to put package at top-level ( #477 )
...
* chore: rearrange package structure to have the package at the root
* ci: update CI workflows
* ci: fixing workflow bugs
* ci: recurse building .zip package
* ci: more fixes
* ci: add back in the nadena.dev VPM repo
* ci: fix tests
2023-10-08 15:39:57 +09:00
anatawa12
4a89a8738e
docs(ja/logo-usage): fix typo ( #476 )
2023-10-07 21:39:39 +09:00
bd_
bc1939f8a2
ci: trigger docs release when releases are released
2023-10-07 21:26:11 +09:00
bd_
68cb6c8530
docs: add logo usage guidelines and extending docs ( #475 )
2023-10-07 20:52:41 +09:00
dependabot[bot]
c97a1fa82e
chore(deps): bump postcss from 8.4.19 to 8.4.31 in /docs ( #474 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.19 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.19...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 20:44:18 +09:00
bd_
2925ecf419
1.8.0
2023-10-07 20:38:56 +09:00
bd_
d35723c34d
chore: adjust legacy AAO warning
2023-10-07 18:08:15 +09:00
bd_
4db96d2538
ci: use VRCSDK 3.4 for tests ( #473 )
2023-10-07 10:23:46 +09:00
bd_
11bf5e32d0
fix: unknown error from ESO when avatar descriptor is not found ( #472 )
2023-10-07 10:23:38 +09:00
bd_
8b60cdb6fc
chore: delete dead code ( #470 )
2023-10-06 19:21:43 +09:00
bd_
55e662be66
Update vpm-manifest.json
2023-10-05 19:16:55 +09:00
bd_
ef17cbbbf9
1.8.0-rc.0
2023-10-03 20:04:21 +09:00
bd_
3b8a3c3fd9
chore: update project settings
2023-10-03 19:57:26 +09:00
bd_
bf19bc1102
Update gameci.yml
2023-10-03 19:49:28 +09:00
bd_
7e8aa3f5f1
fix: fix issues with nested armature confusion in Easy Setup Outfit ( #469 )
...
This fixes issues with nested armature confusion by changing the name of the
Armature object (only).
2023-10-03 19:38:01 +09:00
bd_
56119c0779
Update gameci.yml
2023-10-03 19:26:11 +09:00
bd_
02ea485c08
Update gameci.yml - enable prettyprint of test results
2023-10-03 18:40:37 +09:00
bd_
c454bc1ed8
fix: blendshape sync not being processed ( #466 )
...
* Add integration test for blendshape sync
* fix: blendshape sync not being processed
This change refactors AnimationDatabase to be part of the same extension
context as the TrackObjectRenames functionality (which is renamed back to
PathMappings). This then allows us to sequence deactivation of this context
to come after blendshape processing completes.
Fixes : #461
2023-10-01 00:09:43 +09:00
anatawa12
46c1f7ce49
Add warning for legacy (non-ndmf) aao ( #458 )
...
* chore: restore some functions in AvatarProcessor for compile time legacy AAO compatibility
* feat: add warning for legacy Avatar Optimizer
2023-09-30 17:00:18 +09:00
Rinna Koharu
3f681a08de
位置追従モードの説明の日本語訳を修正 ( #459 )
2023-09-30 16:59:04 +09:00
bd_
23a8027222
docs: set trailingSlash: false
2023-09-30 16:52:40 +09:00
bd_
820c2b0b95
docs: fix build issues ( #463 )
2023-09-30 16:35:42 +09:00
bd_
af7a9c03ba
1.8.0-beta.2
2023-09-27 20:25:15 +09:00
bd_
bef17bbaf8
fix: Move Independently breaks armature lock ( #457 )
2023-09-27 20:24:42 +09:00
bd_
587084ffb7
docs: fix broken relative links
2023-09-27 20:23:10 +09:00
bd_
7227de11fd
chore: update dev project settings
2023-09-27 20:15:40 +09:00
dependabot[bot]
c00f4323bb
chore(deps): bump @docusaurus/core from 2.4.1 to 2.4.3 in /docs ( #445 )
2023-09-27 11:12:53 +00:00
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
dependabot[bot]
6b32b67344
chore(deps): bump @docusaurus/preset-classic in /docs ( #446 )
2023-09-27 11:07:43 +00:00
dependabot[bot]
3176dcad76
chore(deps-dev): bump @docusaurus/module-type-aliases in /docs ( #444 )
...
Bumps [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases ) from 2.4.1 to 2.4.3.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.4.3/packages/docusaurus-module-type-aliases )
---
updated-dependencies:
- dependency-name: "@docusaurus/module-type-aliases"
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-09-27 20:03:16 +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
anatawa12
fc1abcfede
test: add test for runtime build ( #452 )
2023-09-26 19:55:39 +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_
af737379f8
chore: update unity generated files
2023-09-24 17:13:52 +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_
9777a4f235
chore: remove submodule
2023-09-24 14:40:51 +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