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

[0.x][1.0] SkinnedMeshRenderer.bones に null が含まれていてもExportできる #2341

Merged
merged 5 commits into from
Jul 4, 2024

Conversation

ousttrue
Copy link
Contributor

@ousttrue ousttrue commented Jul 3, 2024

fixed #2326

エクスポート時に SkinnedMeshRenderer.bones に null が含まれることに起因する例外を回避します。

次のエラーメッセージが含まれる場合にエクスポート可能になる見込み。

  • with bake: NullReferenceException from MeshAttachInfo.cs:23
  • without bake?: AvatarBuilder duplicate 'Hips'

@ousttrue ousttrue merged commit 6f6a18c into vrm-c:master Jul 4, 2024
4 checks passed
@ousttrue ousttrue deleted the fix/null_bone branch July 4, 2024 04:19
@ousttrue ousttrue added the mod_export For example, remove bone label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not throw an exception even if SkinedMeshRenderer.bones contains null.
2 participants