Commit Graph

3268 Commits

Author SHA1 Message Date
ousttrue
2ba557cfe5
Merge pull request #2014 from ousttrue/fix/simple_viewer
[sample] SimpleViewer を修復(BvhImporterContext の挙動変更に追随)
2023-03-13 15:51:37 +09:00
ousttrue
a37ae733f6 AddComponent HumanPoseTransfer 2023-03-13 15:39:59 +09:00
ousttrue
1bdf003ee1 BvhImporterContext did not create BoxMan and HumanPoseTransfer 2023-03-13 15:33:23 +09:00
ousttrue
4bfd536e0e UniVRM-0.109.0 2023-03-10 13:58:43 +09:00
ousttrue
10aead0b01
Merge pull request #2012 from ousttrue/fix/unknown_renderer_to_warning
to warning
2023-03-10 13:02:52 +09:00
ousttrue
f7718b514b context 2023-03-09 20:11:04 +09:00
ousttrue
222c735fad to warning 2023-03-09 19:53:35 +09:00
ousttrue
4b1991de7d vrm-1.0 runtime export sample 2023-03-09 19:20:32 +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
b98ceda13d fix copyright 2023-03-07 19:50:25 +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
ousttrue
ced136d1d8 ForceUniqueName を ToHumanDescription の外に追い出し。 2023-03-06 18:36:09 +09:00
ousttrue
c28bdcd212 revert 2023-03-06 18:30:04 +09:00
Masataka SUMI
358fd8b939 Fix for failed tests. 2023-03-06 17:53:07 +09:00
ousttrue
b108199bf3 UniqueName to GlbLowLevelParser 2023-03-06 17:52:16 +09:00
notargs
5f2d94e1fe rename VRN10/Tests/Resources -> TestAssets 2023-03-06 17:30:30 +09:00
ousttrue
82ef3edd71 UniqueName 2023-03-03 13:20:02 +09:00
ousttrue
3160585713 box man bindposes 2023-03-03 13:03:04 +09:00
ousttrue
4144b91b10 new box man 2023-03-02 22:43:46 +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
a182f8416e
Merge pull request #1992 from ousttrue/feature/vrm10viewer_use_controlrig
[sample] VRM10Retarget の実装
2023-02-27 17:39:05 +09:00
ousttrue
d329e3cb89 ITPoseProvider を修正
* bone, parent
* Quaternion?, Vector3? にして throw しない
* Vrm10RuntimeControlRig のインターフェース実装でない property を削り
2023-02-27 15:33:51 +09:00
ousttrue
1bd8cc4e63 Bvh.cs を分割 2023-02-22 21:08:26 +09:00
ousttrue
dbe33c3c1e 次の修正で使う。いったん削除 2023-02-21 17:35:38 +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
0502f30588 use VRM10Retarget.Retarget 2023-02-21 15:43:15 +09:00
ousttrue
be4c7e3968
Merge pull request #1991 from 0b5vr/vrm-postprocess
fix: Fix vrmAssetPostprocessor
2023-02-21 13:39:44 +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
0b5vr
bf69c34cfc refactor: the same unityPath can be used for three of them 2023-02-20 17:02:14 +09:00
0b5vr
3c390fe0f3 fix: Fix vrmAssetPostprocessor
it was processing directories end with `.vrm` by mistake, which occurs with `Packages/com.vrmc.vrm`
2023-02-20 16:55:32 +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
ousttrue
53b733ed88
Merge pull request #1985 from ousttrue/fix_vrm10viewer_bvh_load
sampler の bvh load の修正
2023-02-20 12:54:20 +09:00
Masataka SUMI
e7b5d23690 Add a LookAtOrigin transform to ControlRig. 2023-02-17 17:43:20 +09:00
ousttrue
9659354e9f API変更時の修正ミス 2023-02-15 17:01:40 +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