Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.0] Rename thumb bone names #1001

Merged
merged 3 commits into from
Jul 6, 2022
Merged

[1.0] Rename thumb bone names #1001

merged 3 commits into from
Jul 6, 2022

Conversation

0b5vr
Copy link
Contributor

@0b5vr 0b5vr commented Jun 30, 2022

Description

Based on vrm-c/vrm-specification#381 , the PR renames the names of thumb bones.

  • leftThumbProximal -> leftThumbMetacarpal
  • leftThumbIntermediate -> leftThumbProximal
  • rightThumbProximal -> rightThumbMetacarpal
  • rightThumbIntermediate -> rightThumbProximal

This PR also contains:

  • Compat for VRM0.0 and VRM1.0-beta which uses the previous thumb bone names
  • Update of three-vrm-girl which renames thumb bone names

See: vrm-c/vrm-specification#381

- `leftThumbProximal` -> `leftThumbMetacarpal`
- `leftThumbIntermediate` -> `leftThumbProximal`
- `rightThumbProximal` -> `rightThumbMetacarpal`
- `rightThumbIntermediate` -> `rightThumbProximal`

Compat for VRM0.0: just rename the bones

Compat for VRM1.0-beta: if either `leftThumbIntermediate` or `rightThumbIntermediate` exists, rename the bones
@0b5vr 0b5vr added the VRM 1.0 label Jun 30, 2022
@0b5vr 0b5vr added this to the VRM 1.0 milestone Jun 30, 2022
@0b5vr 0b5vr self-assigned this Jun 30, 2022
maybe lint and test should depend on build results?
@0b5vr
Copy link
Contributor Author

0b5vr commented Jun 30, 2022

CIについて、lintジョブが他パッケージの型定義に依存していてfailしていたため、lintジョブ(とついでにtestジョブ)をbuildにdependantとしました。

言われてみればそれはそうという感じですが、逆になぜ今まで動いていたのがとても謎でございます。

@ke456-png
Copy link
Contributor

親指の根本は中手骨なので名前を修正している

https://en.wikipedia.org/wiki/Phalanx_bone

@0b5vr 0b5vr merged commit 5dcfa5c into 1.0 Jul 6, 2022
@0b5vr 0b5vr deleted the thumb-metacarpal branch July 6, 2022 07:28
0b5vr added a commit that referenced this pull request Jul 25, 2022
ke456-png added a commit that referenced this pull request Jul 29, 2022
#1001

- leftThumbProximal -> leftThumbMetacarpal
- leftThumbIntermediate -> leftThumbProximal
- rightThumbProximal -> rightThumbMetacarpal
- rightThumbIntermediate -> rightThumbProximal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants