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

[Export] BlendShape's renderer is not found if hierarchy is changed. #1241

Closed
Buggsyy opened this issue Sep 24, 2021 · 2 comments
Closed

[Export] BlendShape's renderer is not found if hierarchy is changed. #1241

Buggsyy opened this issue Sep 24, 2021 · 2 comments
Labels
bug Something isn't working exporter Expression(BlendShape) BlendShape rename to Expression
Milestone

Comments

@Buggsyy
Copy link

Buggsyy commented Sep 24, 2021

Environments (please complete the following information):

  • UniVRM version: 0.84.0
  • Unity version: Unity-2019.4
  • OS: `Windows 10

Describe the bug

When exporting My VRM with spring- bones, and blendshapes it will not export and it will give me the error: "Sequence contains no elements" . It exports before I do the blendshapes fine.

https://media.discordapp.net/attachments/498009320299167747/890782676263505920/unknown.png?width=1253&height=676

@Buggsyy Buggsyy added the bug Something isn't working label Sep 24, 2021
@ousttrue ousttrue added this to the v0.85 milestone Sep 24, 2021
@ousttrue
Copy link
Contributor

Thank you for reporting.
This error is caused by the inconsistency of BlendShape.
It is an error that the SkinnedMeshRenderer recorded in the relative path of the hierarchy cannot be found.

#1244
I changed it so that it doesn't stop with an error, but the BlendShape may disappear.

Also, it seems necessary to implement a function to automatically repair BlendShape when rearranging the model hierarchy.

@ousttrue ousttrue added exporter Expression(BlendShape) BlendShape rename to Expression labels Sep 28, 2021
@ousttrue ousttrue changed the title Export error [Export] BlendShape's renderer is not found if hierarchy is changed. Sep 28, 2021
@ousttrue ousttrue modified the milestones: v0.85, v0.86 Sep 29, 2021
@ousttrue ousttrue modified the milestones: v0.86, v0.87, v0.88 Oct 12, 2021
@ousttrue ousttrue modified the milestones: v0.88, v0.89 Oct 28, 2021
@ousttrue ousttrue modified the milestones: v0.89, v0.90 Nov 5, 2021
@ousttrue ousttrue modified the milestones: v0.90, v0.91 Nov 25, 2021
@ousttrue ousttrue modified the milestones: v0.91, v0.92.0, v0.92, v0.93 Dec 9, 2021
@ousttrue ousttrue modified the milestones: v0.93, v0.94 Jan 6, 2022
@ousttrue
Copy link
Contributor

v0.94.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working exporter Expression(BlendShape) BlendShape rename to Expression
Projects
None yet
Development

No branches or pull requests

2 participants