Commit Graph

723 Commits

Author SHA1 Message Date
ousttrue
61422eb94c VRMShaders.GLTF.IO.Runtime から UniUnlit への参照を除去。MaterialFallback.cs にフォールバック情報を移動 2022-06-02 14:43:31 +09:00
ousttrue
f3ab679da8 ビルドエラー(runtime への UnityEditor 漏れ出し)を修正 2022-05-31 13:13:03 +09:00
ousttrue
c45b0f2ed4 glTFExtensionExport.GetOrCreate を使うように修正。Test しか使ってなかった。
Serialize じゃなくて CreateDefault の方が使われている。
2022-05-26 20:46:45 +09:00
ousttrue
50e08dc9f6 impl KHR_materials_emissive_strength 2022-05-26 20:26:27 +09:00
ousttrue
fdefd030e0 UniVRM-0.99 2022-05-26 12:26:04 +09:00
ousttrue
735e17dd7a name 2022-05-18 13:45:31 +09:00
ousttrue
b69b3a14d2 remove unused 2022-05-18 13:43:42 +09:00
ousttrue
4d2047d5ff VrmMeshIntegratorWizard 2022-05-17 16:38:31 +09:00
ousttrue
4a41d42e02 処理を整理。Integration が scene と prefab どっちでも動くようになった 2022-05-17 14:06:14 +09:00
ousttrue
5fd2a743a1 統合Meshをヒエラルキーに追加するタイミングをコピー後に変更 2022-05-16 16:44:01 +09:00
ousttrue
1b01d6d8d7 Intgrate 2022-05-16 15:26:56 +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
0be79c4dbc index フォーマット uint8 に対応 2022-05-12 16:43:41 +09:00
ousttrue
6c62b188d4 BlendShapeの有無を区別しないオプションを追加 2022-05-11 18:56:37 +09:00
ousttrue
bf06bcb74e Initial support for KHR_mesh_quantization 2022-05-10 14:56:03 +09:00
ousttrue
c9186f913c UniVRM-0.98.1 2022-04-21 17:23:20 +09:00
ousttrue
25feb2ed4f UniVRM-0.98.0 2022-04-19 14:36:25 +09:00
ousttrue
3637898efb
Merge pull request #1609 from ousttrue/fix10/fix_byte4
Byte4型の ~~BoneWeight~~ SkinJoint に対応
2022-04-19 14:27:04 +09:00
ousttrue
67a2d17958 System.Numerics を除去 2022-04-19 14:16:34 +09:00
ousttrue
d1fb39bb3b GetAsVector4Array 2022-04-19 14:09:50 +09:00
ousttrue
00cad8b5b0 シーン構成によっては、稀にエラーになるっぽい? #1592
例えば、エクスポート対象ヒエラルキーの外部の GameObject が rootBone セットされている
2022-04-12 17:07:21 +09:00
ousttrue
9a394ea842 Byte4型のBoneWeightに対応 2022-04-12 15:39:01 +09:00
Matthias Brenner
3cf971e907 Added ExportSetting to allow HideFlags 2022-03-23 16:39:21 +01:00
ousttrue
ac3083c270
Merge pull request #1584 from ousttrue/version/v0_97_0
UniVRM-0.97.0
2022-03-14 19:03:43 +09:00
ousttrue
9357c7aa69 UniVRM-0.97.0 2022-03-14 18:08:37 +09:00
Masataka SUMI
4a9c825c5b Fix memory out-of-bounds access. 2022-03-08 17:16:24 +09:00
ousttrue
16d13e1289 private 2022-03-07 14:21:58 +09:00
ousttrue
9b6d0e08da MeshIntegratorからExcludeを分離。Wizardの除外対象をRendererからMeshに変更 2022-03-04 21:36:33 +09:00
ousttrue
564245d4a5 exclude mesh 2022-03-04 20:57:28 +09:00
ousttrue
1900344bb6 implement exclude 2022-03-04 20:51:07 +09:00
ousttrue
e7390ecf2c MeshMap 2022-03-04 20:18:42 +09:00
ousttrue
1a1d42bb44 add excludes 2022-03-04 18:53:56 +09:00
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