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

Crash related to morphtargets and faces without splines #38

Open
BeansBeansStudios opened this issue Nov 23, 2024 · 0 comments
Open

Crash related to morphtargets and faces without splines #38

BeansBeansStudios opened this issue Nov 23, 2024 · 0 comments

Comments

@BeansBeansStudios
Copy link

BeansBeansStudios commented Nov 23, 2024

When using a skeletal mesh with morph targets and the "Remove Faces Without Splines" set to true, FFurMorphObject::Update_RenderThread crashes on line 110 MorphAccumulatedWeightArray[RemappedIndex] += MorphAbsWeight; with Exception 0x80000003 encountered at address <mem_address>, Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:E:\UnrealEngine\Source\5.4\UnrealEngine\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 758] Array index out of bounds: 6888 into an array of size 6707

The morph target which is being iterated on contains faces where splines were removed. Prior to spline removal, there is no crash and morph targets function fine. Perhaps the vertices that were removed from the fur via spline removal are still trying to be manipulated by the morph target.

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

No branches or pull requests

1 participant