• Joined on 2023-12-13
sw-tya opened issue blender/blender-addons#105066 2023-12-14 17:33:15 +01:00
Bolt Factory Addon: RemoveDoubles() improvements
sw-tya commented on issue blender/blender#116194 2023-12-14 17:31:55 +01:00
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

sw-tya commented on issue blender/blender#116194 2023-12-14 17:21:57 +01:00
Bolt Factory: RemoveDoubles() improvements
  1. 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: …
sw-tya opened issue blender/blender#116194 2023-12-14 17:17:57 +01:00
Bolt Factory: RemoveDoubles() improvements