Commit Graph

1204 Commits

Author SHA1 Message Date
ousttrue
98e9581229 float4 でない VertexColor が含まれるとエラーになることを回避 #2105 2023-07-24 19:54:43 +09:00
ousttrue
6ba2cd21a7
Merge pull request #2093 from ousttrue/fix/vrma_export
[vrm-animation] VrmAnimationExporter の実装と bvh 変換の実験
2023-07-03 23:38:22 +09:00
ousttrue
9ebcf51b3f bvh に関する注意を追加 2023-07-03 18:46:09 +09:00
ousttrue
58a3ea598f
Merge pull request #2091 from saturday06/VRM10.Tests.PlayMode.dll-no-script
Unity 2021からVRM10.Tests.PlayModeアセンブリのスクリプト不存在警告が出るようになったのに対応
2023-06-22 16:21:13 +09:00
ousttrue
a4cfc4ebdb separate bvh from VrmAnimationExporter 2023-06-19 17:07:50 +09:00
ousttrue
16ff381cdc impl VrmAnimationExporter for bvh 2023-06-19 16:50:55 +09:00
Isamu Mogi
90e92fa6ca Unity 2021からVRM10.Tests.PlayModeアセンブリのスクリプト不存在警告が出るようになったのに対応
Unity 2021から、次のようなVRM10.Tests.PlayModeアセンブリにスクリプトが含まれないという趣旨の警告が出ていました。

```
Assembly for Assembly Definition File 'Assets/VRM10/Tests.PlayMode/VRM10.Tests.PlayMode.asmdef' will not be compiled, because it has no scripts associated with it.
```

ダミーのテストを追加する対応も検討したのですが、メンテナンス対象のソースは少ない方が良いと思うのでアセンブリを削除することで対応しました。
2023-06-19 00:33:50 +09:00
ousttrue
709387fb12 export VRMC_vrm_animation 2023-06-16 16:26:36 +09:00
ousttrue
60c79b5e7a VrmAnimationExporter 2023-06-15 15:22:32 +09:00
ousttrue
77ecdc2d55 VrmAnimationImporter create VrmAnimationInstance 2023-06-14 17:00:25 +09:00
ousttrue
464a5c8953 VrmAnimationInstance 2023-06-14 16:45:42 +09:00
ousttrue
122f15fc42 VrmAnimationImporter 2023-06-14 16:23:54 +09:00
ousttrue
e8861704d2 UniVRM-0.112.0 2023-06-09 17:13:42 +09:00
ousttrue
e60d972bd1 Editor要素がビルドエラー。サンプル更新を反映 2023-06-06 14:44:31 +09:00
ousttrue
3f3f97d4e9
Merge pull request #2075 from ousttrue/version/v0_111_0
UniVRM-0.111.0
2023-06-05 20:04:23 +09:00
ousttrue
32bc5d6d86 UniVRM-0.111.0
バージョン番号の更新。サンプルの更新による差分あり。
2023-06-05 17:07:50 +09:00
ousttrue
f014a91b6e SpringBone center のマイグレーションが無かった 2023-06-05 16:34:47 +09:00
notargs
449cdf29df コメントを追加 2023-04-26 16:41:04 +09:00
notargs
6cdfc7fe86 UrpVrm10MaterialDescriptorGeneratorを更新 2023-04-26 16:38:24 +09:00
notargs
d756e3487d MToon URPの読み込み処理を追加 2023-04-26 16:24:23 +09:00
ousttrue
4c3de71408 UniVRM-0.110.0
sample追加あり
2023-04-12 14:12:03 +09:00
ousttrue
4bfd536e0e UniVRM-0.109.0 2023-03-10 13:58:43 +09:00
ousttrue
db152888d3
Merge pull request #2009 from ousttrue/fix10/meta_array_field_name
ArrayProperty name `Element 0` to `{Array.Name}[0]`
2023-03-08 18:31:06 +09:00
ousttrue
70f8afdd89 ArrayProperty name Element 0 to {Array.Name}[0] 2023-03-08 18:15:38 +09:00
ousttrue
144df734f2 copyright が抜けてる 2023-03-07 19:41:48 +09:00
ousttrue
8b3b4b292e
Merge pull request #2000 from ousttrue/feature/experimental_vrm_animation
[experimental][vrm-animation] vrm animation の試験実装
2023-03-06 18:43:59 +09:00
Masataka SUMI
358fd8b939 Fix for failed tests. 2023-03-06 17:53:07 +09:00
notargs
5f2d94e1fe rename VRN10/Tests/Resources -> TestAssets 2023-03-06 17:30:30 +09:00
ousttrue
655adf3c8d vrm spec 更新。InitRotationPoseProvider 修正。ENDSITE 対策 2023-03-02 19:54:37 +09:00
ousttrue
29e885c0d7 生成コード UniGLTF.Extensions.VRMC_vrm_animation.GltfDeserializer.Deserialize 動いた 2023-02-28 19:21:56 +09:00
ousttrue
061c7e9acc generate 2023-02-28 17:29:21 +09:00
ousttrue
4f6ff8f798 明示的なインターフェイスの実装 2023-02-27 19:18:51 +09:00
ousttrue
18660498a5 mv EuclideanTransform to UniGLTF.Utils 2023-02-27 18:59:27 +09:00
ousttrue
ef80237782 ITPoseProvider を縮小。EuclideanTransform 導入 2023-02-27 18:51:09 +09:00
ousttrue
d329e3cb89 ITPoseProvider を修正
* bone, parent
* Quaternion?, Vector3? にして throw しない
* Vrm10RuntimeControlRig のインターフェース実装でない property を削り
2023-02-27 15:33:51 +09:00
ousttrue
2e29b7da65 VRM10Retarget 実装実験から ITPoseProvider, INormalizedPoseProvider, INormalizedPoseApplicable を整理 2023-02-21 17:29:18 +09:00
ousttrue
a310e2dcf5 rename NormalizedPoseProvider to AnimatorPoseProvider. fix Bvh height 2023-02-21 17:21:50 +09:00
ousttrue
437dc1b1b3 mv 2023-02-20 19:21:36 +09:00
ousttrue
4629a8b586 mv to Assets/VRM10/Runtime/Components/Vrm10RuntimeControlRig 2023-02-20 19:20:20 +09:00
ousttrue
33725cbab5 3 interfaces. ITPoseProvider, INormalizedPoseProvider and INormalizedPoseApplicable 2023-02-20 19:06:13 +09:00
ousttrue
360aa6fcf0 元の場所に 2023-02-20 18:20:04 +09:00
ousttrue
6dd2bb38cc IControlRigGetter と IControlRigSetter を追加
add ControlRigRetarget
impl InitialRotationRigGetter.cs
impl NormalizedRotationRigGetter.cs
mv Assets/Vrm10/Runtime/ControlRig/Vrm10ControlBone.cs => Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10ControlBone.cs
mv Assets/VRM10/Runtime/ControlRig/InitialRotations/ControlRigGenerationOption.cs => Assets/VRM10/Runtime/Components/Vrm10Runtime/ControlRigGenerationOption.cs
rename Vrm10BoneInitialRotation => BoneInitialRotation
remove Vrm0XCompatibleRig.cs
2023-02-20 15:49:50 +09:00
ousttrue
e9f981c0ee keep controlRigGenerationOption argument
remove ControlRigGenerationOption.Vrm0XCompatibleWithXR_EXT_hand_tracking and Vrm0XCompatibleWithXR_FB_body_tracking
2023-02-20 14:20:53 +09:00
ousttrue
a82dfd4611 Vrm10RuntimeControlRig は、正規化されたTPoseを受け取る責務に特化して単純化する。
初期回転を持つポーズの受付は、Vrm10BoneInitialRotation を使う別クラスに委譲する。
(次で作ります)
2023-02-20 13:54:12 +09:00
ousttrue
8e5a99eb7f mv Assets/VRM10/Runtime/Components/Vrm10Runtime/ControlRig to Assets/VRM10/Runtime/ControlRig 2023-02-20 13:02:53 +09:00
Masataka SUMI
e7b5d23690 Add a LookAtOrigin transform to ControlRig. 2023-02-17 17:43:20 +09:00
Masataka SUMI
95ef1b839f rename and add comment 2023-02-15 00:07:05 +09:00
Masataka SUMI
02aae32acb rename 2023-02-14 23:34:22 +09:00
Masataka SUMI
b25e58c3ff reorder 2023-02-14 23:05:12 +09:00
Masataka SUMI
b376a94d75 rename gaze to LookAt 2023-02-14 22:56:16 +09:00