bd_
cd5bb5ff4e
refactor: use VirtualControllerContext.Controllers
2025-03-09 20:41:51 -07:00
bd_
e91b8ab6c3
refactor: use IVirtualize*
2025-03-09 20:41:51 -07:00
ColorlessColor
aaa448bf57
fix: Use localOnly
instead of syncType = NotSynced
when importing parameter asset ( #1460 )
2025-03-08 20:09:43 -08:00
Reina_Sakiria
e0f55ddc4f
fix: forget to process VirtualStateTransition ( #1468 )
...
* fix: forget to process VirtualStateTransition
* test: add test for renaming transition parameters
---------
Co-authored-by: bd_ <bd_@nadena.dev>
2025-03-08 07:36:46 -08:00
bd_
e471df8860
fix: incorrect first layer weights in Merge Animator ( #1473 )
...
Unity ignores the weight of the first layer in a controller, and forces it to one; here, we replicate that behavior in Merge Animator.
Note that we choose to do this here rather than in NDMF - this is because NDMF-level APIs are trying to accurately represent the data in the animator, and should be able to round-trip even "garbage" data there.
Closes: https://github.com/bdunderscore/ndmf/issues/534
Closes : #1472
2025-03-07 18:41:26 -08:00
bd_
70dd38e970
fix: incorrect initial states for Shape Changer ( #1464 )
2025-03-02 20:52:38 -08:00
bd_
7e5d631b9d
fix: missing PreviewMode innate parameter ( #1466 )
2025-03-02 20:51:59 -08:00
nadena-dev-ci
3f57e17548
New Crowdin updates ( #1462 )
...
* New translations en-us.json (Chinese Simplified)
* New translations en-us.json (Chinese Traditional)
2025-03-02 18:20:22 -08:00
bd_
242a108703
fix: incorrect initial state for inverted Shape Changers ( #1458 )
2025-02-19 18:26:09 -08:00
bd_
07cce41329
fix: NRE in GetReplacementPath ( #1452 )
2025-02-19 18:17:11 -08:00
bd_
7cafd314a4
chore: port MA to the new NDMF animation API ( #1371 )
2025-02-16 22:25:12 -08:00
bd_
d3ae37c3cf
fix: RCs can't be used in conjunction with custom animations
...
Closes : #1440
2025-02-16 18:40:15 -08:00
bd_
8a1d2b77dd
Revert "chore: sync object and menu"
...
This reverts commit fa4e714f307fce3cec4a13bd6cfbf2760134a710.
This is temporarily reverted until we have support in MenuItem to ensure
that `0` is always the default selection, even for toggles. This should
be reverted when #1433 is done (which will resolve #1434 )
2025-02-02 19:52:33 -08:00
tliks
2849ea9183
chore: sync object and menu
2025-02-02 19:52:33 -08:00
tliks
eb7793d7c5
chore: rename "SetupToggle" to "CreateToggleForSelection"
2025-02-02 19:52:33 -08:00
tliks
de18e77e34
chore: use MenuCommand
2025-02-02 19:52:33 -08:00
tliks
19d8ebee68
chore: Active = !selected.activeSelf
2025-02-02 19:52:33 -08:00
tliks
54d85a5cef
feat: support multiple selections
2025-02-02 19:52:33 -08:00
tliks
8e2650acdb
feat: setup toggle
2025-02-02 19:52:33 -08:00
bd_
a6cde1fbe9
fix: menu assets referenced by Menu Installer aren't renamed correctly
...
Closes : #1414
2025-01-31 19:08:52 -08:00
tliks
5175626b23
chore: remove unnecessary observing
2025-01-31 17:18:38 -08:00
tliks
8414d203e5
chore: ignore inactive root in GetTargetGroups
2025-01-31 17:18:38 -08:00
bd_
89d38c5371
fix: occasional NRE from RO analysis
2025-01-31 17:15:34 -08:00
bd_
2f32cb4351
fix: RO values from always-on components are sometimes ignored
2025-01-31 17:15:27 -08:00
bd_
18569ab556
fix: deletedShape animation curves are retained in final avatar animations
...
This results in downstream tools such as AAO improperly treating these objects as animated.
2025-01-24 19:02:09 -08:00
anatawa12
909d7e66c4
fix: menu icon in submenu are not fixed
2025-01-24 18:58:54 -08:00
Rerigferl
3ceafb8e1f
fix: add BeginProperty to AvatarObjectReferenceDrawer
2025-01-24 18:58:34 -08:00
nadena-dev-ci
cd0ed0f009
New translations en-us.json (Chinese Simplified)
2024-12-08 18:24:33 -08:00
nadena-dev-ci
1b8e40c747
New translations en-us.json (Chinese Simplified)
2024-12-08 18:24:33 -08:00
bd_
7967fcf121
fix: NullReferenceException in some cases when viewing MA Menu Item controls
...
Closes : #1383
2024-12-06 17:26:14 -08:00
bd_
6dcd63dde7
Merge branch 'main' into menu-richtext
2024-12-01 15:41:30 -08:00
bd_
d91c69835c
feat: add API to open Menu Installer's selection UI
...
Closes : #1327
2024-12-01 15:40:57 -08:00
bd_
76eca08c22
feat: Sync Parameter Sequence
2024-12-01 15:36:53 -08:00
bd_
2c3e24333a
feat: Remove Vertex Color ( #1378 )
2024-12-01 13:54:43 -08:00
Rinna Koharu
f35283db51
fix: changed not to use Instantiate when creating inverse root bone ( #1376 )
...
Co-authored-by: Rerigferl <70315656+AshleyScarlet@users.noreply.github.com>
2024-12-01 07:10:48 -08:00
bd_
f3bf07b601
perf: switch to AssetSaver API ( #1372 )
2024-11-28 16:59:01 -08:00
bd_
80d17f8284
fix: heuristic matching for "びしょ濡れのしずくちゃん" ( #1370 )
2024-11-25 19:09:12 -08:00
bd_
a7ef0d6635
fix: multiple issues with MAMoveIndependently ( #1369 )
...
* fix: multiple issues with MAMoveIndependently
Fixed issues with nested Move Independently components (Closes #1367 ).
Fixed MAMoveIndependently not being saved (Supercedes #1366 )
Reduce jittering when moving MAMI bones.
* chore: fix some namespaces
* chore: fix non-editor buil
2024-11-24 18:24:38 -08:00
Reina_Sakiria
0606311f51
fix: MA MeshSettings forget to keep the inverse root bone. ( #1356 )
...
* fix: Forget to keep the inverse root bone.
* fix: inverted root bone position is offset from original
---------
Co-authored-by: bd_ <bd_@nadena.dev>
2024-11-24 18:02:10 -08:00
Reina_Sakiria
fd59c3e910
fix: MA MergeArmature forget to retaining the root bone. ( #1355 )
...
* fix: forget to retaining the root bone
* chore: fix test
---------
Co-authored-by: bd_ <bd_@nadena.dev>
2024-11-24 16:41:20 -08:00
bd_
46f5296528
Revert "Use VRCParentConstraint instead of constraint hack for world fixed objects when available ( #1326 )" ( #1363 )
...
This reverts commit a984cf86735170d075f8224dd7c83fa760e54eed. The prior
behavior was to lock world fixed objects at their offset from the
origin; however with this change we ended up locking them at a location
relative to the avatar spawn location, breaking some gimmicks.
I tried experimenting a bit with VRCConstraint to try to replicate this
behavior, but it seems a bit non-trivial, so we'll revert this as a
hotfix for now.
2024-11-19 19:04:33 -08:00
bd_
e68e176aa4
feat: allow multi-edit of "Is Default" when parameter names are empty ( #1350 )
2024-11-16 19:20:36 -08:00
bd_
d23b9f94a2
fix: empty MA Parameters names break auto param UI ( #1346 )
2024-11-16 19:02:37 -08:00
bd_
30512c26e8
fix: NotSynced parameters become synced when merging ( #1347 )
...
Closes : #1342
2024-11-16 19:02:32 -08:00
bd_
4405d7aa56
fix: MA Parameters bool items + MA Menu Item auto value is broken ( #1345 )
...
Closes : #1331
2024-11-16 19:02:24 -08:00
Jeremy Lam aka. Vistanz
a984cf8673
Use VRCParentConstraint instead of constraint hack for world fixed objects when available ( #1326 )
...
* Fixes error when merging same parameter with different type in RC menu item.
* Rollback ReactiveObjectPass, use another approach
* Set defaults to ModularAvatarMergeAnimator to prevent potential errors
* Use VRCParentConstraint instead of constraint hack
for world fixed objects when available
* Make sure the VRC constraint only applies on VRChat avatars
* Extract creation logic to external method
* Rearrange method
* Get rid of unit test
* Fix unit test build error
* Fix assert fail
2024-11-16 19:02:09 -08:00
bd_
81ad82b765
fix: ParameterAssignerPass forces all parameters to float type ( #1337 )
...
Closes : #1335
2024-11-03 18:32:29 -08:00
bd_
973e7d2448
fix: suppress ObjectReferenceFixer in play mode ( #1336 )
...
Not sure if this will do anything, but maybe it'll help with the perf issues people have reported?
2024-11-03 18:32:22 -08:00
nadena-dev-ci
59ff119d20
New Crowdin updates ( #1330 )
...
* Update source file en-US.json
* New translations en-us.json (Japanese)
2024-11-03 18:32:15 -08:00
Ao_425
29e2041312
chore: Add mesh settings regardless of parent presence in Setup Outfit ( #1322 )
...
* chore: remove parent check for adding meshsettings
* chore: a little refactoring
2024-11-02 15:20:13 -07:00