Commit Graph

5108 Commits

Author SHA1 Message Date
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
ccd3a12ae4
Merge pull request #2238 from ousttrue/fix/hide_not_impl_option
rotation もしくは scaling だけを freeze するのは難しかった。
2024-02-08 17:05:38 +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
12736e2989
Merge pull request #2229 from ousttrue/version/v0_118_0
UniVRM-0.118.0
2024-01-23 23:07:12 +09:00
ousttrue
1c92ebbd52 UniVRM-0.118.0 2024-01-23 18:48:35 +09:00
ousttrue
341c2752a0
Merge pull request #2227 from ousttrue/fix/vrma_importer
add ErrorHandling for vrma importer
2024-01-23 18:43:07 +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
ousttrue
d6ba5c5376
Merge pull request #2225 from vrm-c/dependabot/pip/jinja2-3.1.3
Bump jinja2 from 3.0.3 to 3.1.3
2024-01-16 14:18:20 +09:00
dependabot[bot]
6c8cc745fc
Bump jinja2 from 3.0.3 to 3.1.3
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 05:33:00 +00:00
ousttrue
06b260e61e
Merge pull request #2219 from ousttrue/fix/pip
sphinx の python module 追加漏れ
2024-01-12 14:32:21 +09:00
tsgcpp
451fcf8f22 refactor: Remove unused nests in Vrm10ImportData 2024-01-12 00:07:21 +09:00
ousttrue
dfc3fdf13e linkify-it-py 2024-01-11 18:19:26 +09:00
ousttrue
88f2c11d5c
Merge pull request #2217 from ousttrue/release/v0_117_0
UniVRM-0.117.0
2024-01-09 17:19:36 +09:00
ousttrue
ef7b32c2c3 fix 2024-01-09 17:13:29 +09:00
ousttrue
faa99f384e UniVRM-0.117.0 2024-01-09 16:30:27 +09:00
ousttrue
9a916c3fa7
Merge pull request #2216 from ousttrue/version/v0_117_0
UniVRM-0.117
2024-01-09 14:37:04 +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
125e42ca8c
Merge pull request #2208 from ousttrue/fix/avatar_assign_vrm0_normalize
avatar 代入時に姿勢が変わる対策
2024-01-09 13:46:05 +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
e3d4ea53e8
Merge pull request #2207 from ousttrue/fix/update_vscode
vscode の unity extension が変わったぽい
2024-01-05 15:07:47 +09:00
ousttrue
51abac64d9 vscode の unity extension が変わったぽい
https://marketplace.visualstudio.com/items?itemName=VisualStudioToolsForUnity.vstuc
2024-01-04 16:05:11 +09:00
ousttrue
ffd4e63bcd
Merge pull request #2198 from ousttrue/fix/action
workflow_dispatch
2023-12-14 14:52:39 +09:00
ousttrue
3c03ada751 action を手動 restart できるように修正 2023-12-14 14:49:57 +09:00