Masataka SUMI
|
dbdb147e2a
|
Consider thumbnail image's mimeType when loading the vrm10 model.
|
2022-11-03 18:27:13 +09:00 |
|
ousttrue
|
c6dcbc9cf4
|
add MigrateExporter
|
2022-10-20 13:59:29 +09:00 |
|
0b5vr
|
8a45292f6c
|
feature: add third argument vrmMeta to static Vrm10Exporter.Export
|
2022-10-11 18:17:50 +09:00 |
|
ousttrue
|
85f4e22a98
|
typo
|
2022-10-04 17:55:49 +09:00 |
|
Masataka SUMI
|
64f7c3faaf
|
invert uv rotation direction of mtoon 1.0
|
2022-10-04 15:47:32 +09:00 |
|
Masataka SUMI
|
51f80bde73
|
Fix uv animation rotation direction of vrm-1.0
|
2022-09-26 17:34:42 +09:00 |
|
Masataka SUMI
|
5656214f72
|
Fix uv animation speed unit of vrm-1.0
|
2022-09-22 21:17:14 +09:00 |
|
Masataka SUMI
|
6f441acbfd
|
Add implementation of matcapFactor
|
2022-09-21 18:12:44 +09:00 |
|
ousttrue
|
ea660c68dc
|
Merge pull request #1803 from Santarh/controlRigOptions
Replace control rig generation option with enum in vrm 1.0
|
2022-09-21 16:33:24 +09:00 |
|
Masataka SUMI
|
7ef5c7be54
|
remove unnecessary value of ControlRigGenerationOption
|
2022-09-21 16:22:59 +09:00 |
|
ousttrue
|
8ef6e53c4f
|
Merge pull request #1811 from ousttrue/fix10/version_10
[1.0] update SpecVersion to 1.0
|
2022-09-21 15:56:23 +09:00 |
|
ousttrue
|
4a5cf395bb
|
update SpecVersion to 1.0
|
2022-09-21 15:16:04 +09:00 |
|
ousttrue
|
4168ae302d
|
SpringBone のカプセルコライダーの座標変換漏れ
|
2022-09-21 14:13:58 +09:00 |
|
Masataka SUMI
|
902ed67335
|
Add ControlRigGenerationOption
|
2022-09-16 17:02:29 +09:00 |
|
notargs
|
2673380776
|
Issue #1789に対応
|
2022-09-14 19:04:30 +09:00 |
|
ousttrue
|
bc1d972311
|
Merge pull request #1785 from 0b5vr/mtoon-1-beta
Fix specVersion of MToon `1.0-draft` -> `1.0-beta`
|
2022-09-09 13:41:16 +09:00 |
|
0b5vr
|
244e7b1947
|
refactor: update constraint spec URL on comments
|
2022-09-09 12:06:45 +09:00 |
|
0b5vr
|
d058be96f6
|
fix: Fix specVersion of MToon 1.0-draft -> 1.0-beta
|
2022-09-09 11:35:01 +09:00 |
|
Masataka SUMI
|
9c88a9761c
|
Add generateControlRig option to VRM 1.0 Importer
|
2022-09-07 18:51:23 +09:00 |
|
Masataka SUMI
|
e7ed265d67
|
refactoring
|
2022-09-07 18:22:11 +09:00 |
|
Masataka SUMI
|
0dfa783406
|
mv CachedEnum namespace to UniGLTF.Utils
|
2022-09-07 15:59:35 +09:00 |
|
Masataka SUMI
|
894ba1ecec
|
Use CachedEnum instead of EnumUtil
|
2022-09-07 15:42:41 +09:00 |
|
Masataka SUMI
|
29163a43b1
|
Use CachedEnum
|
2022-09-07 15:38:02 +09:00 |
|
Masataka SUMI
|
f8fe9daa1e
|
Remove the VRM 1.0 importer option about the normalization of node transforms.
|
2022-09-07 14:19:04 +09:00 |
|
ousttrue
|
20be242bfa
|
Merge pull request #1776 from Santarh/controlRIg4
Change access modifiers, Add methods, about ControlRig
|
2022-09-06 21:38:23 +09:00 |
|
Masataka SUMI
|
3753c6cde7
|
make IVrm10Constraint access public
|
2022-09-06 20:12:10 +09:00 |
|
ousttrue
|
41e8628ae8
|
Merge pull request #1765 from ousttrue/fix/use_optional_for_index
glTFTexture.source type to int?
|
2022-09-05 19:05:26 +09:00 |
|
ousttrue
|
d974ddfa57
|
out (SubAssetKey, TextureDescriptor) を 2つの out に展開
|
2022-09-05 18:41:12 +09:00 |
|
ousttrue
|
f2d587e09f
|
glTFTexture.source type to int?
|
2022-08-05 21:13:32 +09:00 |
|
ousttrue
|
cc304f3b90
|
fix importer / exporter
|
2022-08-01 19:35:01 +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
|
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
|
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
|
bb88086825
|
Other than position is nullable
|
2022-06-24 19:52:59 +09:00 |
|
ousttrue
|
f19389c03a
|
Animator じゃなくて Vrm10Instance から bone を得る
|
2022-06-24 18:10:42 +09:00 |
|
ousttrue
|
65c78681e4
|
JsonSchema からコード生成。Metacarpal に関する修正。
|
2022-06-24 17:33:49 +09:00 |
|
ousttrue
|
4998d6946e
|
vrm-1.0 に対する boneWeight の付与
|
2022-06-22 13:19:40 +09:00 |
|
ousttrue
|
b59e1bfa62
|
MeshContext を MeshData と MeshUploader に責務分離
|
2022-06-09 15:12:42 +09:00 |
|
ousttrue
|
706d4d5f41
|
rename
|
2022-06-09 14:35:11 +09:00 |
|
ousttrue
|
5758f12a88
|
Move Vrm10Instance.SpringBoneCenter to Vrm10InstanceSpringBone.Spring.Center. Update exporter and importer.
|
2022-05-30 22:15:00 +09:00 |
|
ousttrue
|
a1c5e77626
|
UNSIGNED_SHORT の index buffer に対応。エラーメッセージを追加。
|
2022-05-19 13:24:28 +09:00 |
|
Masataka SUMI
|
ef7fc457a8
|
Show stacktrace at failed in migration.
|
2022-05-18 17:23:28 +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
|
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
|
e327ebc9bc
|
ReverseX. #1532
|
2022-05-11 14:49:22 +09:00 |
|