Commit Graph

2550 Commits

Author SHA1 Message Date
PoChang007
909ee484ea
Merge pull request #1002 from ousttrue/feature/vertex_color_state
VertexColorState を格上げ
2021-06-02 19:18:25 +09:00
ousttrue
ca8a04d6cb VertexColorState を格上げ 2021-06-02 17:25:25 +09:00
PoChang007
aca501f142
Merge pull request #1001 from ousttrue/feature/mv_to_meshIO_animationIO
move to folder
2021-06-02 14:18:55 +09:00
ousttrue
771d2dab14 move to folder 2021-06-02 14:16:38 +09:00
PoChang007
6b1b4f1b32
Merge pull request #1000 from ousttrue/fix/rename_mesh_exporter
Fix/rename mesh exporter
2021-06-02 13:56:39 +09:00
ousttrue
a5cbb05046 rename 2021-06-02 13:53:54 +09:00
ousttrue
178835a02d コード整理 2021-06-02 13:48:46 +09:00
PoChang007
6b1d874dc3
Merge pull request #999 from ousttrue/fix/humanoid_asset_path
fix humanoid asset path
2021-06-02 13:12:39 +09:00
ousttrue
c1433d4795 fix humanoid asset path 2021-06-02 13:09:39 +09:00
ousttrue
fd18413d67
Merge pull request #996 from ousttrue/feature10/update_spring_bone_tail_spec
Feature10/update spring bone tail spec
2021-06-01 19:43:45 +09:00
ousttrue
21f35c70e7
Merge pull request #997 from ousttrue/fix/meshutility_namespace
Fix/meshutility namespace
2021-06-01 19:42:36 +09:00
ousttrue
2d53b15559 MeshUtility.Humanoid を UniHumanoid.Humanoid に移動 2021-06-01 18:24:07 +09:00
ousttrue
56db0e2e54 rename namespace MeshUtility to UniGLTF.MeshUtility
* MeshUtility と UniGLTF に重複していたクラスを削除
2021-06-01 18:09:41 +09:00
ousttrue
a7464374ab spring bone の末端に追加の joint を配置
https://github.com/vrm-c/vrm-specification/pull/255
2021-06-01 17:29:36 +09:00
ousttrue
e3ffffbd6f SpringBone 末端の仕様変更
https://github.com/vrm-c/vrm-specification/pull/255
2021-06-01 17:03:56 +09:00
ousttrue
b2f342d7e1 rename VRM10SpringJoint to VRM10SpringBoneJoint 2021-06-01 16:55:34 +09:00
PoChang007
96467563cc
Merge pull request #995 from ousttrue/fix10/fix_spring_bone_initialize
new m_colliderList
2021-06-01 16:44:55 +09:00
ousttrue
f97bbc1ea5 new m_colliderList 2021-06-01 16:42:36 +09:00
ousttrue
3f09717236
Feature10/spring bone editor (#994)
* SceneView switch

* VRM10ControllerEditor を分割

* VRM10/Editor/Components/VRM10ControllerSceneView.cs

* LookAtEditor, SpringBoneEditor

* VRM10SpringBoneColliderGroup and VRM10SpringBone to VRM10ControllerSpringBone. not MonoBehaviour

* ReorderableList

* VRM10Window.cs

* SpringBoneTreeView

* ScrollView

* rename

* VRM10SpringBoneColliderEditor

* SelectedGUIBase

* spring name

* VRM10SpringBoneCollider gizmo to handle

* SelectedGUI

* 再度、VRM10SpringBoneColliderGroup を MonoBehaviour へ。SerializedObject の参照の都合
2021-06-01 16:00:49 +09:00
PoChang007
4d207c643d
Merge pull request #991 from ousttrue/fix/IAnimationImporter_remove_unused_argument
IAnimationImporter
2021-05-28 18:46:23 +09:00
ousttrue
ea6c97d1c7 IAnimationImporter 2021-05-28 18:45:13 +09:00
PoChang007
8d5f61fe42
Merge pull request #990 from ousttrue/fix/settingsprovider
fix SettingsProvider
2021-05-28 16:57:36 +09:00
ousttrue
72fe88deb4 fix SettingsProvider
#if
2021-05-28 16:55:27 +09:00
PoChang007
258e3c52f1
Merge pull request #989 from ousttrue/fix/obsolete_preference_item
use SettingProvider
2021-05-28 16:48:43 +09:00
ousttrue
2016d636c0 use SettingProvider
workaround
https://github.com/Unity-Technologies/com.unity.cinemachine/blob/master/Editor/Windows/CinemachineSettings.cs#L313
2021-05-28 16:45:19 +09:00
ousttrue
ff9a2cc80b
Merge pull request #987 from Santarh/fastMetallicRoughnessImport
Import Metallic-Smoothness with Occlusion texture with shader implementation. (faster!)
2021-05-28 15:32:47 +09:00
Masataka SUMI
3aaa06a1e2 Merge branch 'master' of https://github.com/vrm-c/UniVRM into fastMetallicRoughnessImport 2021-05-28 15:25:31 +09:00
ousttrue
0c3d7b2ab8
Merge pull request #986 from Santarh/texDeserialize
Extension implementation can inject texture loading strategy to ImporterContext
2021-05-27 23:50:19 +09:00
Masataka SUMI
388a7fbc6e Add complex test to MetallicRoughnessConverter 2021-05-27 22:45:21 +09:00
Masataka SUMI
9aee0b1ea3 Implements standard texture importing with shader 2021-05-27 22:27:51 +09:00
Masataka SUMI
06715ab77b fix bug 2021-05-27 22:24:25 +09:00
Masataka SUMI
283efdeadb Remove unused shader 2021-05-27 21:44:55 +09:00
Masataka SUMI
589d5504a7 Rename normal map exporter 2021-05-27 21:44:09 +09:00
Masataka SUMI
9d0592088a Add argument to VRM & VRM10 ImporterContext 2021-05-27 21:32:11 +09:00
PoChang007
b8d23a11a0
Merge pull request #985 from ousttrue/fix_curvemap_warn
fix warn
2021-05-27 21:27:01 +09:00
Masataka SUMI
de55fd4637 remove unused 2021-05-27 21:25:26 +09:00
Masataka SUMI
7c9be3cf9e remove debug code 2021-05-27 21:24:46 +09:00
ousttrue
f6c5329b25 fix warn 2021-05-27 20:35:19 +09:00
Masataka SUMI
44bced7f3d don't need normal texture conversion when importing 2021-05-27 20:27:11 +09:00
Masataka SUMI
6b6a219d43 use ITextureDeserializer 2021-05-27 20:03:45 +09:00
Masataka SUMI
02e51346f4 define ITextureDeserializer 2021-05-27 18:54:27 +09:00
ousttrue
b67d2f4564
Merge pull request #984 from Santarh/importWihtoutAlpha
Export textures without alpha channel if the texture was linear, normal, or metallic-roughness.
2021-05-27 18:40:05 +09:00
Masataka SUMI
4569193195 Merge branch 'master' of https://github.com/vrm-c/UniVRM into importWihtoutAlpha 2021-05-27 18:37:56 +09:00
ousttrue
f66b1acc63
Merge pull request #983 from Santarh/importNoAlpha
Refactoring importing texture/material
2021-05-27 18:37:12 +09:00
Masataka SUMI
886311af50 Suppress alpha channel if exporting linear, normal or metallic-roughness texture. 2021-05-27 17:42:57 +09:00
Masataka SUMI
c456c9ddf7 mv MaterialImporter MaterialDescriptorGenerator 2021-05-27 16:00:16 +09:00
Masataka SUMI
8cba3ba71a mv MaterialImportParam MaterialDescriptor 2021-05-27 15:56:51 +09:00
Masataka SUMI
570cef700d mv TextureImportParam TextureDescriptor 2021-05-27 15:43:57 +09:00
Masataka SUMI
f2495f61b5 mv TextureImportParamSet TextureDescriptorSet 2021-05-27 15:38:40 +09:00
Masataka SUMI
adbe16e154 mv GetTextureImportParamSet Get 2021-05-27 15:37:38 +09:00