Commit Graph

6 Commits

Author SHA1 Message Date
ousttrue
be20563059 GetComponent を置き換え。
TryGetComponent
GetComponentOrThrow(拡張関数)
GetComponentOrNull(拡張関数)

sample と test は据え置き
2024-07-24 22:09:30 +09:00
ousttrue
b216a5bbc0 メニューの表記、順番調整
- `-1.0` => ` 1.0`
- `Import` and `Export`
- `Export < Import < MeshUtility` order
2023-11-15 18:24:02 +09:00
ousttrue
90a1192be2 menu 名と dialog 名を整理
- menu 名を関連クラスの `public const string MENU_NAME` にした(特に validate=true で2回同名で呼ぶところ)
- menu 表示名と dialog のタイトルを同じ文字列にした
2023-11-15 16:01:21 +09:00
ousttrue
9ebcf51b3f bvh に関する注意を追加 2023-07-03 18:46:09 +09:00
ousttrue
a4cfc4ebdb separate bvh from VrmAnimationExporter 2023-06-19 17:07:50 +09:00
ousttrue
60c79b5e7a VrmAnimationExporter 2023-06-15 15:22:32 +09:00