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

bug fix: occasional crash on mesh vertex update. #208

Merged
merged 1 commit into from
Mar 7, 2023
Merged

bug fix: occasional crash on mesh vertex update. #208

merged 1 commit into from
Mar 7, 2023

Conversation

seagetch
Copy link
Contributor

@seagetch seagetch commented Mar 7, 2023

creator occasionally crashed when added / removed vertices in vertex edit mode.
This is caused in incMeshEditorOneDrawable.applyToTarget.
if reInterpolate is called before target.rebuffer() is called, sometimes it interpolates using previous vertex number, and caused a crash.
This patch reorder the processing, and fixed the problem.

@LunaTheFoxgirl LunaTheFoxgirl merged commit dd5d863 into Inochi2D:main Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants