Hello everyone!
I'm facing trouble trying to weld two vertices that are not at the end of the spline using editable spline fuse and weld.
The two vertices won't weld... is there a script to help me out ?
Thanks in advance !
Forum topic · General Scripting
By Francois Ponsonnet · 2015-08-15
Hello everyone!
I'm facing trouble trying to weld two vertices that are not at the end of the spline using editable spline fuse and weld.
The two vertices won't weld... is there a script to help me out ?
Thanks in advance !
.
miauu · 2015-08-20
You can weld only vertices that are at the start-end of the spline/splines. Fuse works for all vertices, but weld - not. Welding vertices at the middle of the spline means that the spline have to be separated to two different splines, because one vertex can be part of only one spline.
.
Francois Ponsonnet · 2015-08-21
Thank you. I tried to make each spline separate but the vertices still won't weld together, any idea how to weld two vertices or four vertices into one vertex taking into account for sure that every vertex is part of a different spline.
Here is an attached max file, were I want to weld the four vertices together into one vertex and make the four different splines one spline only.
.
miauu · 2015-08-21
Here is an attached max file, were I want to weld the four vertices together into one vertex and make the four different splines one spline only.
You can't do this. Each vertex can belong to only one spline and only two segments can start from that vertex(no matter if you use single spline or multiple splines).
.
Francois Ponsonnet · 2015-08-21
So sad to hear that...!
Thank you.