News:

 

Topic: Weld  (Read 2277 times)

0 Members and 1 Guest are viewing this topic.

  • Posts: 1697
  • Administrator
  • Polygon
    • http://samardac.com/
August 06, 2014, 01:15:25 pm
Is it some commande that will weld all vertexes that lay in same position Without any selection, just push the button?
Portfolio: www.samardac.com

  • No avatar
  • Posts: 2102
  • Polygon
August 06, 2014, 02:17:05 pm
If you just want to weld overlapping vertex on a single object with a single button

Create a composite tool.


example:-

Go to "Composite tools > Create New"




The composite I would create is:-



What that tool(when executed) does is:-

Saves current selection mode.
Switches to vertex mode and selects all vertex.
Welds all vertex that are within 0.001 (you can change that to whatever distance is preferred)
Switches back to previous selection mode.

You can then add an hotkey to that composite tool "Edit > Customize > Tools > Composite Tools >"
Or
Add a user button to call that composite tool

-----------------------------

I have attached that composite tool, you can load into nvil via "Composite Tools > Import Composite Tool"





  • Posts: 1697
  • Administrator
  • Polygon
    • http://samardac.com/
August 06, 2014, 05:52:23 pm
Works great thanks!
Portfolio: www.samardac.com