Commit Graph

3580 Commits

Author SHA1 Message Date
ousttrue
b408640832 remove comment 2024-03-08 20:30:16 +09:00
ousttrue
f9d105d67d impl bake for vrm-1.0.
fixed #2119
2024-03-08 18:09:11 +09:00
ousttrue
adab235990 impl FreezeMesh for glTF export 2024-03-08 16:04:04 +09:00
ousttrue
1329be9662 impl onAddCallback, onRemoveCallback 2024-03-06 17:42:36 +09:00
ousttrue
8741e5e119 Editorスクリプトの配置間違い 2024-03-01 12:54:06 +09:00
ousttrue
38d4f3e69b sample 更新ひとつあり。 2024-02-29 20:25:09 +09:00
ousttrue
6036e61f07 ロジックバグ。normalize 必用ぽい 2024-02-29 13:44:54 +09:00
ousttrue
712b35c542 inspector の list で VRM10SpringBoneColliderGroup の名前を表示する 2024-02-27 19:20:11 +09:00
ousttrue
b0f75f7e26 migration 時に spring 関連の名前を付ける 2024-02-27 19:19:42 +09:00
ousttrue
646137b221 VRM10SpringBoneColliderGroup の名前反映 2024-02-27 19:19:02 +09:00
ousttrue
f7aaef01c2
Merge pull request #2252 from ousttrue/fix/vrm10_firstperson_auto_dispose
[VRM10] FirstPerson の修正
2024-02-27 15:10:36 +09:00
ousttrue
e945e4bf27 sample の ShowMeshes の呼び方 2024-02-26 16:12:40 +09:00
ousttrue
a552230f4c headless mesh を destroy 対象に追加する 2024-02-26 16:12:06 +09:00
ousttrue
a4758d1b4d auto で headless を作成する必要がなかったときの fallback は both の挙動 2024-02-26 16:11:22 +09:00
ousttrue
51034f4575 VRMC_vrm_animation.specVersion = "1.0" 2024-02-26 14:49:12 +09:00
Fuji Sunflower
e4474a3331
Add RequireComponent
Add Humanoid as RequireComponent to Vrm10Instance.cs
2024-02-17 15:25:09 +09:00
ousttrue
276ff8cbf8 UniVRM-0.119.0 2024-02-08 20:54:55 +09:00
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