Commit Graph

130 Commits

Author SHA1 Message Date
ousttrue
0e3bc2848a
Merge pull request #1489 from ousttrue/fix10/fix_migration_meta_firstpersonboneoffset
[1.0] Migrationのエッジケースを修正
2022-02-03 20:24:07 +09:00
ousttrue
67492239e8 [1.0] Migration
* meta: unknown key で throw せずに warning メッセージ表示に留める
* firstPersonBoneOffset: 無くても動くように修正
* KeyNotFoundException に key.ToString を追加
2022-02-02 13:49:29 +09:00
ousttrue
6a4fb470ea [1.0]仕様を更新。Expressoin.Neutral が入ったのに応じて Migration を更新 2022-02-01 14:18:18 +09:00
ousttrue
ab0964293f GltfData.Bin を ArraySegment<byte> から NatriveArray<byte> に置き換え。Dispose の責務が発生したが、ImporterContext が Dispose することにした。 2022-01-25 18:03:10 +09:00
ousttrue
8136543161
Merge pull request #1473 from ousttrue/fix10/expression_migration_fallback
vrm-0.x の仕様で、preset: unknown のときに name を preset として解釈するに対応
2022-01-18 21:33:52 +09:00
ousttrue
bc7b6ffda1 Vrm10Importer で Neutral を Custom から救出するコードを追加 2022-01-18 21:07:26 +09:00
ousttrue
cca4a54b0b 同名が複数の時、先に来た方が勝つように修正
コメント増量
2022-01-18 20:50:10 +09:00
ousttrue
7abe05827b ToLowerInvariant 2022-01-18 20:35:01 +09:00
ousttrue
1fef3fcce8 vrm-0.x の仕様で、preset: unknown のときに name を preset として解釈するに対応 2022-01-18 15:45:25 +09:00
ousttrue
65f88a8c7d using UniGLTF.Extensions.VRMC_springBone; 2022-01-13 16:39:10 +09:00
ousttrue
dcb81e89c0 rename JsonNode var 2022-01-13 16:33:14 +09:00
ousttrue
0b932a4de5 fix AddTail7cm 2022-01-12 18:24:15 +09:00
ousttrue
a90a83a332 fix CreateJointsRecursive 2022-01-12 18:05:22 +09:00
ousttrue
5f60a386bc SpringBoneGroupMigrator 2022-01-12 17:47:24 +09:00
ousttrue
9f9a6898cb CreateJointsRecursive 2022-01-12 16:29:23 +09:00
ousttrue
d7482417bf コード整理 2022-01-12 16:11:06 +09:00
ousttrue
d605389354 add comment 2021-12-09 16:40:53 +09:00
ousttrue
e09c1b8df6 skip unused skin 2021-12-09 15:38:45 +09:00
ousttrue
3414b3b7d1 skin があるが mesh が無い。仕様はともかく実際に遭遇 2021-12-06 17:13:02 +09:00
Masataka SUMI
51893ebe4e Screen 座標系の線幅のマイグレーションミスを修正 2021-12-02 23:28:56 +09:00
Masataka SUMI
3d2e1ce395 Add a destructive migration to MToon. 2021-12-02 17:20:31 +09:00
ousttrue
55b6921a6a ファイル名と中身が不一致。ファイル名を修正 2021-11-08 18:59:45 +09:00
Masataka SUMI
3e6abc9e5e comment 2021-10-29 00:49:46 +09:00
Masataka SUMI
100333d3c4 RenderQueue が default 値の場合を考慮 2021-10-29 00:06:43 +09:00
Masataka SUMI
2bfe585c38 mv 2021-10-28 23:58:21 +09:00
Masataka SUMI
b1710eb5d1 make internal 2021-10-28 23:57:11 +09:00
Masataka SUMI
a43ba0176f comment 2021-10-28 23:56:15 +09:00
Masataka SUMI
07967a0acd comment 2021-10-28 23:54:54 +09:00
Masataka SUMI
bd4df41789 try の範囲を狭める 2021-10-28 23:45:28 +09:00
Masataka SUMI
3dcc802285 Consider RenderQueue in migration UnlitTransparentZWrite 2021-10-28 23:37:29 +09:00
Masataka SUMI
9d6831f85f Give spec version in migratin MTOon 2021-10-28 23:01:40 +09:00
Masataka SUMI
45565eb61d Migrate UnlitTranpsarentZWrite 2021-10-28 23:00:43 +09:00
Masataka SUMI
f73a8233b2 migration uv offset scale when legacy unlit material. 2021-10-28 22:38:49 +09:00
Masataka SUMI
2d1921c1f3 Disable vertex color when use legacy unlit. 2021-10-28 22:06:50 +09:00
Masataka SUMI
6c87e1d8d1 follow material name in migration unlit 2021-10-28 21:51:44 +09:00
Masataka SUMI
75619bd5b2 refactoring 2021-10-28 21:40:15 +09:00
Masataka SUMI
7ee1555ad6 Migrate old unlit materials. 2021-10-28 21:40:05 +09:00
Masataka SUMI
7df789afde Divide & Refactoring classes in migration MToon. 2021-10-28 21:28:09 +09:00
ousttrue
3ba9d1cc7c Func<int, int> to delegage int MeshIndexToNodeIndexFunc(int meshIndex) 2021-10-28 14:58:03 +09:00
ousttrue
bfb4e74489 fix test 2021-10-27 22:05:30 +09:00
ousttrue
71f1eb32b0 代入漏れの修正 2021-10-27 22:02:32 +09:00
ousttrue
744221f847 Add MigrationVrmExpression.Check 2021-10-27 22:00:31 +09:00
ousttrue
87927e48fc
Merge pull request #1343 from ousttrue/fix/data_uri_handling
bufferView の data uri を実装
2021-10-27 20:43:04 +09:00
ousttrue
95c3c7c5d4 rename GltfData buffer access methods 2021-10-27 18:17:47 +09:00
ousttrue
4a5bbaaa9a Warning message 2021-10-27 15:55:50 +09:00
ousttrue
6597c487d2 稀に無い 2021-10-27 15:50:33 +09:00
ousttrue
6156d04c69 Avoid First throw. Skip if not found 2021-10-27 15:48:29 +09:00
ousttrue
758a9ffff9 IStorage 2021-10-26 13:00:56 +09:00
ousttrue
c10d19c580 byte_indices 2021-10-14 18:58:39 +09:00
ousttrue
9f1207cfa9 いちおう byte 型も実装 2021-10-14 18:45:14 +09:00