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
{{ message }}
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
Describe the bug
It seems like there is no filed saved when exporting skinned lattices.
To Reproduce
Steps to reproduce the behavior:
Skin a lattice. Export the skinned object weights. There is no file saved.
Additional information
I haven't had the time to debug it, maybe it's just looking for polygon or curves as an objects to export, but there is usually fair amount of non-linear deformers used in rigging so maybe it's useful to have that exported as well.
The text was updated successfully, but these errors were encountered:
Hi @scroll thanks for adding this functionality. indeed it was missing.
Also, don't remember if other types a part of meshes is supported (curves and nurbs) :P
As of now, only mesh, nurbsSurface, and nurbsCurve are supported. The code explicitly checks for those types. But it should be straight forward to include lattices. (I had a note in my own tasks to tackle this too. I use lattices as well.)
Hello,
I have added this ticket to 3.x project.
If you can check this @chris-lesage that will be great. But I have assigned it to me, just in case ;)
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
It seems like there is no filed saved when exporting skinned lattices.
To Reproduce
Steps to reproduce the behavior:
Skin a lattice. Export the skinned object weights. There is no file saved.
Additional information
I haven't had the time to debug it, maybe it's just looking for polygon or curves as an objects to export, but there is usually fair amount of non-linear deformers used in rigging so maybe it's useful to have that exported as well.
The text was updated successfully, but these errors were encountered: