Skip to content

Commit

Permalink
Merge pull request #450 from vrm-c/release/v0.127.0
Browse files Browse the repository at this point in the history
v0.127.0
  • Loading branch information
ousttrue authored Sep 30, 2024
2 parents 723ea35 + 8d45dbd commit e371107
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/release/112/v0.126.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ https://github.com/vrm-c/UniVRM/milestone/91?closed=1
修正を同時に反映できるようにする予定です。

[SpringBone の実装状況](/api/spring/spring_and_scaling/)

## API

- [Add ImporterContextSettings to specify LoadAnimation and InvertAxes in ImporterContext by iruca3 · Pull Request #2405 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2405)
33 changes: 31 additions & 2 deletions docs/release/112/v0.127.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
# 🚧 v0.127.0
# v0.127.0 SpringBone 初期化の改修

https://github.com/vrm-c/UniVRM/milestone/92
https://github.com/vrm-c/UniVRM/releases/tag/v0.127.0

https://github.com/vrm-c/UniVRM/milestone/92?closed=1

## disable object の export

- [\[1.0\]\[export\] Mesh を disable でエクスポートすると、消した node.mesh に対する参照が残ってしまう · Issue #2437 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/issues/2437)

## [1.0] LookAt の初期姿勢

- runtime load 時にモデルの向きの影響を受けなくなります
- scene 配置時にモデルの向きの影響を受けなくなります
- [lookAt は root と同じ向きが初期姿勢 by ousttrue · Pull Request #2445 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2445)

## SpringBone

### [0.x] default と fastspringbone の切り替えを importer 引数化

- [\[VRM0\]\[Importer\]IVrm0XSpringBoneRuntime by ousttrue · Pull Request #2435 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2435)

### [1.0] 初期化タイミングを importer の中に移動

- runtime load 時にモデルの向きの影響を受けなくなります
- scene 配置時は次で修正予定
- [IVrm10SpringBoneRuntime.InitializeAsync by ousttrue · Pull Request #2443 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2443)

### API

- [vrm-0.x] import で`default``fastspringbone` を選択する。
- [vrm-1.0] import で`fastspringbone``fastspringbone(standalone)` を選択する。
- [vrm-1.0] runtime に `springbone` を操作する。
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🚧 v0.127.1
# 🚧 next. SpringBone 周り

https://github.com/vrm-c/UniVRM/milestone/93

4 changes: 4 additions & 0 deletions docs/release/112/vv_nextnext.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 🚧 nextnext.

https://github.com/vrm-c/UniVRM/milestone/94

0 comments on commit e371107

Please sign in to comment.