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 |
|
ousttrue
|
ea6c97d1c7
|
IAnimationImporter
|
2021-05-28 18:45:13 +09:00 |
|
ousttrue
|
72fe88deb4
|
fix SettingsProvider
#if
|
2021-05-28 16:55:27 +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 |
|
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 |
|
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 |
|
Masataka SUMI
|
a4a5b1d0cb
|
mv TextureSetImporter TextureDescriptorGenerator
|
2021-05-27 15:36:52 +09:00 |
|
Masataka SUMI
|
157c7091f7
|
follow test
|
2021-05-27 15:35:45 +09:00 |
|
Masataka SUMI
|
86d1dc0db7
|
rename
|
2021-05-27 15:16:03 +09:00 |
|
Masataka SUMI
|
b549f54a13
|
define TextureSet
|
2021-05-27 15:12:49 +09:00 |
|
Masataka SUMI
|
6ebd030f3a
|
Ignore enumerating if vrm is 0
|
2021-05-26 21:50:23 +09:00 |
|
Masataka SUMI
|
7aecbc7949
|
Use Vrm10TextureSetImporter in Vrm10Importer
|
2021-05-26 21:32:13 +09:00 |
|
Masataka SUMI
|
a6d730d15f
|
Refactor Texture enumeration to TextureSetImport
|
2021-05-26 21:22:34 +09:00 |
|
Masataka SUMI
|
58e7faee32
|
Merge branch 'master' of https://github.com/vrm-c/UniVRM into texRefact
|
2021-05-26 18:46:15 +09:00 |
|
ousttrue
|
7382b3d900
|
Merge pull request #980 from oocytanb/fix/add_tests_for_validating_null_mesh
メッシュが無いオブジェクトに対する MeshExportValidator のテストを追加
|
2021-05-26 18:43:09 +09:00 |
|
Masataka SUMI
|
9157c22eef
|
Define ITextureImporter
|
2021-05-26 17:52:53 +09:00 |
|
Masataka SUMI
|
c02ae21f70
|
mv
|
2021-05-26 17:37:55 +09:00 |
|
Masataka SUMI
|
619c3cb57a
|
Add comment
|
2021-05-26 17:33:59 +09:00 |
|
Masataka SUMI
|
f1a640be61
|
Rename
|
2021-05-26 17:28:08 +09:00 |
|
Masataka SUMI
|
fda6b14466
|
Remove unused
|
2021-05-26 17:23:37 +09:00 |
|
Masataka SUMI
|
e5d0e927b4
|
Define IMaterialExporter, IMaterialImporter
|
2021-05-26 17:19:17 +09:00 |
|
Masataka SUMI
|
5664c7586a
|
mv func about importing texture
|
2021-05-26 16:31:11 +09:00 |
|
ousttrue
|
502895c56e
|
ClearScene
|
2021-05-25 19:30:50 +09:00 |
|
ousttrue
|
703c58e165
|
Merge pull request #978 from Santarh/fixType
Fix type parent
|
2021-05-25 19:24:43 +09:00 |
|
ousttrue
|
c2c7467e12
|
Merge pull request #975 from ousttrue/fix10/fix_expression_editor
Fix10/fix expression editor
|
2021-05-25 19:24:14 +09:00 |
|
Masataka SUMI
|
d39c9114db
|
Fix type parent
|
2021-05-25 19:22:42 +09:00 |
|
oO
|
5b07a4382c
|
Add test cases for validating null mesh
|
2021-05-25 19:15:39 +09:00 |
|
ousttrue
|
800ec4b8a1
|
Merge pull request #976 from Santarh/normal
Convert normal texture without specific format
|
2021-05-25 18:44:07 +09:00 |
|
Masataka SUMI
|
6e85b42d65
|
Fix error of extracting
|
2021-05-25 18:22:44 +09:00 |
|
Masataka SUMI
|
68c8fed9dd
|
Fix bug
|
2021-05-25 17:57:40 +09:00 |
|