You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the memory leak fix was introduced through PR #39 , building a TwistSpline node makes Maya crash on Linux. The crash points at line 229 of twistSplineNode.cpp, MPointArray pts = ts->getVerts();
Expected Behavior
No crash 😁
Steps to Reproduce Behavior
Creating the twist spline through the script makes maya crash instantly.
Solution
No response
Environment
Version: 1.2.4
Maya version: 2024
OS: Rocky Linux 8
Python version: 3.11
Additional Context
Tried downgrading to 1.2.2 and everything worked as expected.
The text was updated successfully, but these errors were encountered:
Summary
After the memory leak fix was introduced through PR #39 , building a TwistSpline node makes Maya crash on Linux. The crash points at line 229 of twistSplineNode.cpp,
MPointArray pts = ts->getVerts();
Expected Behavior
No crash 😁
Steps to Reproduce Behavior
Creating the twist spline through the script makes maya crash instantly.
Solution
No response
Environment
Additional Context
Tried downgrading to 1.2.2 and everything worked as expected.
The text was updated successfully, but these errors were encountered: