Commit Graph

5598 Commits

Author SHA1 Message Date
ousttrue
030052a4a4
Merge branch 'master' into fix/springboneruntime_default 2024-10-25 19:05:36 +09:00
ousttrue
9c933390f1 default の SpringboneRuntime の条件見直し 2024-10-25 17:58:46 +09:00
ousttrue
135ec7a0da SpringboneRuntime が null だと NullReference Exception
SpringboneRuntime が null になるのは、scene 配置 play の時だけ。
2024-10-25 14:09:31 +09:00
ousttrue
91636a61f9
Merge pull request #2475 from ousttrue/version/v0_127_2
UniVRM-0.127.2
2024-10-25 13:09:37 +09:00
ousttrue
8f0cbd81fb UniVRM-0.127.2 2024-10-25 12:58:40 +09:00
ousttrue
7dc74ea15c
Merge pull request #2473 from ousttrue/fix/vrm10_asset_import_flag
[vrm10][Importer引数] ScriptedImpoter からの Import で SpringBone の初期化を回避する
2024-10-25 12:54:26 +09:00
ousttrue
0d8849e56c
Merge branch 'master' into fix/vrm10_asset_import_flag 2024-10-25 12:53:37 +09:00
ousttrue
3b4f72ed87
Merge pull request #2464 from ousttrue/fix/expression_override
[1.0] Expression の override と binary の組み合わせの挙動を実装
2024-10-24 17:06:30 +09:00
ousttrue
0e4bf5da06 #2463 でコンストラクターで Singleton 確保したのが仇に。 2024-10-24 16:43:30 +09:00
ousttrue
53028c82f8 Vrm10Instance.UpdateTypes.None はやめ。不要 2024-10-23 16:09:46 +09:00
ousttrue
a4af90c978 if IsAssetImport, Prevent runtime resource allocation.
Or temporary object when export.
2024-10-23 15:38:44 +09:00
ousttrue
333ae766d0
Merge branch 'master' into fix/expression_override 2024-10-23 12:37:10 +09:00
ousttrue
675bb7be41
Merge pull request #2470 from ousttrue/fix/springbone0x_center
[0.x][springbone][center] fix center coordinate conversion
2024-10-23 00:12:23 +09:00
ousttrue
43332c2756
Merge branch 'master' into fix/springbone0x_center 2024-10-22 20:19:24 +09:00
ousttrue
60a2461a17
Merge pull request #2471 from ousttrue/fix/spring0x_nullcheck
[0.x][springbone] null check
2024-10-22 16:56:17 +09:00
ousttrue
67fd767d29 null check 2024-10-22 15:46:54 +09:00
ousttrue
954f837225 fix center coordinate conversion
2nd arg is wrong.
SpringBoneJointState.Make(scene.Center, currentTail: state.CurrentTail
2024-10-22 15:39:21 +09:00
ousttrue
87eef5e95e
Merge pull request #2468 from ousttrue/fix/impl_springbone_bake
[export][springbone] bake 時に SpringBone と LookAt に反映する実装
2024-10-22 14:49:58 +09:00
ousttrue
81946e0167
Merge branch 'master' into fix/impl_springbone_bake 2024-10-22 14:32:56 +09:00
ousttrue
b58703758d
Merge pull request #2463 from ousttrue/fix/springbone_runtime_init_null
[springbone] SpringBone が無いモデルの NullReferenceException を修正
2024-10-22 14:32:16 +09:00
ousttrue
b7b44a2af5
Merge branch 'master' into fix/springbone_runtime_init_null 2024-10-22 14:31:47 +09:00
ousttrue
56b3024a1e bake 時に SpringBone と LookAt に反映する実装 2024-10-21 22:46:08 +09:00
ousttrue
8f3cb87217 impl expression binary and override combination
https://github.com/vrm-c/vrm-specification/pull/487
2024-10-21 19:17:44 +09:00
ousttrue
6ff6202020 manipulate expression override / binary runtime 2024-10-21 19:13:10 +09:00
ousttrue
cb1e08e77e camera to forward 2024-10-21 19:13:10 +09:00
ousttrue
6f76beefbc show override 2024-10-21 19:13:10 +09:00
ousttrue
0b6c8cbbf8 impl expression slider 2024-10-21 19:13:10 +09:00
ousttrue
5b87a38a33 FaceCamera 2024-10-21 19:13:10 +09:00
ousttrue
33639f5b41 yawpitch 2024-10-21 19:13:10 +09:00
ousttrue
53ba0e326a remove leftDrag from camera 2024-10-21 19:13:10 +09:00
ousttrue
8fa86383ff expression UI 2024-10-21 19:13:10 +09:00
ousttrue
d7a0357478
Merge pull request #2466 from ousttrue/fix/expression_bake_bug
[exporter][blendshape][bake] 基準メッシュバグ
2024-10-21 16:51:07 +09:00
ousttrue
08c9aa57fd FreezeMesh(正規化) の subOption として FreezeMeshUseCurrentBlendShapeWeight を整理 2024-10-21 15:24:00 +09:00
ousttrue
95dce5e279 ここで全部クリアすると基準メッシュがすべてのBlendShapeを0にしたものになり、
BlendShapeを上げた状態を基準にbakeすることができない。

blendshapeが一個進むごとに基準meshが変わる動きになりうる!
2024-10-18 17:33:16 +09:00
ousttrue
e8f221aed8 VRMC_springBone が無くても初期化する 2024-10-16 18:18:36 +09:00
ousttrue
d9177359b6 不要。AddComponent のところで処理済み。 2024-10-16 17:43:28 +09:00
ousttrue
6402d55a55 springbone の無いモデルでは null 2024-10-16 17:42:55 +09:00
ousttrue
fcd4a936f5 springbone が無い時に初期化されずに NullReferenceException になる 2024-10-16 17:37:50 +09:00
ousttrue
49dd34f17d
Merge pull request #2461 from prefrontalcortex/feature/ecosystem-compatibility
add version defines so that UniGLTF, UnityGLTF and glTFast can co-exist
2024-10-16 13:04:24 +09:00
hybridherbst
01330749a5
add version defines so that UniGLTF, UnityGLTF and glTFast can co-exist 2024-10-15 10:39:29 +02:00
ousttrue
0214d88919
Merge pull request #2460 from ousttrue/version/v0_127_1
UniVRM-0.127.1
2024-10-15 15:12:13 +09:00
ousttrue
573ad56d49 UniVRM-0.127.1 2024-10-15 14:02:46 +09:00
ousttrue
4055adcebc
Merge pull request #2455 from ousttrue/fix/inputMaxValue
[lookat] inputMaxValue == 0 の例外処理
2024-10-11 17:55:46 +09:00
ousttrue
a3067ef7cc
Merge branch 'master' into fix/inputMaxValue 2024-10-11 17:55:29 +09:00
ousttrue
62b657226b
Merge pull request #2459 from ousttrue/fix/fastspringbone_init_tailpos
springbone 初期化の修正。
2024-10-11 17:55:15 +09:00
ousttrue
66402c74d6
Update Assets/VRM/Runtime/LookAt/CurveMapper.cs
Co-authored-by: 0b5vr <0b5vr@0b5vr.com>
2024-10-11 16:13:36 +09:00
ousttrue
a335e375ec
Update Assets/VRM10/Runtime/Components/LookAt/CurveMapper.cs
Co-authored-by: 0b5vr <0b5vr@0b5vr.com>
2024-10-11 16:10:49 +09:00
ousttrue
2f3a4d9fff springbone 初期化の修正。 2024-10-11 15:21:15 +09:00
ousttrue
83b63eaed1
Merge pull request #2457 from ousttrue/fix/springbone0x_runtime_interface
[0.x] IVrm0XSpringBoneRuntime の実装
2024-10-08 17:37:26 +09:00
ousttrue
60a226a079
Merge branch 'master' into fix/springbone0x_runtime_interface 2024-10-08 17:36:54 +09:00