04-13-2016, 04:33 PM
I found the problem you reported.
It's cause for the value assigned to the value of 0.0001 assigned to the variable Tol (tolerance) used in wings_vertex:collect_edges. It's seems to create the same issue we already discussed here in the forum related to "connect in short distance" (I simply could not found the post anywhere
)
So, for your bunny the problem can be fixed just if we add another zero to the decimals: 0.00001.
I still need to check the one I reported.
It's cause for the value assigned to the value of 0.0001 assigned to the variable Tol (tolerance) used in wings_vertex:collect_edges. It's seems to create the same issue we already discussed here in the forum related to "connect in short distance" (I simply could not found the post anywhere

So, for your bunny the problem can be fixed just if we add another zero to the decimals: 0.00001.
I still need to check the one I reported.