bd_
3d3aefd4f9
feat: use VRCHeadChop for VisibleHeadAccessory ( #954 )
...
Closes : #784
2024-08-06 05:53:37 -07:00
bd_
9a974f5f09
fix: shape changer would not generate animations when controlled only by object toggle ( #951 )
2024-08-05 21:50:35 -07:00
bd_
098a85af50
fix: not all clip settings are copied properly ( #953 )
...
Closes : #949
2024-08-05 21:13:50 -07:00
bd_
2cd996db55
fix: cursed interaction with Unity Timeline causes animation curves to be lost ( #952 )
...
Closes : #950
2024-08-05 21:13:41 -07:00
bd_
0806c621c5
docs: change JP translation of reactive component
2024-08-04 21:28:59 -07:00
bd_
7a3b782fae
docs: documentation for general reactive components ( #946 )
2024-08-04 20:44:10 -07:00
bd_
8e7526e711
Connect reactive components to MenuItems ( #944 )
...
* refactor: generalize support for arbitrary parameters as conditions
* feat: automatically assign Menu Item parameters
* feat: ReactiveComponents respond to MenuItems
* feat: AvatarObjectReference tracks both paths and direct object references
* feat: set isSaved/isSynced/default values from MenuItem
* feat: Object Toggle preview supports menu items and manipulating parent objects
* feat: reactive previews respond to menu item default value states
* chore: update NDMF dependency
2024-08-04 19:31:43 -07:00
bd_
bf9266f054
1.10.0-alpha.6
2024-08-03 21:06:31 -07:00
bd_
d999f799fb
fix: shapekey deletion logic broke all bones in the mesh ( #940 )
2024-08-03 21:05:58 -07:00
bd_
c50b3526f6
feat: expose per-component toggles to the NDMF plugin preview UI ( #941 )
2024-08-03 21:05:10 -07:00
bd_
32dc864d8d
feat: add Object Toggle component ( #942 )
...
* feat: add Object Toggle component
* docs: Object Toggle docs
* chore: add missing HelpURL
* chore: fix broken test
2024-08-03 19:56:07 -07:00
bd_
366ff0832f
fix: Scale Adjuster breaks physbones ( #938 )
...
Scale Adjuster introduces child transforms, and thus needs to add PB exclusions
to avoid breaking parent PB chains.
Closes : #924
2024-07-30 08:44:42 -07:00
bd_
08b3880d23
docs: actually actually fix the docs build this time
2024-07-28 20:46:19 -07:00
bd_
7beb5bf09b
Revert "ci: fix docs build"
...
This reverts commit 17a85325f8
.
2024-07-28 20:40:50 -07:00
bd_
22555632bf
Revert "ci: actually fix docs configuration"
...
This reverts commit e6af038379
.
2024-07-28 20:36:44 -07:00
bd_
e6af038379
ci: actually fix docs configuration
2024-07-28 20:35:12 -07:00
bd_
17a85325f8
ci: fix docs build
2024-07-28 20:31:44 -07:00
bd_
d8e01234f0
feat: delay GameObjects turning OFF by one frame, when they control ShapeChangers ( #934 )
...
Closes : #918
2024-07-28 20:22:32 -07:00
bd_
0bc64eb755
1.10.0-alpha.5
2024-07-28 19:11:29 -07:00
bd_
50c5bd6001
docs: fix broken anchor link ( #933 )
2024-07-28 19:10:26 -07:00
bd_
925d601a1b
fix: missing observe in ShapeChangerPreview ( #932 )
...
Closes : #917
2024-07-28 18:53:23 -07:00
dependabot[bot]
749d4dac4f
chore(deps): bump softprops/action-gh-release in /.github/workflows ( #929 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](a74c6b72af...c062e08bd5
)
---
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>
2024-07-28 18:39:30 -07:00
bd_
8dd4426e64
chore: update for NDMF 1.5.0-beta.0 API changes ( #931 )
2024-07-28 18:39:18 -07:00
nadena-dev-ci
28de60a31f
New translations en-us.json (Chinese Traditional) ( #923 )
2024-07-28 16:56:29 -07:00
bd_
b9b7677e3a
fix: heuristic matching is performed even when an exact hips candidate is found ( #922 )
2024-07-28 16:56:21 -07:00
dependabot[bot]
9c96ae2010
chore(deps): bump nathanvaughn/actions-cloudflare-purge ( #920 )
...
Bumps [nathanvaughn/actions-cloudflare-purge](https://github.com/nathanvaughn/actions-cloudflare-purge ) from e0eca002a6d4e05a974d8eadaf0909776df25ce3 to 367672c723960cd03bb7d8c2c4d89062a3fc1fac.
- [Release notes](https://github.com/nathanvaughn/actions-cloudflare-purge/releases )
- [Commits](e0eca002a6...367672c723
)
---
updated-dependencies:
- dependency-name: nathanvaughn/actions-cloudflare-purge
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 08:49:02 -07:00
bd_
57fe84548c
feat: shape changer can respond to multiple parent objects being animated ( #916 )
...
* refactor: generalize the shape changer implementation a bit
* feat: shape changer can respond to multiple parent objects being animated
Closes : #865
2024-07-06 21:39:42 -07:00
bd_
746a72f60b
fix: unused/hidden subparameters are retained and break builds ( #914 )
2024-07-06 21:34:15 -07:00
bd_
f3168253f6
fix: menu item is not considered for unused parameter detection ( #915 )
2024-07-06 21:15:28 -07:00
bd_
bdb2dc2a42
fix: NRE in ScaleAdjusterPreview ( #913 )
2024-07-06 18:42:56 -07:00
bd_
2efcc670df
fix: performance issues with Scale Adjuster Preview ( #912 )
...
* fix: performance issues with Scale Adjuster Preview
* chore: update .gitignore
2024-07-03 12:00:27 +09:00
anatawa12
65d229d338
ci: add zipSHA256 support ( #909 )
2024-07-02 12:49:55 +09:00
bd_
11ca336ece
1.10.0-alpha.4
2024-07-01 20:38:49 -07:00
bd_
806d31fd82
refactor: remove reactive query ( #911 )
2024-07-02 12:38:27 +09:00
dependabot[bot]
4ad38c1229
chore(deps): bump softprops/action-gh-release in /.github/workflows ( #905 )
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](69320dbe05...a74c6b72af
)
---
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>
2024-06-25 22:19:48 +09:00
bd_
02ca58a3a9
fix: shape changer doesn't set the correct initial state for blendshapes it controls ( #904 )
...
Closes : #872
2024-06-24 12:04:29 +09:00
bd_
b3142d7f11
chore: minor cleanups, unit tests ( #901 )
2024-06-24 11:14:18 +09:00
Jeremy Lam aka. Vistanz
90dfc1822c
Implement VRCAnimatorPlayAudio handling logic ( #899 )
...
* feat: Implement VRCAnimatorPlayAudio handling logic (Quick & Dirty)
* chore: Remove redundant PlayAudioHolder and debug logs
2024-06-24 10:19:34 +09:00
bd_
70aee65472
docs: fix some more links
2024-06-22 18:29:10 -07:00
bd_
3937657d35
docs: fix broken admonitions
2024-06-22 18:25:01 -07:00
nadena-dev-ci
65dc560429
New translations en-us.json (Chinese Traditional) ( #894 )
2024-06-23 10:14:35 +09:00
bd_
9adec1e5e7
fix: null reference exception from ScaleAdjusterPreview ( #896 )
2024-06-23 10:09:59 +09:00
bd_
76d5f882eb
chore: implement preview refresh ( #893 )
...
* chore: implement refresh for ScaleAdjusterPreview
* chore: implement refresh in ShapeChangerPreview
2024-06-23 10:09:51 +09:00
bd_
ae3e163bd4
docs: fix links
2024-06-22 18:04:56 -07:00
bd_
6a82c6201f
docs: CSS adjustments
2024-06-22 18:03:22 -07:00
bd_
04fc7ac69a
docs: overview for outfit creators
2024-06-22 17:59:00 -07:00
nadena-dev-ci
14c9da940f
New Crowdin updates ( #892 )
...
* New translations en-us.json (Chinese Traditional)
* New translations en-us.json (Chinese Traditional)
2024-06-22 10:03:29 +09:00
dependabot[bot]
fa683e2675
chore(deps): bump braces from 3.0.2 to 3.0.3 in /docs-site~ ( #888 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 22:16:31 -07:00
dependabot[bot]
208987df07
chore(deps): bump ws from 7.5.9 to 7.5.10 in /docs~ ( #889 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 22:16:15 -07:00
dependabot[bot]
7d3eca08f2
chore(deps): bump ws from 8.14.2 to 8.17.1 in /docs-site~ ( #887 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.14.2 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.14.2...8.17.1 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 21:59:23 -07:00