Commit Graph

2880 Commits

Author SHA1 Message Date
ousttrue
29df3f89da aim gizmo 2022-08-01 20:38:43 +09:00
ousttrue
cc304f3b90 fix importer / exporter 2022-08-01 19:35:01 +09:00
ousttrue
3867df4c12 arrays size must match mesh vertex count 2022-07-29 15:26:13 +09:00
ousttrue
f3487badb7 UniVRM-0.102.1 2022-07-21 17:12:09 +09:00
ichi23
692ccfee49 fix procedural expression weights 2022-07-21 15:06:40 +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
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
3510c54fc3 VRM-1.0 の targetName を Mesh.extras のみに修正 2022-07-12 17:51:53 +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
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
c7fa4e3a81 対象の Renderer への参照を追加 2022-07-08 17:29:11 +09:00
ousttrue
c47f6059e5 update messages 2022-07-08 17:24:43 +09:00
ousttrue
8c2ff7973f add MULTIFRAME_BLENDSHAPE validation 2022-07-08 16:17:50 +09:00
ousttrue
92226ff8f8 remove unused UniJSON. JsonPointer 2022-07-07 15:10:31 +09:00
ousttrue
487b66dfa1 remove unused JsonDiff 2022-07-07 14:23:31 +09:00
ousttrue
9dc582150b implement PositionHandle for VRM10SpringBoneCollider 2022-07-06 17:28:29 +09:00
Masataka SUMI
289e9e90b9 Fix vrm10 springbone initializing problem. 2022-07-05 21:49:47 +09:00
Masataka SUMI
3c48493d8c Add InitialTransformState at RuntimeGltfInstance 2022-07-05 21:49:15 +09:00
Masataka SUMI
d0a3e95821 Define TransformState 2022-07-05 21:48:26 +09:00
ousttrue
34ada67f32 Create new VRM10Object button create expressions. 2022-07-01 15:22:22 +09:00
ousttrue
6aa92e8898 UniVRM-0.101.0 2022-06-29 13:17:13 +09:00
ousttrue
efdbef51d7
Merge pull request #1720 from ousttrue/feature/VRMBlendShapeProxy.Clear
runtime に BlendShapeProxy.m_merger を再初期化する
2022-06-29 13:10:44 +09:00
ousttrue
2f51b74274 Reinitialize 2022-06-29 13:07:58 +09:00
ousttrue
46593549d9
Merge pull request #1719 from ousttrue/fix/vrm_keep_animation
vrm の gltf Animation の読み書き仕様
2022-06-29 12:53:20 +09:00
ousttrue
10c6f3c369 書こうとしていたのは、こんな感じ 2022-06-28 17:11:14 +09:00
ousttrue
24acebd114 file extension of AnimationClip is ".anim" 2022-06-28 17:07:48 +09:00
ousttrue
06814c1a75 変更を破棄。改めて Restart メソッドを作成。 2022-06-28 17:02:18 +09:00
ousttrue
045c690b08
Merge pull request #1715 from ousttrue/fix10/vertex_attribute_nullable
Other than position is nullable
2022-06-28 16:07:26 +09:00
ousttrue
6ba7499a2f
Merge pull request #1713 from ousttrue/fix/rename_metacarpal
[1.0] 親指のボーン名を metacarpal, proximal, distal に変更
2022-06-28 16:06:46 +09:00
ousttrue
669bea03bd 違う単語 w 2022-06-28 15:16:09 +09:00
ousttrue
c2888f2521 runtime に BlendShapeProxy.m_merger を再初期化する 2022-06-28 14:29:36 +09:00
ousttrue
927116a127
Merge pull request #1712 from amamagi/fix/vrm10-spring-bone-buffer-disposed-check
SpringBoneの剛性が意図しない方向に働くことがある問題を修正
2022-06-28 13:45:11 +09:00
ousttrue
eca75c54a4 ImporterContext.LoadAnimation 2022-06-27 20:39:11 +09:00