Commit Graph

4958 Commits

Author SHA1 Message Date
ousttrue
18285bf4e8
Merge pull request #2163 from Santarh/lookAtBugFix
Fix a incorrect eye direction control in VRM-1.0.
2023-10-12 13:23:44 +09:00
ousttrue
6b0e6605fe
Merge pull request #2162 from mkc1370/fix/error_on_expression_preview_prefab_changed
ExpressionのPreviewのPrefabを切り替えたときにパラメータが表示されなくなる問題を修正
2023-10-12 13:21:06 +09:00
ousttrue
6c898f67c9
Merge pull request #2157 from vrm-c/dependabot/pip/urllib3-1.26.17
Bump urllib3 from 1.26.7 to 1.26.17
2023-10-12 13:19:18 +09:00
ousttrue
74e6223469
Merge pull request #2155 from Santarh/editorToolCanControlCustomExpressions
VRM10ExpressionEditorTool can control custom expressions.
2023-10-12 13:18:37 +09:00
ousttrue
b1d3ac77ed
Merge pull request #2144 from anatawa12/fix-dot-started-mesh-name
メッシュ名が.から始まってたり空だとimport時に失敗する?
2023-10-12 13:16:28 +09:00
ousttrue
ebb7ef67c0
Merge pull request #2148 from Santarh/vrm0xBlendshapePreview
[VRM0.x] Fix wrong preview results in editor inspector when a vrm blendshape material target is "*_ST_S" or "*_ST_T"
2023-10-11 20:03:45 +09:00
ousttrue
e2ab3a3cf8
Merge pull request #2153 from artint-liu/master
Transfer "TextureImportTypes" to ITextureDeserializer.LoadTextureAsync()
2023-10-11 20:03:11 +09:00
Masataka SUMI
b93dac4c46 Fix outer and inner limitation of eye direction in vrm-1.0 2023-10-11 18:40:22 +09:00
Masataka SUMI
a4dea7d279 Refactoring 2023-10-11 18:38:50 +09:00
Masataka SUMI
21c457a868 Fix incorrect eye direction control at VRM 1.0 2023-10-11 18:31:20 +09:00
mkc1370
b7320e3ef6 Fixed resource leak when updating Expression preview 2023-10-11 13:20:18 +09:00
dependabot[bot]
0f58aaced9
Bump urllib3 from 1.26.7 to 1.26.17
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 05:23:12 +00:00
Masataka SUMI
1a1b876108 VRM10ExpressionEditorTool can control custom expressions. 2023-09-29 17:49:08 +09:00
liuchenglong.122
fb12ed80f3 Transfer "TextureImportTypes" to ITextureDeserializer.LoadTextureAsync() 2023-09-25 20:11:23 +08:00
Masataka SUMI
1360834711 [VRM0.x] Fix wrong preview results in editor inspector when a material target is "*_ST_S" or "*_ST_T" 2023-08-30 17:00:58 +09:00
ousttrue
645612262d
Merge pull request #2146 from ousttrue/fix/unity_version_limit
記述が古いところを修正
2023-08-23 15:31:34 +09:00
ousttrue
b4b9fb5995 まだ残っている 2023-08-23 15:25:02 +09:00
ousttrue
f79adbda3d 記述が古いところを修正 2023-08-23 15:21:58 +09:00
ousttrue
8fd3dfdf22
Merge pull request #2145 from vrm-c/Santarh-patch-1
Update README.md
2023-08-23 15:14:01 +09:00
Masataka SUMI
9159f4d2f3
Update README.md 2023-08-23 15:12:06 +09:00
anatawa12
e87666994c
fix: 無名のアセットファイルを生成しようとする 2023-08-23 14:44:32 +09:00
anatawa12
97eb58b4fc
fix: dotから始まるアセットファイルを生成しようとする 2023-08-23 14:43:19 +09:00
ousttrue
2fd81cb173
Merge pull request #2142 from ousttrue/doc/v0_114_0
UniVRM-0.114.0
2023-08-22 15:22:00 +09:00
ousttrue
14a273d629 UniVRM-0.114.0 2023-08-22 15:11:39 +09:00
ousttrue
d90b26b987
Merge pull request #2141 from ousttrue/version/v0_114_0
UniVRM-0.114.0
2023-08-22 13:07:46 +09:00
ousttrue
0d8d6c538d UniVRM-0.114.0 2023-08-21 18:47:27 +09:00
ousttrue
7005743f6b
Merge pull request #2140 from ousttrue/fix/sample_retarget_to_process
sample の retarget を更新。
2023-08-21 18:44:33 +09:00
ousttrue
ba77522f62 rename TPose to Vrm10TPose 2023-08-21 17:03:18 +09:00
ousttrue
1d05e845c9 sample の retarget を更新。
TPose を表現する empty クラスを追加。
2023-08-21 16:25:49 +09:00
ousttrue
70f101d434
Merge pull request #2138 from ousttrue/fix/refactor_lookat
LookAt の整理
2023-08-18 18:28:31 +09:00
ousttrue
f514e89962 LookAtEyeDirection を Yaw, Pitch 二値に縮小。
左目と右目の独立はまたの機会に・・・
2023-08-18 18:13:02 +09:00
ousttrue
0c4f768eb2 LookAtInput get, set 2023-08-18 18:03:51 +09:00
ousttrue
43033ae0dd Vrm10RuntimeLookAt やりなおし。 2023-08-18 17:35:03 +09:00
ousttrue
44d2f2a926 LookAtInput を導入。LookAt.Process を整理。値の取得 => 位置ベースの場合に角度に解決 の2ステップ。
obsolete 削除
2023-08-18 15:51:59 +09:00
ousttrue
eddc4a0e27 rename variable 2023-08-18 15:06:41 +09:00
ousttrue
ce69a840e2
Merge pull request #2137 from ousttrue/fix/mv_ILookAtEyeDirectionProvider
ILookAtEyeDirectionProvider を LookAt フォルダーに移動
2023-08-18 14:18:04 +09:00
ousttrue
ad2ffaef2a
Merge pull request #2136 from ousttrue/fix/remove_unused
remove unused
2023-08-18 14:17:04 +09:00
ousttrue
6883803f72 fix comment 2023-08-17 20:41:34 +09:00
ousttrue
ad9d05423a mv ILookAtEyeDirectionProvider 2023-08-17 20:37:31 +09:00
ousttrue
0501c43a42 ILookAtEyeDirectionProvider を Vrm10RuntimeExpression から取り外し 2023-08-17 20:36:17 +09:00
Masataka SUMI
e6633dc495
Merge pull request #2135 from Santarh/expressionFaster
Optimize `MorphTargetBindingMerger` with minimum `Dictionary` usage
2023-08-17 18:30:50 +09:00
ousttrue
2d3618c702 remove unused 2023-08-17 18:22:29 +09:00
ousttrue
9f7a62d4b0
Merge pull request #2134 from ousttrue/extras_pose
[VrmAnimation] Expression 周りの整理など
2023-08-17 17:58:45 +09:00
Masataka SUMI
53416516de replace implementation of MorphTargetBindingMerger 2023-08-17 17:10:38 +09:00
ousttrue
72472c3f58 LookAt memo 2023-08-17 16:57:24 +09:00
ousttrue
1b10fff4db implement VrmAnimationInstance expression. 2023-08-17 16:43:34 +09:00
Masataka SUMI
adc22ed416 comment 2023-08-17 16:20:28 +09:00
ousttrue
a3d6579ec7 LoadHumanPose, LoadExpressions, LoadLookAt 2023-08-17 15:59:19 +09:00
ousttrue
7cab5161fa UniVRM10.VRM10Viewer.VrmAnimation to UniVRM10.Vrm10PoseLoader 2023-08-17 14:58:50 +09:00
ousttrue
8408d3cbb0 rename
extensions.VRMC_vrm_animation.extensions.VRMC_vrm_pose

to

extensions.VRMC_vrm_animation.extras.UNIVRM_pose
2023-08-17 14:05:02 +09:00