Commit Graph

4205 Commits

Author SHA1 Message Date
ousttrue
d974ddfa57 out (SubAssetKey, TextureDescriptor) を 2つの out に展開 2022-09-05 18:41:12 +09:00
ousttrue
f2d587e09f glTFTexture.source type to int? 2022-08-05 21:13:32 +09:00
ousttrue
e866effdf7
Merge pull request #1762 from ousttrue/fix10/update_lookat
[1.0] LookAt を正規化しないことに対応させました
2022-08-05 16:50:24 +09:00
ousttrue
95dddde143 m_lookAtSpace へのアクセスを局所化。OffsetFromHead はちゃんと使っていることを確認 2022-08-05 15:59:32 +09:00
ousttrue
a3ee9b44b8 pitch の正方向を vrm-0.x と同じにする 2022-08-05 15:52:43 +09:00
ousttrue
996ff6e03b lookat bone方式の初期姿勢を実装 2022-08-02 20:14:46 +09:00
ousttrue
3ab946f8ac euler 角の正の方向。ロジックをドキュメントに合わせる。 2022-08-02 19:58:27 +09:00
ousttrue
f3dd0d35de
Merge pull request #1757 from mkc1370/fix/null_blend_shape_clip
BlendShapeClipが削除された後に様々な場所でエラーが出る問題を修正
2022-08-02 18:09:05 +09:00
mkc1370
8df51422ef add null check 2022-07-29 20:16:17 +09:00
ousttrue
64c73b7f8c
Merge pull request #1759 from ousttrue/fix/mesh_integrator
arrays size must match mesh vertex count
2022-07-29 19:25:18 +09:00
mkc1370
f1de67b339 Revert "fixed BlendShapeAvatar.Clips not to contain null"
This reverts commit ef06850e17.
2022-07-29 18:23:03 +09:00
mkc1370
10256bd76e Revert "change RemoveNullClip to private"
This reverts commit 5522fa56f8.
2022-07-29 18:22:34 +09:00
ousttrue
3867df4c12 arrays size must match mesh vertex count 2022-07-29 15:26:13 +09:00
mkc1370
5522fa56f8 change RemoveNullClip to private 2022-07-29 10:08:10 +09:00
mkc1370
ef06850e17 fixed BlendShapeAvatar.Clips not to contain null 2022-07-29 10:06:24 +09:00
ousttrue
37dc869f45
Merge pull request #1752 from ousttrue/version/v0_102_1
UniVRM-0.102.1
2022-07-21 17:53:57 +09:00
ousttrue
f3487badb7 UniVRM-0.102.1 2022-07-21 17:12:09 +09:00
ousttrue
9c9f8ddd40
Merge pull request #1751 from ichi-23/ichi/fix_procedural_expression_not_binary
[VRM 1.0] プロシージャルな Expression に isBinary の設定が反映されていなかったバグを修正
2022-07-21 17:07:41 +09:00
ichi23
692ccfee49 fix procedural expression weights 2022-07-21 15:06:40 +09:00
ousttrue
d42c235eee
Merge pull request #1750 from ousttrue/docs/release-0_102
UniVRM-0.102.0
2022-07-20 13:57:50 +09:00
ousttrue
d3ba3ea2c6 UniVRM-0.102.0 2022-07-20 13:23:32 +09:00
ousttrue
abb3d384d2
Merge pull request #1748 from ousttrue/fix/negative_index
-1 を index の無効値に使っている場合の対策
2022-07-19 19:03:36 +09:00
ousttrue
18ef4c6609 -1 を index の無効値に使っている場合の対策 2022-07-19 18:58:14 +09:00
ousttrue
bbf6ef2616
Merge pull request #1743 from ousttrue/version/v0_102_0
UniVRM-0.102.0
2022-07-19 18:22:09 +09:00
ousttrue
13fd3010e6
Merge pull request #1742 from ousttrue/fix/blendshapeproxy_validator_nullcheck
[exporter] BlendShapeClip の null check
2022-07-19 18:13:33 +09:00
ousttrue
c3988f278f
Merge pull request #1741 from ousttrue/fix/has_normal
[importer] 法線を保持するモデルで、不要な RecalculateNormals
2022-07-19 18:12:08 +09:00
ousttrue
b9d6e40e8b internal use InternalsVisibleTo 2022-07-15 14:24:54 +09:00
ousttrue
3c3587a5f9 UniVRM-0.102.0 2022-07-14 15:56:53 +09:00
ousttrue
ba83d65018 null check 2022-07-14 15:53:14 +09:00
ousttrue
3898b0a223 ありえる 2022-07-14 15:50:15 +09:00
ousttrue
b8e04e5ccf rename AssignBoneWeight to ShouldSetRendererNodeAsBone 2022-07-14 15:39:57 +09:00
ousttrue
0da88134cf HasNormal の使い方を逆にした
* default = false
* if exists => true
2022-07-14 15:37:47 +09:00
ousttrue
d3243fcda7 テスト追加
HasNormal が true にならない
2022-07-14 15:32:38 +09:00
ousttrue
7dce5db6d7
Merge pull request #1738 from ousttrue/fix10/remove_primitive_targetName
[1.0] VRM-1.0 の targetNames を Mesh.extras のみに修正
2022-07-12 17:56:33 +09:00
ousttrue
3510c54fc3 VRM-1.0 の targetName を Mesh.extras のみに修正 2022-07-12 17:51:53 +09:00
ousttrue
1fef624548
Merge pull request #1737 from Santarh/emissiveFactor
Consider KHR_materials_emissive_strength extension while exporting mtoon material as vrm-1.0
2022-07-12 17:22:29 +09:00
Masataka SUMI
9640f05a70 Consider KHR_materials_emissive_strength extension while exporting mtoon materials as vrm1.0. 2022-07-12 17:20:24 +09:00
ousttrue
085c33e774
Merge pull request #1736 from ousttrue/fix/pass_gltf_validator
[exporter] fix for gltf_validator
2022-07-12 16:44:58 +09:00
ousttrue
9589cb145f 未実装であることが分かるように修正 2022-07-11 20:28:12 +09:00
ousttrue
05d7c1d8ea fix sparse blendShape position accessor min and max 2022-07-11 20:19:54 +09:00
ousttrue
9c92be5f3e glTFAccessor.byteOffset to Nullable
* fix no byteoffset when sparse
2022-07-11 20:14:03 +09:00
ousttrue
80761cc01a add NullableSerialization
* Nullable<int> only
2022-07-11 20:03:59 +09:00
ousttrue
787039ea56 fix bufferLength 2022-07-11 18:27:56 +09:00
ousttrue
3e14b73cb4 fix MESH_PRIMITIVE_POSITION_ACCESSOR_WITHOUT_BOUNDS 2022-07-11 18:08:52 +09:00
ousttrue
71ca64b10d fix BUFFER_VIEW_TARGET_MISSING 2022-07-11 17:40:06 +09:00
ousttrue
eccb12f645 fix ACCESSOR_TOTAL_OFFSET_ALIGNMENT 2022-07-11 17:27:07 +09:00
ousttrue
fa454b226a fix extensionUsed to extensionsUsed 2022-07-11 17:13:37 +09:00
ousttrue
35359a6dc3 add GltfValidator test 2022-07-11 16:04:59 +09:00
ousttrue
f3479190c3
Merge pull request #1734 from ousttrue/fix/error_export_multiframe_blendshape
[exporter] 複数フレームBlendShapeをMeshをエクスポートするときにエラーにする
2022-07-08 18:21:37 +09:00
ousttrue
c7fa4e3a81 対象の Renderer への参照を追加 2022-07-08 17:29:11 +09:00