Block a user
Bolt Factory Addon: RemoveDoubles() improvements
Bolt Factory: RemoveDoubles() improvements
I pressed the "Report a bug" button at the top of the page. I'll create a new issue at the link you gave. Thanks
Bolt Factory: RemoveDoubles() improvements
- Here is the code that I used to remove duplicate faces. Insert just before the return of RemoveDoubles() myFinallist = [] for i in new_faces: if i not in myFinallist: …
Bolt Factory: RemoveDoubles() improvements