Commit Graph

691 Commits

Author SHA1 Message Date
ousttrue
b978920453
Merge pull request #1572 from ousttrue/version/v0_96_2
UniVRM-0.96.2
2022-03-02 16:54:33 +09:00
ousttrue
1e8a04d72e UniVRM-0.96.2 2022-03-02 16:47:46 +09:00
ousttrue
4650fa1e1c blendshape が無になるバグ 2022-03-02 16:35:10 +09:00
ousttrue
66653f26fd UniVRM-0.96.1 2022-02-28 18:51:33 +09:00
ousttrue
15e573c509
Merge pull request #1562 from ousttrue/fix/other_renderer
Not throw if other than MeshRenderer and SkinnedMeshRenderer
2022-02-28 17:44:10 +09:00
ousttrue
730197da1e fix ! 2022-02-28 17:33:15 +09:00
ousttrue
8e4a8c517a Not throw if other than MeshRenderer and SkinnedMeshRenderer 2022-02-28 17:22:59 +09:00
ousttrue
603be0dd2b GltfExportSettings.AnimationExporter to gltfExporter argument 2022-02-28 15:34:37 +09:00
ousttrue
e19ab9808a EditorAnimationExporter 2022-02-28 14:29:56 +09:00
ousttrue
3756f2a4b0 稀に BlendShape が null の時がある 2022-02-24 19:16:28 +09:00
ousttrue
7cb05f041d
Merge pull request #1550 from ousttrue/fix/matrix_decompose
System.Numerics.Matrix4x4 to UnityEngine.Matrix4x4
2022-02-24 17:52:10 +09:00
ousttrue
0863bc950c add null check 2022-02-24 15:52:45 +09:00
ousttrue
22dbe1576d System.Numerics.Matrix4x4 to UnityEngine.Matrix4x4 2022-02-24 15:42:57 +09:00
ousttrue
77ecc3d699 UniVRM-0.96.0 2022-02-22 18:47:43 +09:00
ousttrue
bd97a4f47f
Merge pull request #1545 from ousttrue/fix/new_immediatecaller
remove `awaitCaller ?? new ImmediateCaller()`
2022-02-22 18:20:20 +09:00
ousttrue
884c9ea52e
Merge pull request #1544 from ousttrue/fix/false_other_renderer
false not throw
2022-02-22 18:18:51 +09:00
ousttrue
0f584fb272
Merge pull request #1543 from ousttrue/fix/vrm_not_export_animations
VRM は Animation をエクスポートしない
2022-02-22 18:18:22 +09:00
ousttrue
c467ede04f
Merge pull request #1531 from ousttrue/fix/system_numerics_to_unityengine
Fix/system numerics to unityengine
2022-02-22 18:13:44 +09:00
ousttrue
1f8a116d3a remove #if UNITY_EDITOR 2022-02-22 17:52:24 +09:00
ousttrue
faebd43771 remove awaitCaller ?? new ImmediateCaller()
上流の awaitCaller を下流に使ってないことも修正
2022-02-21 16:47:44 +09:00
ousttrue
15c42eee05 false not throw 2022-02-21 16:30:04 +09:00
ousttrue
1cc152abff add virtual void ExportAnimations 2022-02-21 15:44:57 +09:00
ousttrue
429abd358f capacity 2022-02-17 19:40:19 +09:00
ousttrue
48670c4267 後方互換のためのバージョンチェックがループの中にあるのを外に出した。結果をキャッシュした
* List.Assign が遅いようなので書き直し
* Vertices もCapcity計算する
2022-02-17 19:28:07 +09:00
ousttrue
c6b53148c4 remove unused 2022-02-16 16:52:27 +09:00
ousttrue
37de8f2199 Replace System.Numerics to UnityEngine 2022-02-16 16:38:18 +09:00
ousttrue
258cc1925b
Merge pull request #1527 from ousttrue/fix/index_buffer_bytes
IndexBuffer のとりまわし
2022-02-16 13:50:28 +09:00
ousttrue
f47f754b01 BufferAccessor のカプセル化を推進。カプセル化を破るが使っていないメソッドを削除。近隣の未使用も削除。 2022-02-16 13:46:26 +09:00
ousttrue
72e0a6c952 GetIndicesFromAccessor to GetIndicesFromAccessorIndex. test 修正。 triangle flip しなくなった. および UNSIGNED_BYTE ないところ。 2022-02-16 13:15:21 +09:00
ousttrue
c94691ff25 switch throw 2022-02-16 12:47:10 +09:00
ousttrue
48f666939f private setter 2022-02-16 12:46:59 +09:00
Masataka SUMI
fbb20ba648 Truncate SkinnedMeshVertices array, too. 2022-02-15 22:21:12 +09:00
ousttrue
b044dc99a0 merge BufferAccessorAdapter to BufferAccessor. remove unused. 2022-02-15 20:34:23 +09:00
ousttrue
fb09c3fa6d GltfData.GetIndices の責務を MeshContext に移動
* triangle flip
* concat submesh indices
2022-02-15 18:27:36 +09:00
ousttrue
dac2a5e19e GetIntIndicesFromView return BufferAccessor 2022-02-15 17:31:47 +09:00
ousttrue
115ca18b51 BufferAccessor を UniGLTF に移動 2022-02-15 17:13:26 +09:00
ousttrue
f6eb38fa4e remove Deconstruct of KeyValuePair 2022-02-14 19:53:16 +09:00
ousttrue
570b56a52c Remove unused. 2022-02-14 13:35:20 +09:00
ousttrue
21ac603a31 use INativeArrayManager 2022-02-14 13:22:13 +09:00
ousttrue
ae96708943 remove SpanLike 2022-02-14 13:16:09 +09:00
ousttrue
a83fac8800 INativeArrayManager 2022-02-14 13:10:29 +09:00
ousttrue
b98c2f852f BufferAccessor use NativeArray 2022-02-10 22:23:39 +09:00
ousttrue
293a49fd31 remove ArraySegmentByteBuffer 2022-02-10 20:39:50 +09:00
ousttrue
505e174f59 IBytesBuffer 2022-02-10 18:55:43 +09:00
ousttrue
bccad49a27 GLTF to Gltf 2022-02-10 18:53:18 +09:00
ousttrue
8d80c32a11 Merge Vrm10ExportData to ExportingGltfData 2022-02-10 18:49:48 +09:00
ousttrue
0b25d46b36 static class UriByteBuffer 2022-02-09 19:53:21 +09:00
ousttrue
abd1c5a840 NativeArrayManager.Convert 2022-02-09 19:22:02 +09:00
ousttrue
720f011ae2
Merge pull request #1499 from ousttrue/fix10/simplify_vrmlib
VrmLib の整理
2022-02-09 18:28:00 +09:00
ousttrue
5abfe93e25 UniVRM-0.95.1 2022-02-07 13:31:24 +09:00