ousttrue
|
fc117b8332
|
IVrm0XSpringBoneRuntime の実装
SpringboneRuntime を介した reset, reconstruct, scaling係数オプション, externalForce, 一時停止(FastSpringboneのみ)
の操作を実装
|
2024-10-08 17:07:06 +09:00 |
|
ousttrue
|
3a492d79c1
|
Merge pull request #2454 from ousttrue/fix/springbone_model_level
[1.0][SpringBone] ModelLevel 追加
|
2024-10-08 13:05:14 +09:00 |
|
ousttrue
|
ba4d66d146
|
TransformExtensions.AbsoluteMaxValue
|
2024-10-07 16:38:58 +09:00 |
|
ousttrue
|
46e65700b2
|
SupportsScalingAtRuntime の実装
#2420
|
2024-10-04 16:34:25 +09:00 |
|
ousttrue
|
749a5b242b
|
Editor からの JointLevel の更新
|
2024-10-04 13:33:37 +09:00 |
|
ousttrue
|
896051ced2
|
VRM10_Samples/VRM10Viewer BlittableModelLevel ui
|
2024-10-04 13:24:49 +09:00 |
|
ousttrue
|
f643f2befd
|
BlittableExternalData to BlittableModelLevel
|
2024-10-03 19:42:33 +09:00 |
|
ousttrue
|
521cfa0901
|
Merge pull request #2453 from ousttrue/fix/fast_combinedbuffer
[1.0] SpringBone の reset 実装と関連する修正
|
2024-10-03 19:37:49 +09:00 |
|
ousttrue
|
5caf987a18
|
[1.0] SpringBone reset 実装など
|
2024-10-01 20:49:02 +09:00 |
|
ousttrue
|
6917f195f1
|
FastSpringBoneBufferCombiner の責務を分割。
- FastSpringBoneCombinedBuffer 統合バッファ
- FastSpringBoneBufferCombiner 統合前バッファの登録管理
|
2024-10-01 19:10:35 +09:00 |
|
ousttrue
|
580a10d960
|
Merge pull request #2451 from vrm-c/Santarh-patch-2
Upload test results file when finished running edit-mode tests
|
2024-09-30 14:05:51 +09:00 |
|
Masataka SUMI
|
eeb31d27ee
|
Upload test results always
|
2024-09-27 18:04:55 +09:00 |
|
Masataka SUMI
|
96128dee69
|
Upload test results file when finished running edit-mode tests
|
2024-09-27 18:01:12 +09:00 |
|
ousttrue
|
d320f73eec
|
Merge pull request #2450 from ousttrue/version/v0_127_0
UniVRM-0.127.0
|
2024-09-27 16:51:20 +09:00 |
|
ousttrue
|
4a070e5966
|
UniVRM-0.127.0
|
2024-09-27 13:33:00 +09:00 |
|
ousttrue
|
0e9020a8cb
|
Merge pull request #2449 from ousttrue/fix/export_index_of
Fix/export index of
|
2024-09-26 23:39:16 +09:00 |
|
ousttrue
|
90aa9037ad
|
fix
|
2024-09-26 20:54:25 +09:00 |
|
ousttrue
|
c369439dc0
|
vrm-1.0 import 時の index check. node.mesh あるか?
|
2024-09-26 19:57:17 +09:00 |
|
ousttrue
|
badc8a54e0
|
vrm-0.x blendshape clip import 時の mesh index check
|
2024-09-26 19:41:34 +09:00 |
|
ousttrue
|
bc1edff9c9
|
Renderer export の条件
x.gameObject.activeInHierarchy && x.TryGetComponent<Renderer>(out var renderer) && renderer.enabled)
mesh の export 条件と renderer の export 条件が別であることに注意。gltf の node.mesh
|
2024-09-26 19:36:12 +09:00 |
|
ousttrue
|
15301ba48d
|
[vrm0][firstperson] skip -1
|
2024-09-26 15:50:09 +09:00 |
|
ousttrue
|
a3aeafeac5
|
Merge pull request #2448 from ousttrue/fix/vrm1_springbone_service
SpringBoneの初期化を前方に移動しことで、非play時のDontDestroyOnLoadが発生してしまった。回避
|
2024-09-26 14:36:45 +09:00 |
|
ousttrue
|
867177404b
|
SpringBoneの初期化を前方に移動しことで、非play時のDontDestroyOnLoadが発生してしまった。回避
|
2024-09-26 14:29:50 +09:00 |
|
ousttrue
|
d6e920b6d3
|
Merge pull request #2445 from ousttrue/fix/vrm10_lookat_initialization
lookAt は root と同じ向きが初期姿勢
|
2024-09-25 16:38:44 +09:00 |
|
ousttrue
|
4196b2df5b
|
Merge branch 'master' into fix/vrm10_lookat_initialization
|
2024-09-25 16:36:58 +09:00 |
|
ousttrue
|
af06834b42
|
Merge pull request #2446 from ousttrue/fix/vrm10_springboneruntime_provider
IVrm10SpringBoneRuntimeProvider
|
2024-09-25 16:36:31 +09:00 |
|
ousttrue
|
4f8e98e065
|
コメント修正。InitializeLookAtOriginTransform
|
2024-09-25 15:32:11 +09:00 |
|
ousttrue
|
02c5224795
|
IVrm10SpringBoneRuntimeProvider
|
2024-09-25 13:36:19 +09:00 |
|
ousttrue
|
952730c446
|
lookAt は root と同じ向きが初期姿勢
LookAtOriginTransform.rotation = instance.transform.rotation;
|
2024-09-24 18:08:24 +09:00 |
|
ousttrue
|
3bc6a672ec
|
Merge pull request #2444 from ousttrue/fix/typo
typo
|
2024-09-24 18:07:50 +09:00 |
|
ousttrue
|
5fbd718630
|
typo
|
2024-09-24 17:37:00 +09:00 |
|
ousttrue
|
bfa2638140
|
Merge pull request #2443 from ousttrue/fix/vrm10_springbone_initasync
IVrm10SpringBoneRuntime.InitializeAsync
|
2024-09-24 17:20:45 +09:00 |
|
ousttrue
|
e5a35eacdb
|
comment
|
2024-09-24 16:11:33 +09:00 |
|
ousttrue
|
1bdd8243e7
|
bool ReconstructSpringBone()
log を削除。
m_building を修正。
|
2024-09-24 16:09:17 +09:00 |
|
ousttrue
|
0b08507f7a
|
IVrm10SpringBoneRuntime.InitializeAsync
|
2024-09-24 14:37:31 +09:00 |
|
ousttrue
|
9e5d11be62
|
Merge pull request #2436 from ousttrue/feature/vrm1_springbone_runtime
[vrm-1.0][SpringBone] import 時に springbone 実装をスイッチする IVrm10SpringBoneRuntime インターフェース
|
2024-09-20 20:23:47 +09:00 |
|
ousttrue
|
659624292a
|
private
|
2024-09-20 20:21:13 +09:00 |
|
ousttrue
|
885f7ac2ef
|
シーン配置オブジェクトの SpringboneRuntime
|
2024-09-20 19:29:20 +09:00 |
|
ousttrue
|
6c8bc6f379
|
private m_springBoneRuntime. etc
|
2024-09-20 17:58:24 +09:00 |
|
ousttrue
|
b4ef69957b
|
comment
|
2024-09-20 17:08:28 +09:00 |
|
ousttrue
|
c2e203bc0b
|
Vrm10FastSpringboneRuntimeStandalone
|
2024-09-20 16:59:23 +09:00 |
|
ousttrue
|
e53ff877e2
|
Vrm10FastSpringboneRuntimeStandalone
|
2024-09-20 16:44:12 +09:00 |
|
ousttrue
|
aac5680eb3
|
rename Vrm10RuntimeSpringBone to Vrm10FastSpringboneRuntime
|
2024-09-20 15:27:00 +09:00 |
|
ousttrue
|
f7f7f756fa
|
IVrm10SpringBoneRuntime
|
2024-09-20 15:13:25 +09:00 |
|
ousttrue
|
c840dcb7a7
|
Merge pull request #2435 from ousttrue/feature/vrm0_springbone_runtime
[VRM0][Importer]IVrm0XSpringBoneRuntime
|
2024-09-20 13:06:30 +09:00 |
|
ousttrue
|
51b51f7bf9
|
0x to 0X
|
2024-09-19 16:43:19 +09:00 |
|
ousttrue
|
612e04c8e1
|
rename. prefix to Vrm0x
|
2024-09-19 15:06:08 +09:00 |
|
ousttrue
|
ee3ce66034
|
IVRM0SpringBoneRuntime
|
2024-09-19 14:35:05 +09:00 |
|
ousttrue
|
7b284bb4e4
|
Merge pull request #2433 from ousttrue/fix/springbone_job_params
[SpringBone] BlittableLogic を immutable にするべく currentTail と prevTail を外出し
|
2024-09-18 16:08:49 +09:00 |
|
ousttrue
|
2cae8712cb
|
Merge branch 'master' into fix/springbone_job_params
|
2024-09-18 16:07:54 +09:00 |
|