Can someone put up the correct format for the arguments?
First it wants at least 7 parameters…
Second, it wants an IEnumerable(meshes) - won’t accept a python list of meshes - but when I try with something like
Thanks for the sample, I’ll test.
Is there a reason in this instance to require the list of input meshes to be repackaged as a System.Collections.Generic.List? There doesn’t seem to be any kind of overload on this argument that would warrant this, why can’t it accept a normal list of meshes like most other methods?