Commit Graph

3980 Commits

Author SHA1 Message Date
ousttrue
999cb12e53 rename 2022-05-19 14:29:57 +09:00
ousttrue
eec6b51e15 BlendShape を作って登録するサンプル 2022-05-19 14:13:44 +09:00
ousttrue
c5152b806b
Merge pull request #1652 from ousttrue/fix10/impl_unknown_surprised
impl unknown + surprised migration.
2022-05-19 13:20:40 +09:00
ousttrue
66586bdbe2 switch 文に移動 2022-05-19 13:02:34 +09:00
ousttrue
c6b51e1268 impl unknown + surprised migration. 2022-05-19 12:54:59 +09:00
Yutaka Sato
309d13b662
Merge pull request #1651 from amamagi/fix/vrm10-spring-bone-buffer-disposed-check
Add disposed check
2022-05-18 22:59:37 +09:00
amamagi
59ea12f880 add disposed check 2022-05-18 19:55:29 +09:00
ousttrue
d15bb4cb07
Merge pull request #1649 from Santarh/uvExpressionFix
Ignore duplicated UV expression in migration.
2022-05-18 18:35:32 +09:00
ousttrue
78556e5168
Merge pull request #1650 from ousttrue/fix/update_export_sample
Update sample. How to add CustomBlendShape
2022-05-18 18:30:51 +09:00
ousttrue
ab4f6231b1 update export sample 2022-05-18 18:24:34 +09:00
ousttrue
f8ee8df058 Replace uGui to imgui in RuntimeExporterSample 2022-05-18 17:53:02 +09:00
Masataka SUMI
b12b4c95ad the UV transform is needed to update _MainTex_ST only. 2022-05-18 17:38:59 +09:00
Masataka SUMI
ef7fc457a8 Show stacktrace at failed in migration. 2022-05-18 17:23:28 +09:00
Masataka SUMI
abc6f1c428 Ignore duplicated UV expression in migration. 2022-05-18 17:22:14 +09:00
ousttrue
8139957773
Merge pull request #1643 from ousttrue/fallback_awaitcaller
null だと後続で例外
2022-05-16 16:52:57 +09:00
ousttrue
ed124c419a
Merge pull request #1642 from ousttrue/fix/update_meshutility
MeshIntegrator と VrmMeshIntegrator で BlendShape 分割しないモードを追加する
2022-05-13 16:44:49 +09:00
ousttrue
9e857aa0f3
Merge pull request #1645 from ousttrue/fix10/update_constraint_to_beta
update vrm-specification
2022-05-13 15:50:32 +09:00
ousttrue
f4ef947607 update vrm-specification. NODE_CONSTRAINT_SPEC_VERSION has been upgraded from draft to beta. 2022-05-13 13:27:31 +09:00
ousttrue
9b18213535
Merge pull request #1644 from ousttrue/fix/gltf_without_indices
[1.0] gltf のバリエーション実装
2022-05-12 18:08:30 +09:00
ousttrue
5360b44b0a RecalculateNormals 2022-05-12 16:47:47 +09:00
ousttrue
0be79c4dbc index フォーマット uint8 に対応 2022-05-12 16:43:41 +09:00
ousttrue
bf872c962f new Matrix4x4 が転置しているエラー。引数名の column の意味を勘違い 2022-05-12 16:43:10 +09:00
ousttrue
e61f29b89e primitive.indices が無いときに、連番を補う 2022-05-12 16:22:16 +09:00
ousttrue
8ed88db8df add warning 2022-05-12 16:00:32 +09:00
ousttrue
edcfac499f null だと後続で例外。utility なのでフォールバックさせることにした。 2022-05-12 15:45:17 +09:00
ousttrue
d4cb75852c コード整理。m_separateByBlendShape オプション(default: trueが前と同じ挙動)追加 2022-05-12 14:50:22 +09:00
ousttrue
6c62b188d4 BlendShapeの有無を区別しないオプションを追加 2022-05-11 18:56:37 +09:00
ousttrue
9855686ec3 コード整理 2022-05-11 17:10:44 +09:00
ousttrue
1f7cdc9e9b static 関数置き場 MeshUtility を分配。 2022-05-11 16:55:52 +09:00
ousttrue
95e6c6d65c 未使用削除 2022-05-11 16:11:55 +09:00
ousttrue
05f41f2aac fix var name 2022-05-11 16:10:57 +09:00
ousttrue
89b9fe4fed 誤字修正。不要なコメント 2022-05-11 16:09:18 +09:00
ousttrue
4cee6d9676 コード整理 2022-05-11 16:08:57 +09:00
ousttrue
8ec52b4327
Merge pull request #1639 from ousttrue/fix10/OffsetFromHead_coords
ReverseX
2022-05-11 15:19:10 +09:00
ousttrue
590797fd38
Merge pull request #1640 from ousttrue/fix/CanExportAsEditorAssetFile_message
error message
2022-05-11 15:18:59 +09:00
ousttrue
cfe9eda0e6
Merge pull request #1641 from ousttrue/fix10/remove_vrmlib_animation
警告対策にリネームしようと思ったが、未使用なので削除。
2022-05-11 15:18:48 +09:00
ousttrue
1a0c4cfe88 警告対策にリネームしようと思ったが、未使用なので削除。 2022-05-11 15:00:55 +09:00
ousttrue
46a1898edf error message 2022-05-11 14:57:07 +09:00
ousttrue
e327ebc9bc ReverseX. #1532 2022-05-11 14:49:22 +09:00
ousttrue
aa49a8352b
Merge pull request #1636 from ousttrue/feature/KHR_mesh_quantization
Initial support for KHR_mesh_quantization
2022-05-11 14:41:05 +09:00
ousttrue
b40096ccab
Merge pull request #1638 from ousttrue/fix/MeshIntegrator_update
Fix/mesh integrator update
2022-05-11 14:32:43 +09:00
ousttrue
0541e364b8 コード整理。メッセージ追加。StaticMeshIntegrator 停止。 2022-05-10 18:26:34 +09:00
ousttrue
cba5af786a 処理を static class に分割 2022-05-10 16:34:54 +09:00
ousttrue
5517dc2674 コード整理 2022-05-10 15:31:41 +09:00
ousttrue
bf06bcb74e Initial support for KHR_mesh_quantization 2022-05-10 14:56:03 +09:00
ousttrue
a62044bfa3
Merge pull request #1635 from ousttrue/fix/vrm_import_using_dispose
Fixed dispose on vrm import call from VRMImporterMenu
2022-05-09 15:30:03 +09:00
ousttrue
1072555b08 VRMImporterMenu 経路の dispose を修正 #1630 #1631 2022-05-09 13:54:54 +09:00
ousttrue
3d60280188
Merge pull request #1626 from orangeagain/master
Disable WebGl color space check
2022-05-09 13:12:16 +09:00
ousttrue
d02bdd3d5f
Merge pull request #1629 from notargs/feature/use_gizmo_selected
OnDrawGizmosではなくOnDrawGizmosSelectedを利用する
2022-04-22 19:54:07 +09:00
notargs
247b9347e9 OnDrawGizmos -> OnDrawGizmosSelected 2022-04-22 19:51:35 +09:00