Commit Graph

802 Commits

Author SHA1 Message Date
ousttrue
042d5cde16 VRM10 VrmPreference を VRM に移動 2021-04-19 15:16:15 +09:00
ousttrue
1582cd1c24 TextureImporterConfigurator を VRMShaders.GLTF.IO.Editor に移動 2021-04-19 15:13:15 +09:00
ousttrue
52f516d443 test 追加. VRMMaterialImporterの interface を調整 2021-04-16 13:24:46 +09:00
ousttrue
f16430bc85 comment と 未使用コードを削除 2021-04-15 15:07:10 +09:00
ousttrue
da49aa0b2c rename VRMMtoonMaterialImporter to VRMMaterialImporter 2021-04-15 15:05:48 +09:00
ousttrue
91c44254fb MToonMaterialParamTest を追加。 2021-04-15 14:16:15 +09:00
ousttrue
00460ea051 if文 間違いを修正 2021-04-15 14:13:56 +09:00
ousttrue
66a7cfc768 TextureImportParam の GltfName, ConvertedName を UnityObjectName に単純化 2021-04-14 16:41:15 +09:00
ousttrue
03c0ad69c6 HashSet<SubAssetKey> 2021-04-14 14:25:21 +09:00
ousttrue
56b7f1ae20 SubAssetKey 2021-04-14 13:50:09 +09:00
ousttrue
5a147a1077 label 2021-04-13 12:22:06 +09:00
ousttrue
d1fe3fff6f UnityEditor.AvatarSetupTool.MakePoseValid の呼び出し 2021-04-12 22:54:16 +09:00
ousttrue
59eb769cd6 InternalTPose.cs 2021-04-12 21:49:49 +09:00
ousttrue
78cda85380 tmp 2021-04-12 21:05:15 +09:00
ousttrue
6977424196
Merge pull request #863 from ousttrue/fix/do_not_use_resources
GetBytesWithMime を VRMShaders に移動
2021-04-12 18:42:46 +09:00
ousttrue
f43811702e UniVRM-0.72.0 2021-04-12 18:19:14 +09:00
ousttrue
e35bc5f2fe GetBytesWithMime を VRMShaders に移動
* UniGLTF.GltfTextureExporter.GetBytesWithMime を VRMShaders.AssetTextureUtil.GetTextureBytesWithMime に移動
* テスト NotReadable, Compressed を VRMShaders に移動
* テスト用リソース Resources/4x4.png と 4x4compressed.DDS を VRMShaders に移動
2021-04-12 18:17:24 +09:00
ousttrue
14e5683ed2
Merge pull request #861 from ousttrue/fix/mesh_export_logic
VertexBufferをSubMeshで分割してエクスポートするオプション
2021-04-12 18:15:09 +09:00
ousttrue
4893c4b90e Do not use the variadic max to avoid gc
public static float Max(params float[] values);
2021-04-12 16:26:49 +09:00
ousttrue
608caf1e74 DivideVertexBuffer option 2021-04-12 15:13:07 +09:00
ousttrue
bbb5b0384c 2018仕様に修正 2021-04-08 21:12:17 +09:00
Masataka SUMI
71fb834364 refactoring vrm shaders asmdef 2021-04-08 20:59:43 +09:00
Masataka SUMI
8eaceb6c8e Refactoring VRMShaders directory & asmdef 2021-04-08 20:19:37 +09:00
ousttrue
002e8c6060 rename AssetTextureUtil.UseAsset to AssetTextureUtil.IsTextureEditorAsset 2021-04-05 13:15:13 +09:00
ousttrue
27fa5dbc60 VRMShaders.TextureExporter, AssetTextureUtil 2021-04-02 18:35:02 +09:00
ousttrue
d28f700997 移動 VRMShaders.TextureExporter
#726 separate AssetTextureUtil
2021-04-02 18:14:27 +09:00
PoChang007
92fd4e91f3
Merge pull request #840 from ousttrue/version/0_71_0
UniVRM-0.71.0
2021-04-02 14:44:21 +09:00
ousttrue
7184bf7dee UniVRM-0.71.0 2021-04-02 13:56:52 +09:00
ousttrue
403e2547c3 add null check 2021-04-02 13:54:16 +09:00
ousttrue
9a29eac013 humanoid 2021-04-01 12:16:46 +09:00
ousttrue
a15b497b85 use Vrm10MToonMaterialImporter 2021-04-01 12:16:45 +09:00
ousttrue
634d467b86 UniVRM-0.70.0 2021-03-31 14:36:40 +09:00
ousttrue
2c3ec107ec MaterialImportParam 2021-03-29 14:39:51 +09:00
ousttrue
b421ad7369 VRMShaders.TextureFactory 2021-03-25 20:23:58 +09:00
ousttrue
2d4d5315ba TextureFactory.m_textureCache の使い方を整理、テスト追加 2021-03-25 15:37:39 +09:00
ousttrue
356ab03748 MToonTest 2021-03-24 20:45:50 +09:00
ousttrue
64b97295b5 add TextureImportParam.{Offset,Scale} 2021-03-24 20:32:41 +09:00
ousttrue
aa7fb07b12 rename 2021-03-24 18:38:55 +09:00
ousttrue
2438516bda namespace VRMShaders 2021-03-24 15:56:33 +09:00
ousttrue
7cf9895b02 VRMShaders.GetTextureParam 2021-03-24 15:52:51 +09:00
ousttrue
95ee01b41f GetTextureParam 2021-03-23 21:51:18 +09:00
ousttrue
8aa450d3ac remove UnityWebRequestTextureLoader 2021-03-23 18:46:22 +09:00
ousttrue
1ad5b5e3f6 UniVRM-0.69.1 2021-03-23 14:24:13 +09:00
ousttrue
16ec93e159 ExportExtensions
Textureの数が確定する最後にエクスポートする
2021-03-22 15:52:08 +09:00
ousttrue
288e4f9e0d add test 2021-03-22 15:51:24 +09:00
PoChang007
b40c65d98b
Merge pull request #809 from ousttrue/version/0_69_0
Version/0 69 0
2021-03-21 18:39:19 -09:00
ousttrue
59fbfe03b5 UniVRM-0.69.0 2021-03-22 12:30:59 +09:00
ousttrue
352b3bc2f6 UniGLTFVersion が、 VRMVersion から自動的に決まるように修正 2021-03-22 12:30:39 +09:00
ousttrue
2528f8aa6c ReadMeta 復活 2021-03-19 16:58:49 +09:00
ousttrue
8d95a4d1eb extract texture from external path to asset path 2021-03-18 14:39:12 +09:00