Closed Failxxx closed 2 years ago
Thanks for finding this! We added the parameter to newMeshSequence()
in #154 but when I manually reverted that PR, I guess I forgot the one you found.
One minor change is needed: you need to increment the version numbers found in version.py
and __init__.py
. Just bump them to .alpha.22
, then I can merge your PR
There is an error in the
ConvertToMeshSequence
operator. When converting an object into a mesh sequence, the following exception is thrown:I think it comes from PR #155.
It seems to be working as intended now.