ousttrue
|
ffcf2095ee
|
Merge pull request #2240 from ousttrue/fix/normalize_blendshape_with_root_scaling
hierarchy にスケーリングがある場合の blend shape の正規化修正
|
2024-02-08 20:50:33 +09:00 |
|
ousttrue
|
2feda7742b
|
Merge pull request #2237 from ousttrue/fix/integrate_blendshape_weight_1_100
[MeshUtility] 統合時のblendshapeweight定数の修正
|
2024-02-08 17:05:54 +09:00 |
|
ousttrue
|
c115ed87f1
|
うーん
|
2024-02-08 16:47:08 +09:00 |
|
ousttrue
|
7e07c5806e
|
blendshape rotation scaling がまとめて処理される
blendshape を除外するには処理前にすべて 0 に戻す処理が必要。
前はやっているところもあったのだけど、
undo とか事後に値を復帰させるか否かなど、
選択肢とトレードオフがあります。
|
2024-02-05 16:41:16 +09:00 |
|
ousttrue
|
12db3507be
|
rotation もしくは scaling だけを freeze するのは難しかった。
両方やるかやらないかに修正。
|
2024-02-05 16:21:30 +09:00 |
|
ousttrue
|
6978be42b4
|
unity frameWeight is 100
|
2024-02-05 15:39:56 +09:00 |
|
ousttrue
|
226df1626a
|
Merge pull request #2232 from ousttrue/fix/firstperson_null_check
VRMFirstPerson.CopyTo skip null
|
2024-01-26 15:10:17 +09:00 |
|
ousttrue
|
29c6ad9c33
|
VRMFirstPerson.CopyTo skip null
|
2024-01-26 14:38:32 +09:00 |
|
ousttrue
|
1c92ebbd52
|
UniVRM-0.118.0
|
2024-01-23 18:48:35 +09:00 |
|
ousttrue
|
c74440086b
|
add VRMShaders dependency to UniHumanoid.asmdef
|
2024-01-23 13:15:48 +09:00 |
|
ousttrue
|
9dc2802621
|
add ErrorHandling for vrma importer
|
2024-01-19 15:29:45 +09:00 |
|
ousttrue
|
eb4319c1c2
|
Merge pull request #2223 from tsgcpp/feature/remove_log_in_ondestroy
[提案] RuntimeGltfInstance.OnDestroy時のDebug.Logを削除する
|
2024-01-16 20:34:32 +09:00 |
|
ousttrue
|
402b9218c7
|
Merge pull request #2222 from tsgcpp/feature/remove_unused_nests_in_Vrm10ImportData
[リファクタリング] #2213 で不要になったインデントを削除する
|
2024-01-16 20:33:40 +09:00 |
|
ousttrue
|
0d68bf19e7
|
Merge pull request #2221 from tsgcpp/feature/set_mesh_annotation_auto_to_all_renderers
非Skinned MeshかつMeshAnnotationが指定されていないメッシュがHead直下にある場合にLayerが設定されない現象を解消する
|
2024-01-16 20:33:08 +09:00 |
|
ousttrue
|
d36a7073f3
|
Merge pull request #2220 from tsgcpp/feature/register_collidergroups_even_if_no_colliders
ColliderGroupsはあるがColliderが全く存在しない場合にVRM0.xの読み込みで発生するエラーを解消する
|
2024-01-16 20:31:10 +09:00 |
|
tsgcpp
|
451fcf8f22
|
refactor: Remove unused nests in Vrm10ImportData
|
2024-01-12 00:07:21 +09:00 |
|
ousttrue
|
a71e60ce30
|
UniVRM-0.117
|
2024-01-09 14:33:17 +09:00 |
|
ousttrue
|
54295da228
|
Merge pull request #2213 from tsgcpp/feature/fix_for_byteoffset_zero
attributesのbufferViewは連続であるが、indicesのbufferViewがprimitivesの順番で連続ではないVRM0.xをロードするとエラーになる問題の対策
|
2024-01-09 14:31:08 +09:00 |
|
ousttrue
|
2c55dc9db0
|
Merge pull request #2214 from tsgcpp/feature/ignore_invalid_mesh_indices
VRM0.xでMeshAnnotationsのmeshに-1が指定されていると一人称メッシュ作成時にNotImplementedExceptionが発生する問題を回避する
|
2024-01-09 14:01:33 +09:00 |
|
ousttrue
|
bbff2fa095
|
Merge pull request #2212 from tsgcpp/feature/skip_vrm10instance_instantiation
Vrm10Instance生成後に非アクティブにしてそのままOnDestroy()が実施された場合にエラーとなる問題の対策
|
2024-01-09 13:54:59 +09:00 |
|
ousttrue
|
a28215e457
|
Merge pull request #2210 from tsgcpp/feature/remove_matrix_properties_in_migration
nodeにmatrixを使用したVRM0.xのロードを実施すると "Exception: matrix with translation" が発生する問題を解消する
|
2024-01-09 13:52:43 +09:00 |
|
ousttrue
|
6b8a74069d
|
Merge pull request #2211 from tsgcpp/feature/dispose_texture_cache_in_texturefactroy
TextureFactoryにて所有権が譲渡されていないTextureを破棄する
|
2024-01-09 13:46:47 +09:00 |
|
ousttrue
|
7cf69ad57a
|
update comment of VRMBoneNormalizer.Execute
|
2024-01-09 13:40:41 +09:00 |
|
tsgcpp
|
25da3ca524
|
fix: Set mesh annotaion "Auto" to all renderers
|
2024-01-06 00:29:28 +09:00 |
|
tsgcpp
|
11405063d8
|
fix: Register colliderGroups even if there are no colliders
|
2024-01-06 00:28:40 +09:00 |
|
tsgcpp
|
f1a83d7298
|
fix: Ignore invalid mesh indices in MigrateFirstPersonMeshIndex
|
2024-01-06 00:27:45 +09:00 |
|
tsgcpp
|
e348360bce
|
fix: Preserve indices NativeArray after "CreateAccessor" scope
|
2024-01-06 00:25:30 +09:00 |
|
tsgcpp
|
324ff8be96
|
feat: Add buffer comparing in AccessorsIsContinuous
|
2024-01-06 00:25:30 +09:00 |
|
tsgcpp
|
58d6e2e331
|
fix: Use zero as view.byteOffset if view.byteOffset is null
|
2024-01-06 00:25:30 +09:00 |
|
tsgcpp
|
07970b7863
|
feat: Remove a log in RuntimeGltfInstance.OnDestroy
|
2024-01-06 00:17:01 +09:00 |
|
tsgcpp
|
f3e0e8e417
|
fix: Skip Vrm10Runtime instantiation after the GameObject is destroyed
|
2024-01-06 00:16:03 +09:00 |
|
tsgcpp
|
9d4bc2a1a8
|
fix: Dispose texture caches of TextureFactory
|
2024-01-06 00:14:53 +09:00 |
|
tsgcpp
|
d55e125148
|
fix: Remove matrix properties in VRM0.x migration
|
2024-01-06 00:14:24 +09:00 |
|
ousttrue
|
30f893fa1b
|
avatar 代入の workaround
|
2024-01-05 15:08:43 +09:00 |
|
ousttrue
|
6e22c7a279
|
missing LoadSpringBoneFromJson
|
2023-12-13 14:13:47 +09:00 |
|
ousttrue
|
017bf9e637
|
Merge pull request #2193 from ousttrue/fix/lookat_test
[test] Fix/lookat test
|
2023-12-12 21:07:01 +09:00 |
|
ousttrue
|
8424f4bd7a
|
copy sample
|
2023-12-12 16:34:26 +09:00 |
|
ousttrue
|
5a4caa0037
|
sample workaround. UNITY_EDITOR
|
2023-12-12 16:31:39 +09:00 |
|
ousttrue
|
9c22dc58b5
|
move asset reload to editor
|
2023-12-12 16:31:04 +09:00 |
|
ousttrue
|
197efa5fb2
|
fix test
|
2023-12-12 15:48:23 +09:00 |
|
ousttrue
|
06d77d6d6e
|
fix warnings
|
2023-12-12 15:37:19 +09:00 |
|
ousttrue
|
abf5aba3ce
|
UniVRM-0.116.0
|
2023-12-12 13:58:38 +09:00 |
|
ousttrue
|
ec9d1799e0
|
Merge pull request #2189 from ousttrue/fix/remove_unused_throw
[Sample] 不要コード削除
|
2023-12-11 16:37:46 +09:00 |
|
ousttrue
|
228cc0c34e
|
remove unused. #2160
|
2023-12-11 16:27:07 +09:00 |
|
ousttrue
|
42356ef69d
|
fix integration boneWeights
|
2023-12-11 15:27:42 +09:00 |
|
ousttrue
|
6204703f10
|
fix AvatarDescription.RecreateAvatar
freezeRotation = false は次のバージョンへ。
|
2023-12-11 15:16:14 +09:00 |
|
ousttrue
|
6cbc331c46
|
remove unnecessary mesh.ApplyMatrix(m)
|
2023-12-11 13:45:58 +09:00 |
|
ousttrue
|
2be66df5aa
|
fix no weight bone
|
2023-12-11 13:34:25 +09:00 |
|
ousttrue
|
cf4dfb0fdb
|
BoneWeight の無い SkinndedMeshRenderer への bake transform
|
2023-12-08 18:30:48 +09:00 |
|
ousttrue
|
6e13c87c00
|
add renderer without firstperson setting
|
2023-12-08 17:47:34 +09:00 |
|