Commit Graph

85 Commits

Author SHA1 Message Date
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_
6dcd63dde7
Merge branch 'main' into menu-richtext 2024-12-01 15:41:30 -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
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
bd_
a3b9acba39
ui: Improvements to MA Parameters editor (#1329)
* Add import-from-asset feature (Closes: #880, #668, #410)
* Limit size of scrollable area to avoid double-scrolling
* Add support for pressing the "delete" key to delete parameters.
2024-11-02 15:17:58 -07:00
nadena-dev-ci
766f728a8a
New Crowdin updates (#1284)
* Update source file en-US.json

* Update source file en-US.json

* New translations en-us.json (Japanese)
2024-10-13 18:28:53 -07:00
bd_
7ae98d63b0
fix: missing localization strings for Replace Object errors (#1282)
Closes: #1281
2024-10-12 17:29:19 -07:00
Sayamame-beans
4a376f8723
Merge Armatureの"Reset position to base avatar"にA/Tポーズ変換オプションを追加 (#1188)
* feat: A/T Pose conversion on "Reset position to base avatar"

* chore: reorder posReset options

* chore: unify FixAPose functions into SetupOutfit.FixAPose
2024-10-12 16:34:30 -07:00
nadena-dev-ci
8150e05dd0 New translations en-us.json (Chinese Traditional) 2024-10-01 20:15:07 -07:00
Haï~
c5e787045a review:
- Rebased to 1.10.0-rc.4 because the inspector of SubMenu of source Expressions Menu were broken in the base commit this branch initially started with, which was preventing testing some aspects raised during review.
- When this is being rendered as part of an SubMenu of source Expressions Menu, don't use any of the label logic, as menu items within such an Expressions Menu are not backed by any GameObject.
- Rename _isTryingRichLabel to _useLabel.
- Since switching to unlinked always overwrites the label field with the current ObjectName, and switching to linked always empties the label field, the state of _useLabel while the Inspector is open is implied by the value of the label field, or the previous state of the _useLabel field itself when the label field is being emptied out.
  - In addition, use the |= operator.
- When the name is linked, and the user begins typing the "<" character, set the label field, and do not apply the name. This will automatically switch to linked mode as the inspector will be reevaluated a second time.
  - If the original object name already contains a "<" character (i.e. it comes from a previous version of Modular Avatar), there will be no automatic conversion happening as long as the object name still contains the "<" character.
- Changed the localization keys to discard the rich text toggle aspect.
- Not addressed: When multiple Menu Item components are selected, the behaviour of the inspector currently edits the GameObject name, with no link button, and no automatic conversion when typing "<", regardless of the contents of the label field.
2024-10-01 09:52:39 +02:00
Haï~
776f08be3f review:
- Add a link/unlink icon to the right of the name field.
- Only show the rich text preview when there is the character '<' in the label field.
- Toggling link from ON to OFF will set the label to the current GameObject name.
2024-10-01 09:52:39 +02:00
Haï~
b01b280f79 feat: menu name may use string field 2024-10-01 09:52:39 +02:00
nadena-dev-ci
4f398d21c3
New Crowdin updates (#1212)
* New translations en-us.json (Japanese)

* New translations en-us.json (Korean)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Traditional)

* Update source file en-US.json

* New translations en-us.json (Japanese)
2024-09-27 18:06:53 -07:00
Sayamame-beans
de1744b080
chore: update some messages (#1208) 2024-09-25 19:35:25 -07:00
nadena-dev-ci
d82c41c390
New translations en-us.json (Japanese) (#1204) 2024-09-24 18:56:57 -07:00
nadena-dev-ci
c2b6766a40
New Crowdin updates (#1169)
* New translations en-us.json (Japanese)

* New translations en-us.json (Japanese)
2024-09-17 20:25:41 -07:00
nadena-dev-ci
a9c2815106
New translations en-us.json (Chinese Traditional) (#1126) 2024-09-13 19:26:52 -07:00
nadena-dev-ci
422ed5cfb1
New Crowdin updates (#1099)
* New translations en-us.json (Japanese)

* Update source file en-US.json
2024-09-03 21:24:00 -07:00
bd_
0ee291076f
feat: Menu Item automatic values (#1098) 2024-09-03 19:07:33 -07:00
nadena-dev-ci
db06a6a492
New translations en-us.json (Chinese Traditional) (#1082) 2024-09-02 17:54:16 -07:00
nadena-dev-ci
f514a5e904
New Crowdin updates (#1051)
* Update source file en-US.json

* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Japanese)

---------

Co-authored-by: bd_ <bd_@nadena.dev>
2024-08-27 20:16:44 -07:00
bd_
87a385a43e
feat: add a debugging UI for the reactive components system (#1049) 2024-08-25 20:19:04 -07:00
nadena-dev-ci
07660164ba
New Crowdin updates (#1033)
* New translations en-us.json (Japanese)

* New translations en-us.json (Chinese Traditional)

* Update source file en-US.json

* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Traditional)
2024-08-25 19:00:47 -07:00
nekobako
8418f8e047
feat: change shape changer to support multiple target renderers (#1011)
* feat: add target renderer to ChangedShape

* chore: add test for ShapeChanger target renderer

* feat: add override target to MaterialSetter

* fix: resolve added AvatarObjectReference

* fix: record prefab instance property modifications

* refactor: remove unused setter for AvatarObjectReference

* refactor: change ChangedShape and MaterialSwitchObject from struct to class

* feat: remove override target from ShapeChanger and MaterialSetter

* refactor: align flow and code style of ShapeChanger and MaterialSetter

* feat: ShapeChanger target migration

* fix: add null check

* chore: added some comments and nullchecks

---------

Co-authored-by: bd_ <bd_@nadena.dev>
2024-08-21 20:27:10 -07:00
nadena-dev-ci
3838014517
New Crowdin updates (#998)
* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Traditional)

* Update source file en-US.json

* New translations en-us.json (Japanese)
2024-08-12 18:47:44 -07:00
anatawa12
f4ab86fedc
feat: SetOrInherit mode in MA Mesh Settings for EasySetupOutfit (#981)
* feat: SetOrInherit for MA Mesh Settings

* chore: use SetOrInherit in EasySetupOutfit

* test: fix test data

* Delete Editor/CheckBoneMapping.cs
2024-08-12 18:45:51 -07:00
nadena-dev-ci
13822f33e1
New Crowdin updates (#986)
* Update source file en-US.json

* New translations en-us.json (Japanese)

* New translations en-us.json (Korean)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Traditional)

* Update source file en-US.json

* New translations en-us.json (Japanese)

* New translations en-us.json (Japanese)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Traditional)

* Update source file en-US.json

* New translations en-us.json (Japanese)

* New translations en-us.json (Japanese)

* New translations en-us.json (Japanese)

---------

Co-authored-by: bd_ <bd_@nadena.dev>
2024-08-11 18:48:01 -07:00
bd_
3117275277
ui: make new menu item checkboxes translatable (#988)
Note: The menuitem.prop.is_default string is changed and needs to be retranslated.
2024-08-11 18:44:31 -07:00
bd_
d49f87e754
ui: various MA Parameters UI adjustments (#984)
* chore: use ON/OFF for parameters default field

* ui: MA Parameters UI adjustments
2024-08-11 18:09:20 -07:00
nadena-dev-ci
5a7e02d591
New Crowdin updates (#980)
* Update source file en-US.json

* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Traditional)

---------

Co-authored-by: bd_ <bd_@nadena.dev>
2024-08-11 17:07:21 -07:00
bd_
915ddc0d5b
docs: new tutorials (#983)
* fix: missing localization key

* docs: new tutorials
2024-08-11 16:45:54 -07:00
bd_
6b99b763a7
ui adjustments; added toggle creation shortcuts (#975)
* ui: adjustments to reactive object UI

* ui: toggle creation shortcuts
2024-08-10 19:16:57 -07:00
nadena-dev-ci
28de60a31f
New translations en-us.json (Chinese Traditional) (#923) 2024-07-28 16:56:29 -07:00
nadena-dev-ci
65dc560429
New translations en-us.json (Chinese Traditional) (#894) 2024-06-23 10:14:35 +09: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
nadena-dev-ci
06a53e2e94
New translations en-us.json (Chinese Traditional) (#852) 2024-05-13 05:22:25 +09:00
bd_
bc12e3a985
change: MA Info is now a normal editor window (#850) 2024-05-13 05:19:55 +09:00
nadena-dev-ci
0fc9f5d86e
New translations en-us.json (Chinese Traditional) (#829) 2024-04-16 14:33:35 +09:00
nadena-dev-ci
a88385a0da
New Crowdin updates (#824)
* Update source file en-US.json

* New translations en-us.json (Japanese)

---------

Co-authored-by: bd_ <bd_@nadena.dev>
2024-04-15 11:56:35 +09:00
bd_
edde55d9f2
fix: missing localization for blend tree missing error (#823) 2024-04-15 11:53:22 +09:00
nadena-dev-ci
16642454fc
New Crowdin updates (#793)
* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Korean)

* New translations en-us.json (Korean)

* New translations en-us.json (Korean)
2024-03-25 10:10:02 +00:00
nadena-dev-ci
a630cfc316
New translations en-us.json (Chinese Traditional) (#787) 2024-03-16 20:13:13 +09:00
nadena-dev-ci
a83f1dca7c
New Crowdin updates (#776)
* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Japanese)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Traditional)
2024-03-16 18:20:57 +09:00
flower_elf
9516a5eafa
Remove unused translations and update localization (#778) 2024-03-16 16:09:09 +09:00
bd_
654aec1aab
feat: add UI to show parameter usage (#773) 2024-03-14 21:33:44 +09:00
nadena-dev-ci
8a8b6a355c
New Crowdin updates (#765)
* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Traditional)
2024-03-11 11:28:51 +09:00
flower_elf
fe8eeb1124
Refactor Chinese Simplified Localization (#764)
* Refactor to improve readability

* Fix

* Fix tooltip text for localOnly parameter in zh-Hans.json
2024-03-10 02:24:49 +09:00
nadena-dev-ci
902a84ead4
New Crowdin updates (#762)
* New translations en-us.json (Japanese)

* New translations en-us.json (Korean)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Traditional)

* Update source file en-US.json

* New translations en-us.json (Japanese)

* New translations en-us.json (Chinese Traditional)
2024-03-10 00:05:58 +09:00