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

TryGetComponent に書き換え #2380

Merged
merged 8 commits into from
Jul 25, 2024
Merged

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    6c929f6 View commit details
    Browse the repository at this point in the history
  2. use TryGetComponent

    ousttrue committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ca0e062 View commit details
    Browse the repository at this point in the history
  3. fix AnimationValidator

    vrm-c#2319 これかも
    ousttrue committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    652ac53 View commit details
    Browse the repository at this point in the history
  4. GetComponent を置き換え。

    TryGetComponent
    GetComponentOrThrow(拡張関数)
    GetComponentOrNull(拡張関数)
    
    sample と test は据え置き
    ousttrue committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    be20563 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. error message

    ousttrue committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b852819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6eea5 View commit details
    Browse the repository at this point in the history
  3. Humanoid.Get_GetBoneTransform を追加

    Animator.GetBoneTransform のために GetComponent しているところの Export Error を修正するついでに、
    Animator.GetBoneTransform と Humanoid.GetBoneTransform 両対応とした(vrm-0.x と vrm-1.0 両方)。
    ousttrue committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7ef4f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d43ebae View commit details
    Browse the repository at this point in the history