Commit Graph

1449 Commits

Author SHA1 Message Date
ousttrue
5d16112bf4 コメント復活。追加。 2025-03-04 13:35:25 +09:00
ousttrue
f692ffbaad update shadergraph 2025-03-03 21:53:13 +09:00
ousttrue
24ff14e367 UniVRM-0.128.2 2025-02-13 15:24:11 +09:00
ousttrue
3f72ebe41c Merge branch 'fix/ForceUniqueName_timing' of ssh://github.com/ousttrue/UniVRM into fix/ForceUniqueName_timing 2025-02-12 15:10:22 +09:00
ousttrue
f9f5f37dfa rename ForceUniqueName to ForceTransformUniqueName 2025-02-12 15:08:52 +09:00
ousttrue
59752cc27e
Merge branch 'master' into fix/ForceUniqueName_timing 2025-02-12 14:59:46 +09:00
ousttrue
c27c4b6153 ForceUniqueName before create AvatarDescription 2025-02-12 14:56:20 +09:00
ousttrue
1341a46138 call HumanPoseHandler 2025-02-12 14:18:01 +09:00
ousttrue
fa0a4f3779 AlphaBlend 2025-02-05 21:44:08 +09:00
ousttrue
7732955ca0 editor, sample 2025-02-05 13:56:13 +09:00
ousttrue
5885004730 UniGLTFLogger 2025-02-05 03:47:56 +09:00
ousttrue
38f228d558 UniVRM-0.128.1 2024-12-23 14:32:27 +09:00
Masataka SUMI
b8ab2bdf8f
Fix an error when importing a glTF file that does not contain materials. 2024-12-20 15:12:03 +09:00
ousttrue
6eb9e589b9 set icon 2024-12-10 16:12:25 +09:00
ousttrue
554bdfec4d use Application.platform 2024-12-09 17:35:02 +09:00
ousttrue
267b080eac Editor の filedialog の platform 依存を隔離 2024-12-09 16:27:33 +09:00
ousttrue
5a882d76d1
Merge branch 'master' into #2525 2024-12-09 15:21:05 +09:00
Christian Petry
5d978f9c88 Refs #2525 - Using mesh topology to also process quads. Quads are being split into two triangles. 2024-12-04 12:51:32 +01:00
Christian Petry
cc6acafcf3 cleaned up PR 2024-12-03 15:21:03 +01:00
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