Commit Graph

1430 Commits

Author SHA1 Message Date
Christian Petry
66f37ba2ce Refs #2521 - Improved exporting performance drastically by increasing allocated buffer more than needed to be able to skip extending chunk by chunk. No difference in export quality 2024-12-03 15:15:12 +01:00
Christian Petry
e5e731359f Fixed #2519 - progress being used when given 2024-12-03 12:44:06 +01:00
ousttrue
c7f311ba1a
Merge branch 'master' into fix-path-error 2024-11-19 13:39:15 +09:00
ousttrue
c983367f40 update comment 2024-11-19 13:15:55 +09:00
ousttrue
eed18136be _nextTailsBackup 2024-11-19 10:17:30 +09:00
ousttrue
5bda6740ff buffer.BackupCurrentTails を buffer 増減の直前にする 2024-11-19 03:53:34 +09:00
ousttrue
e85d332e56 fix gizmo and assert 2024-11-19 03:41:07 +09:00
ousttrue
a78bf20884 FastSpringBoneBuffer._currentTailsBackup でバックアップ 2024-11-19 03:14:10 +09:00
ousttrue
a8bd641bae fix tailIndex 2024-11-18 16:44:15 +09:00
ousttrue
8e259e20dd comment 2024-11-18 16:38:17 +09:00
ousttrue
84b64c0be2 use spring.transformIndexOffset 2024-11-18 16:30:16 +09:00
Willem-Jan L. van Rootselaar
7fbb2f3bac Fix AnimationClipUtility to use empty string for curve path instead of null 2024-11-12 10:17:47 +01:00
ousttrue
0bfef39e3c UniVRM-0.128.0
Unity 2022.3.52f1
2024-11-12 16:45:15 +09:00
ousttrue
7e0e235147 FastSpringBoneCombinedBuffer.DrawGizmos 2024-11-12 13:47:05 +09:00
ousttrue
94c5219117 skip topology that is not MeshTopology.Triangles 2024-11-11 13:50:05 +09:00
ousttrue
8f0cbd81fb UniVRM-0.127.2 2024-10-25 12:58:40 +09:00
ousttrue
a4af90c978 if IsAssetImport, Prevent runtime resource allocation.
Or temporary object when export.
2024-10-23 15:38:44 +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
hybridherbst
01330749a5
add version defines so that UniGLTF, UnityGLTF and glTFast can co-exist 2024-10-15 10:39:29 +02:00
ousttrue
573ad56d49 UniVRM-0.127.1 2024-10-15 14:02:46 +09:00
ousttrue
2f3a4d9fff springbone 初期化の修正。 2024-10-11 15:21:15 +09:00
ousttrue
583c02a8c1 comment for ExternalForce 2024-10-08 17:35:27 +09:00
ousttrue
6087256d1f fix comment space 2024-10-08 17:13:25 +09:00
ousttrue
fc117b8332 IVrm0XSpringBoneRuntime の実装
SpringboneRuntime を介した reset, reconstruct, scaling係数オプション, externalForce, 一時停止(FastSpringboneのみ)
の操作を実装
2024-10-08 17:07:06 +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
f643f2befd BlittableExternalData to BlittableModelLevel 2024-10-03 19:42:33 +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
4a070e5966 UniVRM-0.127.0 2024-09-27 13:33:00 +09:00
ousttrue
2cae8712cb
Merge branch 'master' into fix/springbone_job_params 2024-09-18 16:07:54 +09:00
ousttrue
0f9be690a5 コメント消し忘れ 2024-09-18 12:55:45 +09:00
ousttrue
c7f1bbd992 fix Flip bug ! 2024-09-17 14:32:44 +09:00
ousttrue
7b84b73171 BlittableJointImmutable and BlittableJointMutable 2024-09-17 13:42:06 +09:00
ousttrue
b97ffe306b comment 2024-09-11 21:09:41 +09:00
ousttrue
0e738ae3d2 BlittableLogic を immutable にするべく currentTail と prevTail を外出し 2024-09-11 20:52:39 +09:00
sh0u
9cb6a92264
Update package.json
Add dependencies "com.unity.test-framework"
2024-09-11 20:28:24 +09:00
ousttrue
a1c9157215 breaking 2024-09-06 15:43:07 +09:00
ousttrue
4a6ea20825 LINQ的削減 2024-09-05 17:43:31 +09:00
ousttrue
e7b4c6106f MakeBufferAsync 2024-09-05 17:19:38 +09:00
ousttrue
f83c8260ab Unregister 呼んでなかった 2024-09-05 16:55:12 +09:00
ousttrue
0f191e5e8f vrm-0.x の fastspringbone の処理は、 vrm-1.0 版と同じものを使う 2024-09-05 15:27:29 +09:00
ousttrue
9c8c98a567 UniGTLF/Runtime/SpringBoneJobs from VRM10/Runtime/FastSpringBone 2024-09-05 13:55:12 +09:00
ousttrue
4e429e1be5
Merge branch 'master' into fix/vrm1_bytelength_test 2024-08-27 14:00:59 +09:00
ousttrue
5e8f59661f
Merge branch 'master' into feature/add-importer-context-settings 2024-08-26 20:57:19 +09:00
ousttrue
5d3c66513c mesh export 時の byteLength 確認テスト。
#2413
2024-08-26 20:41:06 +09:00
二酸化カメレオン
5a24145e86 Fix Buffer ByteLength field Value when glTF exporting 2024-08-25 20:01:02 +09:00
iruca3
8881882873
Introduce ImporterContextSettings for handling loading animation and
axes conversion.

Refs: https://github.com/vrm-c/UniVRM/pull/1719#discussion_r908105469
2024-08-17 13:35:27 +09:00
ousttrue
79caa1096d HideInCallstackAttribute is from 2021.3.23f1 2024-08-05 15:46:37 +09:00