ousttrue
|
c6791df596
|
Manually assigned extensionsUsed
|
2018-10-01 17:29:02 +09:00 |
|
ousttrue
|
28fdeb4014
|
Remove VRMTest.cs
|
2018-10-01 14:11:10 +09:00 |
|
ousttrue
|
b4576ebbf2
|
Fixed VRMImporter.LoadVrmAsync
|
2018-09-28 02:42:59 +09:00 |
|
ousttrue
|
783460618e
|
Added MeshRenderer logic
|
2018-09-27 22:44:44 +09:00 |
|
ousttrue
|
08b87b162a
|
Removed show argument from ImporterContext
|
2018-09-27 18:09:08 +09:00 |
|
ousttrue
|
4a6c0a17d7
|
Added index check
|
2018-09-27 18:09:07 +09:00 |
|
ousttrue
|
c01d9edcf7
|
Avoid disable bone throw KeyNotFoundException and check weight lost #31
|
2018-09-27 18:09:07 +09:00 |
|
ousttrue
|
b31a4fd301
|
Added BoneNormalizer.MapBoneWeight #31
|
2018-09-27 18:09:07 +09:00 |
|
ousttrue
|
2e46bd4247
|
Avoid error for empty materials
|
2018-09-27 18:09:06 +09:00 |
|
ousttrue
|
08efedbab9
|
VRMLookAtBlendShapeApplyer limit to 1.0
|
2018-09-27 18:09:06 +09:00 |
|
ousttrue
|
c5ee83f5b9
|
Added VRMLookAtBlendShapeApplyer.m_notSetValueApply
|
2018-09-27 18:09:05 +09:00 |
|
ousttrue
|
615ce48e8e
|
VRMLookAtHead.Head to Transform
|
2018-09-27 18:09:05 +09:00 |
|
ousttrue
|
17e3df7174
|
Use show
|
2018-09-27 18:09:05 +09:00 |
|
ousttrue
|
aea87c7b6e
|
Updated UniGLTF
|
2018-09-27 18:09:04 +09:00 |
|
ousttrue
|
ca12ba55ab
|
Added TextureItem.Converted check to VRMMaterialImporter
|
2018-09-27 18:09:04 +09:00 |
|
ousttrue
|
112353d6de
|
Updated UniGLTF. ImporterContext constructor
|
2018-09-26 00:32:56 +09:00 |
|
ousttrue
|
fa93df71bc
|
Removed VRMImporter.Load
|
2018-09-22 15:33:58 +09:00 |
|
ousttrue
|
21b1c6d520
|
Fixed task interface
|
2018-09-22 15:11:11 +09:00 |
|
ousttrue
|
6c547955a1
|
Refactoring. VRMImporter.LoadAsync to ImorterContext.LoadAsync
|
2018-09-21 23:24:30 +09:00 |
|
ousttrue
|
529c65fe3a
|
Updated UniGLTF(refactor importer api)
|
2018-09-21 22:27:01 +09:00 |
|
ousttrue
|
a674e60709
|
Added summaries
|
2018-09-21 21:32:35 +09:00 |
|
ousttrue
|
a873bdccda
|
Fixed warnings
|
2018-09-21 21:32:15 +09:00 |
|
ousttrue
|
6afe7fdc7d
|
Updated UniGLTF
|
2018-09-21 16:52:10 +09:00 |
|
ousttrue
|
5341d26daf
|
Incremented version to 0.44
|
2018-09-14 14:29:53 +09:00 |
|
ousttrue
|
1933194ef1
|
Incremented VERSION
|
2018-09-06 15:41:31 +09:00 |
|
ousttrue
|
5238767ca7
|
Added BlendShapeAvatar.Restore
|
2018-09-06 15:34:31 +09:00 |
|
ousttrue
|
dcb87df3e9
|
Fixed OnDrawGizmosSelected
|
2018-09-06 15:09:07 +09:00 |
|
ousttrue
|
b99e7cb9a4
|
Added force argument
|
2018-09-06 15:07:55 +09:00 |
|
ousttrue
|
88b1bdfde9
|
Fixed BlendShapeProxy.Clips import
|
2018-09-06 15:03:01 +09:00 |
|
ousttrue
|
0a4a85328c
|
Blinker OnEnable, OnDisable
|
2018-09-02 22:47:56 +09:00 |
|
ousttrue
|
3b35d160a0
|
Added clearBlendShape flag to BoneNormalizer.Execute
|
2018-08-30 21:53:00 +09:00 |
|
ousttrue
|
f76d9a15d2
|
Fixed lambda index
|
2018-08-27 14:40:54 +09:00 |
|
ousttrue
|
361b70460c
|
Added prefab search to editor
|
2018-08-27 00:02:14 +09:00 |
|
ousttrue
|
f1828fe903
|
Save blendShape assets to files
|
2018-08-26 23:45:53 +09:00 |
|
ousttrue
|
15e19691e7
|
Restored VRMImporterMenu
|
2018-08-26 23:15:54 +09:00 |
|
ousttrue
|
4d99864346
|
Move DepthFirstScheduler to UniGLTF/DepthFirstScheduler
https://github.com/ousttrue/DepthFirstScheduler
|
2018-08-26 22:46:51 +09:00 |
|
ousttrue
|
b1552585e5
|
Removed utf8bom
* https://github.com/dwango/UniVRM/pull/27
* https://msdn.microsoft.com/ja-jp/library/ms143375(v=vs.110).aspx
* File.WriteAllText(path, str, Encoding.UTF8) is with BOM
* File.WriteAllText(path, str) default encoding is without BOM
|
2018-08-26 13:29:25 +09:00 |
|
ousttrue
|
8e6c113356
|
BoneNormalizer skip tangents
|
2018-08-25 23:53:35 +09:00 |
|
ousttrue
|
83b482a21a
|
Updated UniGLTF. Use MeshImporter
|
2018-08-25 23:21:18 +09:00 |
|
Toiro
|
419ae04233
|
BlendShapeAvater にAddBlendShapeClip したときに保存する
|
2018-08-24 00:55:54 +09:00 |
|
ousttrue
|
b38d48c661
|
Improved BoneNormalizer
|
2018-08-22 23:22:56 +09:00 |
|
ousttrue
|
44181d774b
|
Added BlendShapeReport
|
2018-08-22 22:06:09 +09:00 |
|
ousttrue
|
1d54c5e383
|
Restore hips transform after EnforceTPose
|
2018-08-22 18:39:51 +09:00 |
|
ousttrue
|
db23346aff
|
Updated JsonSchema
|
2018-08-22 14:38:08 +09:00 |
|
ousttrue
|
6bb7b2b854
|
Updated JsonSchema
|
2018-08-22 14:24:33 +09:00 |
|
ousttrue
|
87d82fd794
|
Updated JsonSchema
|
2018-08-21 23:25:48 +09:00 |
|
ousttrue
|
97f4f7887c
|
Updated JsonSchema
|
2018-08-21 21:39:30 +09:00 |
|
ousttrue
|
e6278f8549
|
VRMVersionMenu.SplitAndWriteJson
|
2018-08-21 20:43:35 +09:00 |
|
ousttrue
|
f4ef029c75
|
Menu label
|
2018-08-21 17:16:02 +09:00 |
|
ousttrue
|
6437e158a6
|
Incremented version
|
2018-08-17 22:50:05 +09:00 |
|